public class BeliefSystemLogicalCallback extends PropagationEntry.AbstractPropagationEntry implements WorkingMemoryAction
PropagationEntry.AbstractPropagationEntry, PropagationEntry.Delete, PropagationEntry.Insert, PropagationEntry.UpdateDeactivateCallback, LogicalRetractCallback, PropagateAction, SignalAction, SignalProcessInstanceAction, WorkingMemoryBehahviourRetract, WorkingMemoryReteAssertAction, WorkingMemoryReteExpireAction| Constructor and Description |
|---|
BeliefSystemLogicalCallback() |
BeliefSystemLogicalCallback(InternalFactHandle handle,
PropagationContext context,
Activation activation,
boolean update,
boolean fullyRetract) |
BeliefSystemLogicalCallback(MarshallerReaderContext context) |
BeliefSystemLogicalCallback(MarshallerReaderContext context,
ProtobufMessages.ActionQueue.Action _action) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(InternalWorkingMemory workingMemory) |
boolean |
isFullyRetract() |
boolean |
isUpdate() |
ProtobufMessages.ActionQueue.Action |
serialize(MarshallerWriteContext context) |
void |
setFullyRetract(boolean fullyRetract) |
void |
setUpdate(boolean update) |
execute, getNext, isMarshallable, requiresImmediateFlushing, setNextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecute, getNext, isMarshallable, requiresImmediateFlushing, setNextpublic BeliefSystemLogicalCallback()
public BeliefSystemLogicalCallback(InternalFactHandle handle, PropagationContext context, Activation activation, boolean update, boolean fullyRetract)
public BeliefSystemLogicalCallback(MarshallerReaderContext context) throws IOException
IOExceptionpublic BeliefSystemLogicalCallback(MarshallerReaderContext context, ProtobufMessages.ActionQueue.Action _action)
public ProtobufMessages.ActionQueue.Action serialize(MarshallerWriteContext context)
serialize in interface WorkingMemoryActionpublic boolean isUpdate()
public void setUpdate(boolean update)
public boolean isFullyRetract()
public void setFullyRetract(boolean fullyRetract)
public void execute(InternalWorkingMemory workingMemory)
execute in interface PropagationEntryCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.