org.drools.core.beliefsystem.defeasible
Class DefeasibleBeliefSystem
java.lang.Object
org.drools.core.beliefsystem.jtms.JTMSBeliefSystem
org.drools.core.beliefsystem.defeasible.DefeasibleBeliefSystem
- All Implemented Interfaces:
- BeliefSystem
public class DefeasibleBeliefSystem
- extends JTMSBeliefSystem
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefeasibleBeliefSystem
public DefeasibleBeliefSystem(NamedEntryPoint ep,
TruthMaintenanceSystem tms)
newBeliefSet
public BeliefSet newBeliefSet(InternalFactHandle fh)
- Specified by:
newBeliefSet in interface BeliefSystem- Overrides:
newBeliefSet in class JTMSBeliefSystem
newLogicalDependency
public LogicalDependency newLogicalDependency(Activation activation,
BeliefSet beliefSet,
Object object,
Object value)
- Specified by:
newLogicalDependency in interface BeliefSystem- Overrides:
newLogicalDependency in class JTMSBeliefSystem
insert
public void insert(LogicalDependency node,
BeliefSet beliefSet,
PropagationContext context,
ObjectTypeConf typeConf)
- Description copied from interface:
BeliefSystem
- TypeConf is already available, so we pass it, to avoid additional lookups
- Specified by:
insert in interface BeliefSystem- Overrides:
insert in class JTMSBeliefSystem
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.