org.drools.rule
Class VariableRestriction.BooleanVariableContextEntry

java.lang.Object
  extended by org.drools.rule.VariableRestriction.VariableContextEntry
      extended by org.drools.rule.VariableRestriction.BooleanVariableContextEntry
All Implemented Interfaces:
java.io.Serializable, ContextEntry
Enclosing class:
VariableRestriction

public static class VariableRestriction.BooleanVariableContextEntry
extends VariableRestriction.VariableContextEntry

See Also:
Serialized Form

Field Summary
 boolean left
           
 boolean right
           
 
Fields inherited from class org.drools.rule.VariableRestriction.VariableContextEntry
declaration, entry, extractor, leftNull, object, reteTuple, rightNull, workingMemory
 
Constructor Summary
VariableRestriction.BooleanVariableContextEntry(FieldExtractor extractor, Declaration declaration)
           
 
Method Summary
 void updateFromFactHandle(InternalWorkingMemory workingMemory, InternalFactHandle handle)
           
 void updateFromTuple(InternalWorkingMemory workingMemory, ReteTuple tuple)
           
 
Methods inherited from class org.drools.rule.VariableRestriction.VariableContextEntry
getFieldExtractor, getNext, getObject, getTuple, getVariableDeclaration, isLeftNull, isRightNull, resetFactHandle, resetTuple, setNext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

left

public boolean left

right

public boolean right
Constructor Detail

VariableRestriction.BooleanVariableContextEntry

public VariableRestriction.BooleanVariableContextEntry(FieldExtractor extractor,
                                                       Declaration declaration)
Method Detail

updateFromTuple

public void updateFromTuple(InternalWorkingMemory workingMemory,
                            ReteTuple tuple)

updateFromFactHandle

public void updateFromFactHandle(InternalWorkingMemory workingMemory,
                                 InternalFactHandle handle)