org.drools.core.rule
Class VariableRestriction.LeftEndRightStartContextEntry
java.lang.Object
org.drools.core.rule.VariableRestriction.VariableContextEntry
org.drools.core.rule.VariableRestriction.LeftEndRightStartContextEntry
- All Implemented Interfaces:
- Externalizable, Serializable, ContextEntry
- Enclosing class:
- VariableRestriction
public static class VariableRestriction.LeftEndRightStartContextEntry
- 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 |
timestamp
public long timestamp
VariableRestriction.LeftEndRightStartContextEntry
public VariableRestriction.LeftEndRightStartContextEntry()
VariableRestriction.LeftEndRightStartContextEntry
public VariableRestriction.LeftEndRightStartContextEntry(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 by Red Hat. All Rights Reserved.