Package org.drools.core.reteoo
Class AgendaComponentFactory.AgendaComponentFactoryImpl
- java.lang.Object
-
- org.drools.core.reteoo.AgendaComponentFactory.AgendaComponentFactoryImpl
-
- All Implemented Interfaces:
java.lang.Comparable<org.kie.api.internal.utils.KieService>,AgendaComponentFactory,org.kie.api.internal.utils.KieService
- Enclosing interface:
- AgendaComponentFactory
public static class AgendaComponentFactory.AgendaComponentFactoryImpl extends java.lang.Object implements AgendaComponentFactory
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.drools.core.reteoo.AgendaComponentFactory
AgendaComponentFactory.AgendaComponentFactoryImpl, AgendaComponentFactory.Holder
-
-
Constructor Summary
Constructors Constructor Description AgendaComponentFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RuleAgendaItemcreateAgendaItem(long activationNumber, Tuple tuple, int salience, PropagationContext context, PathMemory pmem, TerminalNode rtn, boolean declarativeAgendaEnabled, InternalAgendaGroup agendaGroup)LeftTuplecreateTerminalTuple()LeftTuplecreateTerminalTuple(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)LeftTuplecreateTerminalTuple(InternalFactHandle factHandle, Sink sink, boolean leftTupleMemoryEnabled)LeftTuplecreateTerminalTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTuplecreateTerminalTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTuplecreateTerminalTuple(LeftTuple leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled)
-
-
-
Method Detail
-
createTerminalTuple
public LeftTuple createTerminalTuple()
- Specified by:
createTerminalTuplein interfaceAgendaComponentFactory
-
createTerminalTuple
public LeftTuple createTerminalTuple(InternalFactHandle factHandle, Sink sink, boolean leftTupleMemoryEnabled)
- Specified by:
createTerminalTuplein interfaceAgendaComponentFactory
-
createTerminalTuple
public LeftTuple createTerminalTuple(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)
- Specified by:
createTerminalTuplein interfaceAgendaComponentFactory
-
createTerminalTuple
public LeftTuple createTerminalTuple(LeftTuple leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled)
- Specified by:
createTerminalTuplein interfaceAgendaComponentFactory
-
createTerminalTuple
public LeftTuple createTerminalTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)
- Specified by:
createTerminalTuplein interfaceAgendaComponentFactory
-
createTerminalTuple
public LeftTuple createTerminalTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)
- Specified by:
createTerminalTuplein interfaceAgendaComponentFactory
-
createAgendaItem
public RuleAgendaItem createAgendaItem(long activationNumber, Tuple tuple, int salience, PropagationContext context, PathMemory pmem, TerminalNode rtn, boolean declarativeAgendaEnabled, InternalAgendaGroup agendaGroup)
- Specified by:
createAgendaItemin interfaceAgendaComponentFactory
-
-