org.drools.common
Class InstanceNotEqualsConstraint.InstanceNotEqualsConstraintContextEntry

java.lang.Object
  extended by org.drools.common.InstanceNotEqualsConstraint.InstanceNotEqualsConstraintContextEntry
All Implemented Interfaces:
java.io.Serializable, ContextEntry
Enclosing class:
InstanceNotEqualsConstraint

public static class InstanceNotEqualsConstraint.InstanceNotEqualsConstraintContextEntry
extends java.lang.Object
implements ContextEntry

See Also:
Serialized Form

Field Summary
 java.lang.Object left
           
 java.lang.Object right
           
 
Constructor Summary
InstanceNotEqualsConstraint.InstanceNotEqualsConstraintContextEntry(Pattern pattern)
           
 
Method Summary
 ContextEntry getNext()
           
 void resetFactHandle()
           
 void resetTuple()
           
 void setNext(ContextEntry entry)
           
 void updateFromFactHandle(InternalWorkingMemory workingMemory, InternalFactHandle handle)
           
 void updateFromTuple(InternalWorkingMemory workingMemory, ReteTuple tuple)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

left

public java.lang.Object left

right

public java.lang.Object right
Constructor Detail

InstanceNotEqualsConstraint.InstanceNotEqualsConstraintContextEntry

public InstanceNotEqualsConstraint.InstanceNotEqualsConstraintContextEntry(Pattern pattern)
Method Detail

getNext

public ContextEntry getNext()
Specified by:
getNext in interface ContextEntry

setNext

public void setNext(ContextEntry entry)
Specified by:
setNext in interface ContextEntry

updateFromTuple

public void updateFromTuple(InternalWorkingMemory workingMemory,
                            ReteTuple tuple)
Specified by:
updateFromTuple in interface ContextEntry

updateFromFactHandle

public void updateFromFactHandle(InternalWorkingMemory workingMemory,
                                 InternalFactHandle handle)
Specified by:
updateFromFactHandle in interface ContextEntry

resetTuple

public void resetTuple()
Specified by:
resetTuple in interface ContextEntry

resetFactHandle

public void resetFactHandle()
Specified by:
resetFactHandle in interface ContextEntry