Drools :: Core 6.0.0.Beta5

org.drools.core.rule.constraint
Class ConditionAnalyzer.FixedValueCondition

java.lang.Object
  extended by org.drools.core.rule.constraint.ConditionAnalyzer.Condition
      extended by org.drools.core.rule.constraint.ConditionAnalyzer.FixedValueCondition
Enclosing class:
ConditionAnalyzer

public static class ConditionAnalyzer.FixedValueCondition
extends ConditionAnalyzer.Condition


Constructor Summary
protected ConditionAnalyzer.FixedValueCondition(boolean fixedValue)
           
 
Method Summary
 boolean getFixedValue()
           
 void toggleNegation()
           
 
Methods inherited from class org.drools.core.rule.constraint.ConditionAnalyzer.Condition
isNegated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConditionAnalyzer.FixedValueCondition

protected ConditionAnalyzer.FixedValueCondition(boolean fixedValue)
Method Detail

getFixedValue

public boolean getFixedValue()

toggleNegation

public void toggleNegation()
Overrides:
toggleNegation in class ConditionAnalyzer.Condition

Drools :: Core 6.0.0.Beta5

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