org.drools.rule
Class VariableRestriction.DoubleVariableContextEntry
java.lang.Object
org.drools.rule.VariableRestriction.VariableContextEntry
org.drools.rule.VariableRestriction.DoubleVariableContextEntry
- All Implemented Interfaces:
- Externalizable, Serializable, ContextEntry
- Enclosing class:
- VariableRestriction
public static class VariableRestriction.DoubleVariableContextEntry
- extends VariableRestriction.VariableContextEntry
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
left
public double left
right
public double right
VariableRestriction.DoubleVariableContextEntry
public VariableRestriction.DoubleVariableContextEntry()
VariableRestriction.DoubleVariableContextEntry
public VariableRestriction.DoubleVariableContextEntry(InternalReadAccessor extractor,
Declaration declaration,
Evaluator evaluator)
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Overrides:
readExternal
in class VariableRestriction.VariableContextEntry
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Overrides:
writeExternal
in class VariableRestriction.VariableContextEntry
- Throws:
IOException
updateFromTuple
public void updateFromTuple(InternalWorkingMemory workingMemory,
LeftTuple tuple)
updateFromFactHandle
public void updateFromFactHandle(InternalWorkingMemory workingMemory,
InternalFactHandle handle)
Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.