public class LeftInheritanceTuple extends Tuple
| Constructor and Description |
|---|
LeftInheritanceTuple(Tuple ancestor,
java.lang.Object[] localElements)
Creates a Tuple instance, lets it inherit from an ancestor, extends it with a given array.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
get(int index) |
int |
getSize() |
equals, getDistinctElements, getElements, hashCode, invertIndex, invertIndexWithMupliplicity, replaceAll, toStringpublic LeftInheritanceTuple(Tuple ancestor, java.lang.Object[] localElements)
localElements - array of substitution values