Uses of Interface
org.drools.tms.agenda.TruthMaintenanceSystemActivation
-
-
Uses of TruthMaintenanceSystemActivation in org.drools.tms
Methods in org.drools.tms that return TruthMaintenanceSystemActivation Modifier and Type Method Description TruthMaintenanceSystemActivation<M>LogicalDependency. getJustifier()Methods in org.drools.tms with parameters of type TruthMaintenanceSystemActivation Modifier and Type Method Description static <M extends ModedAssertion<M>>
voidTruthMaintenanceSystemImpl. removeLogicalDependencies(TruthMaintenanceSystemActivation<M> activation) -
Uses of TruthMaintenanceSystemActivation in org.drools.tms.agenda
Subinterfaces of TruthMaintenanceSystemActivation in org.drools.tms.agenda Modifier and Type Interface Description interfaceTruthMaintenanceSystemAgendaItem<T extends ModedAssertion<T>>Classes in org.drools.tms.agenda that implement TruthMaintenanceSystemActivation Modifier and Type Class Description classTruthMaintenanceSystemAgendaItemImpl<T extends ModedAssertion<T>>classTruthMaintenanceSystemRuleTerminalNodeLeftTuple<T extends ModedAssertion<T>> -
Uses of TruthMaintenanceSystemActivation in org.drools.tms.beliefsystem
Methods in org.drools.tms.beliefsystem with parameters of type TruthMaintenanceSystemActivation Modifier and Type Method Description BeliefSet<M>BeliefSystem. insert(M mode, org.drools.core.definitions.rule.impl.RuleImpl rule, TruthMaintenanceSystemActivation activation, Object payload, BeliefSet<M> beliefSet, org.drools.core.common.PropagationContext context, org.drools.core.reteoo.ObjectTypeConf typeConf)LogicalDependencyBeliefSystem. newLogicalDependency(TruthMaintenanceSystemActivation<M> activation, BeliefSet<M> beliefSet, Object object, Object value) -
Uses of TruthMaintenanceSystemActivation in org.drools.tms.beliefsystem.defeasible
Methods in org.drools.tms.beliefsystem.defeasible with parameters of type TruthMaintenanceSystemActivation Modifier and Type Method Description BeliefSet<M>DefeasibleBeliefSystem. insert(M mode, org.drools.core.definitions.rule.impl.RuleImpl rule, TruthMaintenanceSystemActivation activation, Object payload, BeliefSet<M> beliefSet, org.drools.core.common.PropagationContext context, org.drools.core.reteoo.ObjectTypeConf typeConf)LogicalDependency<M>DefeasibleBeliefSystem. newLogicalDependency(TruthMaintenanceSystemActivation<M> activation, BeliefSet<M> beliefSet, Object object, Object value)Constructors in org.drools.tms.beliefsystem.defeasible with parameters of type TruthMaintenanceSystemActivation Constructor Description DefeasibleLogicalDependency(TruthMaintenanceSystemActivation<M> justifier, Object justified, Object object, M mode) -
Uses of TruthMaintenanceSystemActivation in org.drools.tms.beliefsystem.jtms
Methods in org.drools.tms.beliefsystem.jtms with parameters of type TruthMaintenanceSystemActivation Modifier and Type Method Description BeliefSet<M>JTMSBeliefSystem. insert(M mode, org.drools.core.definitions.rule.impl.RuleImpl rule, TruthMaintenanceSystemActivation activation, Object payload, BeliefSet<M> beliefSet, org.drools.core.common.PropagationContext context, org.drools.core.reteoo.ObjectTypeConf typeConf)LogicalDependencyJTMSBeliefSystem. newLogicalDependency(TruthMaintenanceSystemActivation<M> activation, BeliefSet<M> beliefSet, Object object, Object value) -
Uses of TruthMaintenanceSystemActivation in org.drools.tms.beliefsystem.simple
Methods in org.drools.tms.beliefsystem.simple that return TruthMaintenanceSystemActivation Modifier and Type Method Description TruthMaintenanceSystemActivation<T>SimpleLogicalDependency. getJustifier()Methods in org.drools.tms.beliefsystem.simple with parameters of type TruthMaintenanceSystemActivation Modifier and Type Method Description BeliefSet<SimpleMode>SimpleBeliefSystem. insert(SimpleMode mode, org.drools.core.definitions.rule.impl.RuleImpl rule, TruthMaintenanceSystemActivation activation, Object payload, BeliefSet<SimpleMode> beliefSet, org.drools.core.common.PropagationContext context, org.drools.core.reteoo.ObjectTypeConf typeConf)LogicalDependencySimpleBeliefSystem. newLogicalDependency(TruthMaintenanceSystemActivation activation, BeliefSet beliefSet, Object object, Object value)Constructors in org.drools.tms.beliefsystem.simple with parameters of type TruthMaintenanceSystemActivation Constructor Description SimpleLogicalDependency(TruthMaintenanceSystemActivation<T> justifier, Object justified, Object object, T mode)SimpleLogicalDependency(TruthMaintenanceSystemActivation<T> justifier, Object justified, T mode)
-