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() |
TupleList<AccumulateNode.AccumulateContextEntry> |
getTupleList() |
Object |
getValue() |
boolean |
isPropagated() |
boolean |
isToPropagate() |
void |
setFunctionContext(Object context) |
void |
setPropagated(boolean propagated) |
void |
setResultFactHandle(InternalFactHandle resultFactHandle) |
void |
setResultLeftTuple(LeftTuple resultLeftTuple) |
void |
setToPropagate(boolean toPropagate) |
void |
setTupleList(TupleList<AccumulateNode.AccumulateContextEntry> tupleList) |
void |
setValue(Object value) |
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 TupleList<AccumulateNode.AccumulateContextEntry> getTupleList()
public void setTupleList(TupleList<AccumulateNode.AccumulateContextEntry> tupleList)
public Object getValue()
public void setValue(Object value)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.