protected static class AbstractCompositeConstraint.MultiFieldConstraintContextEntry extends Object implements ContextEntry
| Modifier and Type | Field and Description |
|---|---|
ContextEntry[] |
betas |
InternalFactHandle |
handle |
ContextEntry |
next |
InternalWorkingMemory |
workingMemory |
| Constructor and Description |
|---|
MultiFieldConstraintContextEntry() |
MultiFieldConstraintContextEntry(AlphaNodeFieldConstraint[] alphas,
BetaNodeFieldConstraint[] betas) |
| Modifier and Type | Method and Description |
|---|---|
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 ContextEntry[] betas
public ContextEntry next
public InternalWorkingMemory workingMemory
public InternalFactHandle handle
public MultiFieldConstraintContextEntry()
public MultiFieldConstraintContextEntry(AlphaNodeFieldConstraint[] alphas, BetaNodeFieldConstraint[] betas)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic ContextEntry getNext()
getNext 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, Tuple tuple)
updateFromTuple in interface ContextEntrypublic void resetTuple()
resetTuple in interface ContextEntrypublic void resetFactHandle()
resetFactHandle in interface ContextEntryCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.