public static class AccumulateNode.AccumulateContext extends Object implements ContextOwner, Externalizable
Modifier and Type | Field and Description |
---|---|
Object |
context |
boolean |
propagated |
RightTuple |
result |
InternalFactHandle |
resultFactHandle |
LeftTuple |
resultLeftTuple |
Constructor and Description |
---|
AccumulateContext() |
Modifier and Type | Method and Description |
---|---|
WorkingMemoryAction |
getAction() |
<T> T |
getContext(Class<T> contextClass) |
PropagationContext |
getPropagationContext() |
InternalFactHandle |
getResultFactHandle() |
LeftTuple |
getResultLeftTuple() |
void |
readExternal(ObjectInput in) |
void |
setAction(WorkingMemoryAction action) |
void |
setPropagationContext(PropagationContext propagationContext) |
void |
setResultFactHandle(InternalFactHandle resultFactHandle) |
void |
setResultLeftTuple(LeftTuple resultLeftTuple) |
void |
writeExternal(ObjectOutput out) |
public Object context
public RightTuple result
public InternalFactHandle resultFactHandle
public LeftTuple resultLeftTuple
public boolean propagated
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 WorkingMemoryAction getAction()
public void setAction(WorkingMemoryAction action)
public InternalFactHandle getResultFactHandle()
public void setResultFactHandle(InternalFactHandle resultFactHandle)
public LeftTuple getResultLeftTuple()
public void setResultLeftTuple(LeftTuple resultLeftTuple)
public PropagationContext getPropagationContext()
public void setPropagationContext(PropagationContext propagationContext)
public <T> T getContext(Class<T> contextClass)
getContext
in interface ContextOwner
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.