|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drools.util.AbstractBaseLinkedListNode
org.drools.util.BaseMultiLinkedListNode
org.drools.reteoo.ObjectMatches
ObjectMatches maintains a reference to its FactHandleImpl and a LinkedList of TupleMatches.
TupleMatch,
LinkedList,
Serialized Form
![]() |
![]() |
| Constructor Summary | |
ObjectMatches(DefaultFactHandle handle)
Constructs an ObjectMatches which maintain a reference to its FactHandleImpl with an empty LinkedList. |
|
| Method Summary | |
DefaultFactHandle |
getFactHandle()
Return FactHandleImpl that this provides the TupleMatches for. |
TupleMatch |
getFirstTupleMatch()
Return the first TupleMatch that this FactHandleImpl matches. |
TupleMatch |
getLastTupleMatch()
Return the last TupleMatch that this FactHandleImpl matches. |
boolean |
hasMatches()
|
int |
size()
|
| Methods inherited from class org.drools.util.BaseMultiLinkedListNode |
getChild, getOuterList, setChild, setOuterList |
| Methods inherited from class org.drools.util.AbstractBaseLinkedListNode |
getNext, getPrevious, setNext, setPrevious |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.drools.util.LinkedListNode |
getNext, getPrevious, setNext, setPrevious |
| Constructor Detail |
public ObjectMatches(DefaultFactHandle handle)
FactHandleImpl with an empty LinkedList.
handle - | Method Detail |
public DefaultFactHandle getFactHandle()
FactHandleImpl that this provides the TupleMatches for.
public TupleMatch getFirstTupleMatch()
TupleMatch that this FactHandleImpl matches.
TupleMatchpublic TupleMatch getLastTupleMatch()
TupleMatch that this FactHandleImpl matches.
TupleMatchpublic int size()
public boolean hasMatches()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||