public static class VariableRestriction.LongVariableContextEntry extends VariableRestriction.VariableContextEntry
Modifier and Type | Field and Description |
---|---|
long |
left |
long |
right |
declaration, entry, evaluator, extractor, leftNull, object, rightNull, tuple, workingMemory
Constructor and Description |
---|
VariableRestriction.LongVariableContextEntry() |
VariableRestriction.LongVariableContextEntry(InternalReadAccessor extractor,
Declaration declaration,
Evaluator evaluator) |
Modifier and Type | Method and Description |
---|---|
void |
readExternal(ObjectInput in) |
void |
updateFromFactHandle(InternalWorkingMemory workingMemory,
InternalFactHandle handle) |
void |
updateFromTuple(InternalWorkingMemory workingMemory,
Tuple tuple) |
void |
writeExternal(ObjectOutput out) |
getFieldExtractor, getNext, getObject, getTuple, getVariableDeclaration, isLeftNull, isRightNull, resetFactHandle, resetTuple, setNext
public VariableRestriction.LongVariableContextEntry()
public VariableRestriction.LongVariableContextEntry(InternalReadAccessor extractor, Declaration declaration, Evaluator evaluator)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class VariableRestriction.VariableContextEntry
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class VariableRestriction.VariableContextEntry
IOException
public void updateFromTuple(InternalWorkingMemory workingMemory, Tuple tuple)
public void updateFromFactHandle(InternalWorkingMemory workingMemory, InternalFactHandle handle)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.