org.state4j.sm.evaluators
Class SmOrOperatorEvaluatorImpl

java.lang.Object
  extended by org.state4j.sm.evaluators.SmOrOperatorEvaluatorImpl
All Implemented Interfaces:
org.state4j.sm.SmEvaluator

public class SmOrOperatorEvaluatorImpl
extends java.lang.Object
implements org.state4j.sm.SmEvaluator


Constructor Summary
SmOrOperatorEvaluatorImpl()
           
 
Method Summary
 boolean evaluate(org.state4j.sm.SmContext cntx)
           
 org.state4j.sm.SmGuardCondition getLeftArgument()
           
 org.state4j.sm.SmGuardCondition getRightArgument()
           
 boolean hasLeftArgument()
           
 boolean hasRightArgument()
           
 void setLeftArgument(org.state4j.sm.SmGuardCondition argument)
           
 void setRightArgument(org.state4j.sm.SmGuardCondition rightArgument)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmOrOperatorEvaluatorImpl

public SmOrOperatorEvaluatorImpl()
Method Detail

hasLeftArgument

public boolean hasLeftArgument()

getLeftArgument

public org.state4j.sm.SmGuardCondition getLeftArgument()

setLeftArgument

public void setLeftArgument(org.state4j.sm.SmGuardCondition argument)

evaluate

public boolean evaluate(org.state4j.sm.SmContext cntx)
Specified by:
evaluate in interface org.state4j.sm.SmEvaluator

getRightArgument

public org.state4j.sm.SmGuardCondition getRightArgument()

hasRightArgument

public boolean hasRightArgument()

setRightArgument

public void setRightArgument(org.state4j.sm.SmGuardCondition rightArgument)


Copyright © 2006 . All Rights Reserved.