JavaScript is disabled on your browser.
Drools :: Beliefs 6.4.0.Beta1
java.lang.Object
org.drools.core.util.LinkedList<M>
org.drools.beliefs.bayes.NonConflictingModeSet<M>
Nested Class Summary
Nested classes/interfaces inherited from class org.drools.core.util.LinkedList
org.drools.core.util.LinkedList.JavaUtilIterator<T extends org.drools.core.util.LinkedListNode<T>>, org.drools.core.util.LinkedList.LinkedListFastIterator, org.drools.core.util.LinkedList.LinkedListIterator<T extends org.drools.core.util.LinkedListNode<T>>
Field Summary
Fields inherited from class org.drools.core.util.LinkedList
fastIterator
Constructor Summary
Constructors
Constructor and Description
NonConflictingModeSet (org.drools.core.common.InternalFactHandle rootHandle,
BayesBeliefSystem <? extends org.drools.core.beliefsystem.ModedAssertion> beliefSystem)
Method Summary
Methods
Modifier and Type
Method and Description
void
add (M mode)
void
cancel (org.drools.core.spi.PropagationContext propagationContext)
void
clear (org.drools.core.spi.PropagationContext propagationContext)
org.drools.core.beliefsystem.BeliefSystem<? extends org.drools.core.beliefsystem.ModedAssertion>
getBeliefSystem ()
org.drools.core.common.InternalFactHandle
getFactHandle ()
boolean
isConflicting ()
boolean
isDecided ()
boolean
isNegated ()
boolean
isPositive ()
void
remove (M mode)
void
setWorkingMemoryAction (org.drools.core.common.WorkingMemoryAction wmAction)
Methods inherited from class org.drools.core.util.LinkedList
addFirst, addLast, clear, contains, equals, fastIterator, get, getFirst, getLast, hashCode, insertAfter, isEmpty, iterator, javaUtilIterator, readExternal, removeFirst, removeLast, size, writeExternal
Methods inherited from interface org.drools.core.beliefsystem.BeliefSet
getFirst, isEmpty, iterator, size
Method Detail
add
public void add(M mode)
Specified by:
add in interface org.drools.core.beliefsystem.BeliefSet<M extends org.drools.core.beliefsystem.ModedAssertion<M >>
Overrides:
add in class org.drools.core.util.LinkedList<M extends org.drools.core.beliefsystem.ModedAssertion<M >>
Drools :: Beliefs 6.4.0.Beta1
Copyright © 2001–2016 JBoss by Red Hat . All rights reserved.