Drools :: Core 6.1.0.Beta1

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, Rule 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)
                                      throws FactException
Throws:
FactException

clearLogicalDependencies

public static void clearLogicalDependencies(InternalFactHandle handle,
                                            PropagationContext propagationContext)
                                     throws FactException
Throws:
FactException

removeLogicalDependencies

public static void removeLogicalDependencies(Activation activation,
                                             PropagationContext context,
                                             Rule rule)
                                      throws FactException
Throws:
FactException

removeLogicalDependency

public static void removeLogicalDependency(LogicalDependency node,
                                           PropagationContext context)

Drools :: Core 6.1.0.Beta1

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