org.drools.reteoo
Class QueryElementNode.UnificationNodeViewChangedEventListener
java.lang.Object
org.drools.reteoo.QueryElementNode.UnificationNodeViewChangedEventListener
- All Implemented Interfaces:
- InternalViewChangedEventListener
- Enclosing class:
- QueryElementNode
public static class QueryElementNode.UnificationNodeViewChangedEventListener
- extends Object
- implements InternalViewChangedEventListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryElementNode.UnificationNodeViewChangedEventListener
public QueryElementNode.UnificationNodeViewChangedEventListener(LeftTuple leftTuple,
int[] variables,
QueryElementNode node,
boolean tupleMemoryEnabled)
getFactHandle
public InternalFactHandle getFactHandle()
setFactHandle
public void setFactHandle(InternalFactHandle factHandle)
setVariables
public void setVariables(int[] variables)
rowAdded
public void rowAdded(Rule rule,
LeftTuple resultLeftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
- Specified by:
rowAdded
in interface InternalViewChangedEventListener
rowRemoved
public void rowRemoved(Rule rule,
LeftTuple resultLeftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
- Specified by:
rowRemoved
in interface InternalViewChangedEventListener
rowUpdated
public void rowUpdated(Rule rule,
LeftTuple resultLeftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
- Specified by:
rowUpdated
in interface InternalViewChangedEventListener
getResults
public List<? extends Object> getResults()
- Specified by:
getResults
in interface InternalViewChangedEventListener
getLeftTuple
public LeftTuple getLeftTuple()
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.