public class DefeasibleBeliefSystem<M extends DefeasibleMode<M>> extends JTMSBeliefSystem<M>
ep, log, STRICT
Constructor and Description |
---|
DefeasibleBeliefSystem(InternalWorkingMemoryEntryPoint ep,
TruthMaintenanceSystem tms) |
Modifier and Type | Method and Description |
---|---|
M |
asMode(Object value) |
BeliefSet<M> |
insert(M mode,
RuleImpl rule,
Activation activation,
Object payload,
BeliefSet<M> beliefSet,
PropagationContext context,
ObjectTypeConf typeConf) |
BeliefSet |
newBeliefSet(InternalFactHandle fh) |
LogicalDependency<M> |
newLogicalDependency(Activation<M> activation,
BeliefSet<M> beliefSet,
Object object,
Object value) |
delete, delete, getTruthMaintenanceSystem, insert, read, stage, unstage
public DefeasibleBeliefSystem(InternalWorkingMemoryEntryPoint ep, TruthMaintenanceSystem tms)
public BeliefSet newBeliefSet(InternalFactHandle fh)
newBeliefSet
in interface BeliefSystem<M extends DefeasibleMode<M>>
newBeliefSet
in class JTMSBeliefSystem<M extends DefeasibleMode<M>>
public BeliefSet<M> insert(M mode, RuleImpl rule, Activation activation, Object payload, BeliefSet<M> beliefSet, PropagationContext context, ObjectTypeConf typeConf)
insert
in interface BeliefSystem<M extends DefeasibleMode<M>>
insert
in class JTMSBeliefSystem<M extends DefeasibleMode<M>>
public LogicalDependency<M> newLogicalDependency(Activation<M> activation, BeliefSet<M> beliefSet, Object object, Object value)
newLogicalDependency
in interface BeliefSystem<M extends DefeasibleMode<M>>
newLogicalDependency
in class JTMSBeliefSystem<M extends DefeasibleMode<M>>
public M asMode(Object value)
asMode
in interface BeliefSystem<M extends DefeasibleMode<M>>
asMode
in class JTMSBeliefSystem<M extends DefeasibleMode<M>>
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.