public interface BeliefSet
Modifier and Type | Method and Description |
---|---|
void |
add(LinkedListNode node) |
void |
cancel(PropagationContext propagationContext)
This will remove all entries and do clean up, like retract FHs.
|
void |
clear(PropagationContext propagationContext)
This will remove all entries, but not do cleanup, the FH is most likely needed else where
|
BeliefSystem |
getBeliefSystem() |
InternalFactHandle |
getFactHandle() |
LinkedListNode |
getFirst() |
boolean |
isEmpty() |
FastIterator |
iterator() |
void |
remove(LinkedListNode node) |
void |
setWorkingMemoryAction(WorkingMemoryAction wmAction) |
int |
size() |
BeliefSystem getBeliefSystem()
InternalFactHandle getFactHandle()
LinkedListNode getFirst()
FastIterator iterator()
void add(LinkedListNode node)
void remove(LinkedListNode node)
boolean isEmpty()
int size()
void cancel(PropagationContext propagationContext)
propagationContext
- void clear(PropagationContext propagationContext)
propagationContext
- void setWorkingMemoryAction(WorkingMemoryAction wmAction)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.