public interface WorkingMemoryAction extends Externalizable
Modifier and Type | Field and Description |
---|---|
static short |
DeactivateCallback |
static short |
LogicalRetractCallback |
static short |
PropagateAction |
static short |
SignalAction |
static short |
SignalProcessInstanceAction |
static short |
WorkingMemoryBehahviourRetract |
static short |
WorkingMemoryReteAssertAction |
static short |
WorkingMemoryReteExpireAction |
Modifier and Type | Method and Description |
---|---|
void |
execute(InternalKnowledgeRuntime kruntime) |
void |
execute(InternalWorkingMemory workingMemory) |
ProtobufMessages.ActionQueue.Action |
serialize(MarshallerWriteContext context) |
void |
write(MarshallerWriteContext context) |
readExternal, writeExternal
static final short WorkingMemoryReteAssertAction
static final short DeactivateCallback
static final short PropagateAction
static final short LogicalRetractCallback
static final short WorkingMemoryReteExpireAction
static final short SignalProcessInstanceAction
static final short SignalAction
static final short WorkingMemoryBehahviourRetract
void execute(InternalWorkingMemory workingMemory)
void execute(InternalKnowledgeRuntime kruntime)
void write(MarshallerWriteContext context) throws IOException
IOException
ProtobufMessages.ActionQueue.Action serialize(MarshallerWriteContext context) throws IOException
IOException
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.