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