public static class MvelConstraint.MvelContextEntry extends Object implements ContextEntry
| Modifier and Type | Field and Description |
|---|---|
protected Declaration[] |
declarations |
protected LeftTuple |
leftTuple |
protected ContextEntry |
next |
protected InternalFactHandle |
rightHandle |
protected InternalWorkingMemory |
workingMemory |
| Constructor and Description |
|---|
MvelConstraint.MvelContextEntry() |
MvelConstraint.MvelContextEntry(Declaration[] declarations) |
| Modifier and Type | Method and Description |
|---|---|
Declaration[] |
getDeclarations() |
LeftTuple |
getLeftTuple() |
ContextEntry |
getNext() |
InternalFactHandle |
getRight() |
InternalWorkingMemory |
getWorkingMemory() |
void |
readExternal(ObjectInput in) |
void |
resetFactHandle() |
void |
resetTuple() |
void |
setNext(ContextEntry entry) |
void |
updateFromFactHandle(InternalWorkingMemory workingMemory,
InternalFactHandle handle) |
void |
updateFromTuple(InternalWorkingMemory workingMemory,
LeftTuple leftTuple) |
void |
writeExternal(ObjectOutput out) |
protected ContextEntry next
protected LeftTuple leftTuple
protected InternalFactHandle rightHandle
protected Declaration[] declarations
protected transient InternalWorkingMemory workingMemory
public MvelConstraint.MvelContextEntry()
public MvelConstraint.MvelContextEntry(Declaration[] declarations)
public ContextEntry getNext()
getNext in interface ContextEntrypublic void setNext(ContextEntry entry)
setNext in interface ContextEntrypublic void updateFromTuple(InternalWorkingMemory workingMemory, LeftTuple leftTuple)
updateFromTuple in interface ContextEntrypublic void updateFromFactHandle(InternalWorkingMemory workingMemory, InternalFactHandle handle)
updateFromFactHandle in interface ContextEntrypublic void resetTuple()
resetTuple in interface ContextEntrypublic void resetFactHandle()
resetFactHandle in interface ContextEntrypublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic LeftTuple getLeftTuple()
public InternalFactHandle getRight()
public Declaration[] getDeclarations()
public InternalWorkingMemory getWorkingMemory()
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.