org.drools.rule
Class VariableRestriction.LongVariableContextEntry

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

public static class VariableRestriction.LongVariableContextEntry
extends VariableRestriction.VariableContextEntry

See Also:
Serialized Form

Field Summary
 long left
           
 long right
           
 
Fields inherited from class org.drools.rule.VariableRestriction.VariableContextEntry
declaration, entry, extractor, leftNull, object, reteTuple, rightNull, workingMemory
 
Constructor Summary
VariableRestriction.LongVariableContextEntry(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 long left

right

public long right
Constructor Detail

VariableRestriction.LongVariableContextEntry

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

updateFromTuple

public void updateFromTuple(InternalWorkingMemory workingMemory,
                            ReteTuple tuple)

updateFromFactHandle

public void updateFromFactHandle(InternalWorkingMemory workingMemory,
                                 InternalFactHandle handle)