org.state4j.sm.evaluators
Class SmAndOperatorEvaluatorImpl

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

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


Constructor Summary
SmAndOperatorEvaluatorImpl()
           
 
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

SmAndOperatorEvaluatorImpl

public SmAndOperatorEvaluatorImpl()
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.