protected static class EvaluatorConstraint.LiteralContextEntry extends Object implements ContextEntry
Modifier and Type | Field and Description |
---|---|
InternalReadAccessor |
extractor |
InternalFactHandle |
factHandle |
ContextEntry |
next |
InternalWorkingMemory |
workingMemory |
Constructor and Description |
---|
EvaluatorConstraint.LiteralContextEntry() |
EvaluatorConstraint.LiteralContextEntry(InternalReadAccessor extractor) |
Modifier and Type | Method and Description |
---|---|
InternalFactHandle |
getFactHandle() |
InternalReadAccessor |
getFieldExtractor() |
ContextEntry |
getNext() |
void |
readExternal(ObjectInput in) |
void |
resetFactHandle() |
void |
resetTuple() |
void |
setNext(ContextEntry entry) |
void |
updateFromFactHandle(InternalWorkingMemory workingMemory,
InternalFactHandle handle) |
void |
updateFromTuple(InternalWorkingMemory workingMemory,
Tuple tuple) |
void |
writeExternal(ObjectOutput out) |
public InternalReadAccessor extractor
public InternalFactHandle factHandle
public ContextEntry next
public InternalWorkingMemory workingMemory
public EvaluatorConstraint.LiteralContextEntry()
public EvaluatorConstraint.LiteralContextEntry(InternalReadAccessor extractor)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public InternalReadAccessor getFieldExtractor()
public InternalFactHandle getFactHandle()
public ContextEntry getNext()
getNext
in interface ContextEntry
public void setNext(ContextEntry entry)
setNext
in interface ContextEntry
public void updateFromFactHandle(InternalWorkingMemory workingMemory, InternalFactHandle handle)
updateFromFactHandle
in interface ContextEntry
public void updateFromTuple(InternalWorkingMemory workingMemory, Tuple tuple)
updateFromTuple
in interface ContextEntry
public void resetTuple()
resetTuple
in interface ContextEntry
public void resetFactHandle()
resetFactHandle
in interface ContextEntry
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.