public class TruthMaintenanceSystem extends Object
Constructor and Description |
---|
TruthMaintenanceSystem() |
TruthMaintenanceSystem(StatefulKnowledgeSessionImpl wm,
NamedEntryPoint ep) |
public TruthMaintenanceSystem()
public TruthMaintenanceSystem(StatefulKnowledgeSessionImpl wm, NamedEntryPoint ep)
public ObjectHashMap getEqualityKeyMap()
public Object put(EqualityKey key)
public InternalFactHandle insert(Object object, Object tmsValue, RuleImpl rule, Activation activation)
public void delete(org.kie.api.runtime.rule.FactHandle fh)
public EqualityKey get(EqualityKey key)
public EqualityKey get(Object object)
public EqualityKey remove(EqualityKey key)
public void readLogicalDependency(InternalFactHandle handle, Object object, Object value, Activation activation, PropagationContext context, RuleImpl rule, ObjectTypeConf typeConf)
handle
- activation
- context
- rule
- typeConf
- public InternalFactHandle addLogicalDependency(InternalFactHandle handle, Object object, Object value, Activation activation, PropagationContext context, RuleImpl rule, ObjectTypeConf typeConf)
public InternalFactHandle addLogicalDependency(InternalFactHandle handle, Object object, Object value, Activation activation, PropagationContext context, RuleImpl rule, ObjectTypeConf typeConf, boolean read)
public void clear()
public BeliefSystem getBeliefSystem()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.