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