org.drools.rule.constraint
Class ConditionAnalyzer.Condition

java.lang.Object
  extended by org.drools.rule.constraint.ConditionAnalyzer.Condition
Direct Known Subclasses:
ConditionAnalyzer.CombinedCondition, ConditionAnalyzer.FixedValueCondition, ConditionAnalyzer.SingleCondition
Enclosing class:
ConditionAnalyzer

public abstract static class ConditionAnalyzer.Condition
extends Object


Constructor Summary
protected ConditionAnalyzer.Condition(boolean negated)
           
 
Method Summary
 boolean isNegated()
           
 void toggleNegation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConditionAnalyzer.Condition

protected ConditionAnalyzer.Condition(boolean negated)
Method Detail

isNegated

public boolean isNegated()

toggleNegation

public void toggleNegation()


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