Uses of Interface
org.drools.core.beliefsystem.BeliefSet
-
Packages that use BeliefSet Package Description org.drools.core.beliefsystem org.drools.core.beliefsystem.defeasible org.drools.core.beliefsystem.jtms org.drools.core.beliefsystem.simple org.drools.core.common -
-
Uses of BeliefSet in org.drools.core.beliefsystem
Methods in org.drools.core.beliefsystem that return BeliefSet Modifier and Type Method Description BeliefSet<M>BeliefSystem. insert(M mode, RuleImpl rule, Activation activation, Object payload, BeliefSet<M> beliefSet, PropagationContext context, ObjectTypeConf typeConf)BeliefSet<M>BeliefSystem. insert(LogicalDependency<M> node, BeliefSet<M> beliefSet, PropagationContext context, ObjectTypeConf typeConf)TypeConf is already available, so we pass it, to avoid additional lookupsBeliefSetBeliefSystem. newBeliefSet(InternalFactHandle fh)Methods in org.drools.core.beliefsystem with parameters of type BeliefSet Modifier and Type Method Description voidBeliefSystem. delete(M mode, RuleImpl rule, Activation activation, Object payload, BeliefSet<M> beliefSet, PropagationContext context)voidBeliefSystem. delete(LogicalDependency<M> node, BeliefSet<M> beliefSet, PropagationContext context)The typeConf has not yet been looked up, so we leave it to the implementation to decide if it needs it or not.BeliefSet<M>BeliefSystem. insert(M mode, RuleImpl rule, Activation activation, Object payload, BeliefSet<M> beliefSet, PropagationContext context, ObjectTypeConf typeConf)BeliefSet<M>BeliefSystem. insert(LogicalDependency<M> node, BeliefSet<M> beliefSet, PropagationContext context, ObjectTypeConf typeConf)TypeConf is already available, so we pass it, to avoid additional lookupsLogicalDependencyBeliefSystem. newLogicalDependency(Activation<M> activation, BeliefSet<M> beliefSet, Object object, Object value)voidBeliefSystem. read(LogicalDependency<M> node, BeliefSet<M> beliefSet, PropagationContext context, ObjectTypeConf typeConf)voidBeliefSystem. stage(PropagationContext context, BeliefSet<M> beliefSet)voidBeliefSystem. unstage(PropagationContext context, BeliefSet<M> beliefSet) -
Uses of BeliefSet in org.drools.core.beliefsystem.defeasible
Classes in org.drools.core.beliefsystem.defeasible that implement BeliefSet Modifier and Type Class Description classDefeasibleBeliefSet<M extends DefeasibleMode<M>>Methods in org.drools.core.beliefsystem.defeasible that return BeliefSet Modifier and Type Method Description BeliefSet<M>DefeasibleBeliefSystem. insert(M mode, RuleImpl rule, Activation activation, Object payload, BeliefSet<M> beliefSet, PropagationContext context, ObjectTypeConf typeConf)BeliefSetDefeasibleBeliefSystem. newBeliefSet(InternalFactHandle fh)Methods in org.drools.core.beliefsystem.defeasible with parameters of type BeliefSet Modifier and Type Method Description BeliefSet<M>DefeasibleBeliefSystem. insert(M mode, RuleImpl rule, Activation activation, Object payload, BeliefSet<M> beliefSet, PropagationContext context, ObjectTypeConf typeConf)LogicalDependency<M>DefeasibleBeliefSystem. newLogicalDependency(Activation<M> activation, BeliefSet<M> beliefSet, Object object, Object value) -
Uses of BeliefSet in org.drools.core.beliefsystem.jtms
Subinterfaces of BeliefSet in org.drools.core.beliefsystem.jtms Modifier and Type Interface Description interfaceJTMSBeliefSet<M extends ModedAssertion<M>>Classes in org.drools.core.beliefsystem.jtms that implement BeliefSet Modifier and Type Class Description classJTMSBeliefSetImpl<M extends JTMSMode<M>>Methods in org.drools.core.beliefsystem.jtms that return BeliefSet Modifier and Type Method Description BeliefSet<M>JTMSBeliefSystem. insert(M mode, RuleImpl rule, Activation activation, Object payload, BeliefSet<M> beliefSet, PropagationContext context, ObjectTypeConf typeConf)BeliefSet<M>JTMSBeliefSystem. insert(LogicalDependency<M> node, BeliefSet<M> beliefSet, PropagationContext context, ObjectTypeConf typeConf)BeliefSetJTMSBeliefSystem. newBeliefSet(InternalFactHandle fh)Methods in org.drools.core.beliefsystem.jtms with parameters of type BeliefSet Modifier and Type Method Description voidJTMSBeliefSystem. delete(M mode, RuleImpl rule, Activation activation, Object payload, BeliefSet<M> beliefSet, PropagationContext context)voidJTMSBeliefSystem. delete(LogicalDependency<M> node, BeliefSet<M> beliefSet, PropagationContext context)BeliefSet<M>JTMSBeliefSystem. insert(M mode, RuleImpl rule, Activation activation, Object payload, BeliefSet<M> beliefSet, PropagationContext context, ObjectTypeConf typeConf)BeliefSet<M>JTMSBeliefSystem. insert(LogicalDependency<M> node, BeliefSet<M> beliefSet, PropagationContext context, ObjectTypeConf typeConf)LogicalDependencyJTMSBeliefSystem. newLogicalDependency(Activation<M> activation, BeliefSet<M> beliefSet, Object object, Object value)voidJTMSBeliefSystem. read(LogicalDependency<M> node, BeliefSet<M> beliefSet, PropagationContext context, ObjectTypeConf typeConf)voidJTMSBeliefSystem. stage(PropagationContext context, BeliefSet<M> beliefSet)voidJTMSBeliefSystem. unstage(PropagationContext context, BeliefSet<M> beliefSet) -
Uses of BeliefSet in org.drools.core.beliefsystem.simple
Classes in org.drools.core.beliefsystem.simple that implement BeliefSet Modifier and Type Class Description classSimpleBeliefSetMethods in org.drools.core.beliefsystem.simple that return BeliefSet Modifier and Type Method Description BeliefSet<SimpleMode>SimpleBeliefSystem. insert(SimpleMode mode, RuleImpl rule, Activation activation, Object payload, BeliefSet<SimpleMode> beliefSet, PropagationContext context, ObjectTypeConf typeConf)BeliefSet<SimpleMode>SimpleBeliefSystem. insert(LogicalDependency<SimpleMode> node, BeliefSet<SimpleMode> beliefSet, PropagationContext context, ObjectTypeConf typeConf)BeliefSetSimpleBeliefSystem. newBeliefSet(InternalFactHandle fh) -
Uses of BeliefSet in org.drools.core.common
Methods in org.drools.core.common that return BeliefSet Modifier and Type Method Description BeliefSetEqualityKey. getBeliefSet()Methods in org.drools.core.common with parameters of type BeliefSet Modifier and Type Method Description voidEqualityKey. setBeliefSet(BeliefSet beliefSet)
-