public static class MvelConstraint.UnificationContextEntry extends Object implements ContextEntry
| Constructor and Description |
|---|
MvelConstraint.UnificationContextEntry() |
MvelConstraint.UnificationContextEntry(ContextEntry contextEntry,
Declaration declaration) |
| Modifier and Type | Method and Description |
|---|---|
ContextEntry |
getContextEntry() |
ContextEntry |
getNext() |
ArrayElementReader |
getReader() |
org.kie.api.runtime.rule.Variable |
getVariable() |
void |
readExternal(ObjectInput in) |
void |
resetFactHandle() |
void |
resetTuple() |
void |
setNext(ContextEntry entry) |
void |
updateFromFactHandle(InternalWorkingMemory workingMemory,
InternalFactHandle handle) |
void |
updateFromTuple(InternalWorkingMemory workingMemory,
LeftTuple tuple) |
void |
writeExternal(ObjectOutput out) |
public MvelConstraint.UnificationContextEntry()
public MvelConstraint.UnificationContextEntry(ContextEntry contextEntry, Declaration declaration)
public ContextEntry getContextEntry()
public ArrayElementReader getReader()
public ContextEntry getNext()
getNext in interface ContextEntrypublic void resetFactHandle()
resetFactHandle in interface ContextEntrypublic void resetTuple()
resetTuple in interface ContextEntrypublic void setNext(ContextEntry entry)
setNext in interface ContextEntrypublic void updateFromFactHandle(InternalWorkingMemory workingMemory, InternalFactHandle handle)
updateFromFactHandle in interface ContextEntrypublic void updateFromTuple(InternalWorkingMemory workingMemory, LeftTuple tuple)
updateFromTuple in interface ContextEntrypublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic org.kie.api.runtime.rule.Variable getVariable()
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.