protected static class AbstractCompositeConstraint.MultiFieldConstraintContextEntry extends Object implements ContextEntry
Modifier and Type | Field and Description |
---|---|
ContextEntry[] |
alphas |
ContextEntry[] |
betas |
InternalFactHandle |
handle |
ContextEntry |
next |
InternalWorkingMemory |
workingMemory |
Constructor and Description |
---|
AbstractCompositeConstraint.MultiFieldConstraintContextEntry() |
AbstractCompositeConstraint.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,
LeftTuple tuple) |
void |
writeExternal(ObjectOutput out) |
public ContextEntry[] alphas
public ContextEntry[] betas
public ContextEntry next
public InternalWorkingMemory workingMemory
public InternalFactHandle handle
public AbstractCompositeConstraint.MultiFieldConstraintContextEntry()
public AbstractCompositeConstraint.MultiFieldConstraintContextEntry(AlphaNodeFieldConstraint[] alphas, BetaNodeFieldConstraint[] betas)
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 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, LeftTuple tuple)
updateFromTuple
in interface ContextEntry
public void resetTuple()
resetTuple
in interface ContextEntry
public void resetFactHandle()
resetFactHandle
in interface ContextEntry
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.