Package org.drools.core.reteoo
Class AccumulateNode.AccumulateContextEntry
- java.lang.Object
-
- org.drools.core.reteoo.AccumulateNode.AccumulateContextEntry
-
- Direct Known Subclasses:
AccumulateNode.AccumulateContext
- Enclosing class:
- AccumulateNode
public static class AccumulateNode.AccumulateContextEntry extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AccumulateContextEntry(java.lang.Object key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetFunctionContext()java.lang.ObjectgetKey()InternalFactHandlegetResultFactHandle()LeftTuplegetResultLeftTuple()booleanisEmpty()booleanisPropagated()booleanisToPropagate()voidsetEmpty(boolean empty)voidsetFunctionContext(java.lang.Object context)voidsetPropagated(boolean propagated)voidsetResultFactHandle(InternalFactHandle resultFactHandle)voidsetResultLeftTuple(LeftTuple resultLeftTuple)voidsetToPropagate(boolean toPropagate)
-
-
-
Method Detail
-
getResultFactHandle
public InternalFactHandle getResultFactHandle()
-
setResultFactHandle
public void setResultFactHandle(InternalFactHandle resultFactHandle)
-
getResultLeftTuple
public LeftTuple getResultLeftTuple()
-
setResultLeftTuple
public void setResultLeftTuple(LeftTuple resultLeftTuple)
-
isPropagated
public boolean isPropagated()
-
setPropagated
public void setPropagated(boolean propagated)
-
isToPropagate
public boolean isToPropagate()
-
setToPropagate
public void setToPropagate(boolean toPropagate)
-
getFunctionContext
public java.lang.Object getFunctionContext()
-
setFunctionContext
public void setFunctionContext(java.lang.Object context)
-
getKey
public java.lang.Object getKey()
-
isEmpty
public boolean isEmpty()
-
setEmpty
public void setEmpty(boolean empty)
-
-