public static class AccumulateNode.AccumulateContextEntry extends Object
| Constructor and Description |
|---|
AccumulateContextEntry(Object key) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getFunctionContext() |
Object |
getKey() |
InternalFactHandle |
getResultFactHandle() |
LeftTuple |
getResultLeftTuple() |
boolean |
isEmpty() |
boolean |
isPropagated() |
boolean |
isToPropagate() |
void |
setEmpty(boolean empty) |
void |
setFunctionContext(Object context) |
void |
setPropagated(boolean propagated) |
void |
setResultFactHandle(InternalFactHandle resultFactHandle) |
void |
setResultLeftTuple(LeftTuple resultLeftTuple) |
void |
setToPropagate(boolean toPropagate) |
public AccumulateContextEntry(Object key)
public InternalFactHandle getResultFactHandle()
public void setResultFactHandle(InternalFactHandle resultFactHandle)
public LeftTuple getResultLeftTuple()
public void setResultLeftTuple(LeftTuple resultLeftTuple)
public boolean isPropagated()
public void setPropagated(boolean propagated)
public boolean isToPropagate()
public void setToPropagate(boolean toPropagate)
public Object getFunctionContext()
public void setFunctionContext(Object context)
public Object getKey()
public boolean isEmpty()
public void setEmpty(boolean empty)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.