| |
|
| java.lang.Object org.drools.reteoo.ReteTuple
All known Subclasses: org.drools.reteoo.InstrumentedReteTuple,
equals | public boolean equals(ReteTuple other)(Code) | | We use this equals method to avoid the cast
Parameters: tuple - |
getMatches | public int getMatches()(Code) | | |
getRecency | public long getRecency()(Code) | | |
getSubTuple | public ReteTuple getSubTuple(int elements)(Code) | | Returns the ReteTuple that contains the "elements"
first elements in this tuple.
Use carefully as no cloning is made during this process.
This method is used by TupleStartEqualsConstraint when
joining a subnetwork tuple into the main network tuple;
Parameters: elements - the number of elements to return, starting fromthe begining of the tuple a ReteTuple containing the "elements" first elementsof this tuple or null if "elements" is greater than size; |
hashCode | public int hashCode()(Code) | | |
isFieldIndexed | public boolean isFieldIndexed()(Code) | | |
setIsFieldIndexHashCode | public void setIsFieldIndexHashCode(boolean fieldIndexed)(Code) | | |
setMatches | public void setMatches(int matches)(Code) | | |
|
|
|