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