public static class PropagationQueuingNode.PropagateAction extends Object implements WorkingMemoryAction
DeactivateCallback, LogicalRetractCallback, PropagateAction, SignalAction, SignalProcessInstanceAction, WorkingMemoryBehahviourRetract, WorkingMemoryReteAssertAction, WorkingMemoryReteExpireAction
Constructor and Description |
---|
PropagationQueuingNode.PropagateAction() |
PropagationQueuingNode.PropagateAction(MarshallerReaderContext context) |
PropagationQueuingNode.PropagateAction(MarshallerReaderContext context,
ProtobufMessages.ActionQueue.Action _action) |
PropagationQueuingNode.PropagateAction(PropagationQueuingNode node) |
Modifier and Type | Method and Description |
---|---|
void |
execute(InternalKnowledgeRuntime kruntime) |
void |
execute(InternalWorkingMemory workingMemory) |
void |
readExternal(ObjectInput in) |
ProtobufMessages.ActionQueue.Action |
serialize(MarshallerWriteContext context) |
void |
write(MarshallerWriteContext context) |
void |
writeExternal(ObjectOutput out) |
public PropagationQueuingNode.PropagateAction()
public PropagationQueuingNode.PropagateAction(PropagationQueuingNode node)
public PropagationQueuingNode.PropagateAction(MarshallerReaderContext context) throws IOException
IOException
public PropagationQueuingNode.PropagateAction(MarshallerReaderContext context, ProtobufMessages.ActionQueue.Action _action)
public void write(MarshallerWriteContext context) throws IOException
write
in interface WorkingMemoryAction
IOException
public ProtobufMessages.ActionQueue.Action serialize(MarshallerWriteContext context)
serialize
in interface WorkingMemoryAction
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void execute(InternalWorkingMemory workingMemory)
execute
in interface WorkingMemoryAction
public void execute(InternalKnowledgeRuntime kruntime)
execute
in interface WorkingMemoryAction
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.