org.drools.core.common
Interface WorkingMemoryAction
- All Superinterfaces:
- Externalizable, Serializable
- All Known Implementing Classes:
- AbstractWorkingMemory.WorkingMemoryReteAssertAction, AbstractWorkingMemory.WorkingMemoryReteExpireAction, AgendaGroupQueueImpl.DeactivateCallback, BeliefSystemLogicalCallback, PropagationQueuingNode.PropagateAction, QueryRiaFixerNode.QueryRiaFixerNodeFixer, RuleFlowGroupImpl.DeactivateCallback, SlidingTimeWindow.BehaviorExpireWMAction
public interface WorkingMemoryAction
- extends Externalizable
WorkingMemoryReteAssertAction
static final short WorkingMemoryReteAssertAction
- See Also:
- Constant Field Values
DeactivateCallback
static final short DeactivateCallback
- See Also:
- Constant Field Values
PropagateAction
static final short PropagateAction
- See Also:
- Constant Field Values
LogicalRetractCallback
static final short LogicalRetractCallback
- See Also:
- Constant Field Values
WorkingMemoryReteExpireAction
static final short WorkingMemoryReteExpireAction
- See Also:
- Constant Field Values
SignalProcessInstanceAction
static final short SignalProcessInstanceAction
- See Also:
- Constant Field Values
SignalAction
static final short SignalAction
- See Also:
- Constant Field Values
WorkingMemoryBehahviourRetract
static final short WorkingMemoryBehahviourRetract
- See Also:
- Constant Field Values
execute
void execute(InternalWorkingMemory workingMemory)
execute
void execute(InternalKnowledgeRuntime kruntime)
write
void write(MarshallerWriteContext context)
throws IOException
- Throws:
IOException
serialize
ProtobufMessages.ActionQueue.Action serialize(MarshallerWriteContext context)
throws IOException
- Throws:
IOException
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.