org.drools.rule.constraint
Class ConditionAnalyzer.SingleCondition

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

public static class ConditionAnalyzer.SingleCondition
extends ConditionAnalyzer.Condition


Constructor Summary
protected ConditionAnalyzer.SingleCondition(boolean negated)
           
 
Method Summary
 ConditionAnalyzer.Expression getLeft()
           
 ConditionAnalyzer.BooleanOperator getOperation()
           
 ConditionAnalyzer.Expression getRight()
           
 boolean isBinary()
           
 String toString()
           
 
Methods inherited from class org.drools.rule.constraint.ConditionAnalyzer.Condition
isNegated, toggleNegation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConditionAnalyzer.SingleCondition

protected ConditionAnalyzer.SingleCondition(boolean negated)
Method Detail

getLeft

public ConditionAnalyzer.Expression getLeft()

getRight

public ConditionAnalyzer.Expression getRight()

isBinary

public boolean isBinary()

getOperation

public ConditionAnalyzer.BooleanOperator getOperation()

toString

public String toString()
Overrides:
toString in class Object


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