Drools :: Core 6.1.0.Final

org.drools.core.common
Class TruthMaintenanceSystemHelper

java.lang.Object
  extended by org.drools.core.common.TruthMaintenanceSystemHelper

public class TruthMaintenanceSystemHelper
extends Object


Constructor Summary
TruthMaintenanceSystemHelper()
           
 
Method Summary
static void clearLogicalDependencies(InternalFactHandle handle, PropagationContext propagationContext)
           
static void removeLogicalDependencies(Activation activation, PropagationContext context, RuleImpl rule)
           
static void removeLogicalDependencies(InternalFactHandle handle, PropagationContext propagationContext)
           
static void removeLogicalDependency(LogicalDependency node, PropagationContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TruthMaintenanceSystemHelper

public TruthMaintenanceSystemHelper()
Method Detail

removeLogicalDependencies

public static void removeLogicalDependencies(InternalFactHandle handle,
                                             PropagationContext propagationContext)

clearLogicalDependencies

public static void clearLogicalDependencies(InternalFactHandle handle,
                                            PropagationContext propagationContext)

removeLogicalDependencies

public static void removeLogicalDependencies(Activation activation,
                                             PropagationContext context,
                                             RuleImpl rule)

removeLogicalDependency

public static void removeLogicalDependency(LogicalDependency node,
                                           PropagationContext context)

Drools :: Core 6.1.0.Final

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.