public class TuplePattern<K,V>
extends java.lang.Object
| Constructor and Description |
|---|
TuplePattern(VariableOrConstant<K,V>[] pattern) |
| Modifier and Type | Method and Description |
|---|---|
JoinHelper<K,V> |
getJoinHelper() |
int |
getLength() |
VariableOrConstant<K,V>[] |
getPattern() |
void |
setJoinHelper(JoinHelper<K,V> consumer) |
public TuplePattern(VariableOrConstant<K,V>[] pattern)
public JoinHelper<K,V> getJoinHelper()
public void setJoinHelper(JoinHelper<K,V> consumer)
public VariableOrConstant<K,V>[] getPattern()
public int getLength()
Copyright © 2016. All Rights Reserved.