public interface BeliefSet<M extends ModedAssertion<M>>
Modifier and Type | Method and Description |
---|---|
void |
add(M 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() |
M |
getFirst() |
boolean |
isConflicting() |
boolean |
isDecided() |
boolean |
isEmpty() |
boolean |
isNegated() |
boolean |
isPositive() |
FastIterator |
iterator() |
void |
remove(M node) |
void |
setWorkingMemoryAction(WorkingMemoryAction wmAction) |
int |
size() |
BeliefSystem getBeliefSystem()
InternalFactHandle getFactHandle()
M getFirst()
FastIterator iterator()
void add(M node)
void remove(M node)
boolean isEmpty()
int size()
void cancel(PropagationContext propagationContext)
propagationContext
- void clear(PropagationContext propagationContext)
propagationContext
- void setWorkingMemoryAction(WorkingMemoryAction wmAction)
boolean isNegated()
boolean isDecided()
boolean isConflicting()
boolean isPositive()
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.