public interface PropagationEntry
Modifier and Type | Interface and Description |
---|---|
static class |
PropagationEntry.AbstractPropagationEntry |
static class |
PropagationEntry.Delete |
static class |
PropagationEntry.Insert |
static class |
PropagationEntry.PropagationEntryWithResult<T> |
static class |
PropagationEntry.Update |
Modifier and Type | Method and Description |
---|---|
void |
execute(InternalKnowledgeRuntime kruntime) |
void |
execute(InternalWorkingMemory wm) |
void |
executeForMarshalling(InternalWorkingMemory wm) |
PropagationEntry |
getNext() |
boolean |
isCalledFromRHS() |
boolean |
requiresImmediateFlushing() |
void |
setNext(PropagationEntry next) |
void execute(InternalWorkingMemory wm)
void executeForMarshalling(InternalWorkingMemory wm)
void execute(InternalKnowledgeRuntime kruntime)
PropagationEntry getNext()
void setNext(PropagationEntry next)
boolean requiresImmediateFlushing()
boolean isCalledFromRHS()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.