org.state4j.sm.evaluators
Class SmOrOperatorEvaluatorImpl
java.lang.Object
org.state4j.sm.evaluators.SmOrOperatorEvaluatorImpl
- All Implemented Interfaces:
- org.state4j.sm.SmEvaluator
public class SmOrOperatorEvaluatorImpl
- extends java.lang.Object
- implements org.state4j.sm.SmEvaluator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SmOrOperatorEvaluatorImpl
public SmOrOperatorEvaluatorImpl()
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.