org.state4j.sm.evaluators
Class SmNotOperatorEvaluatorImpl

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

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


Constructor Summary
SmNotOperatorEvaluatorImpl()
           
 
Method Summary
 boolean evaluate(org.state4j.sm.SmContext cntx)
           
 org.state4j.sm.SmGuardCondition getArgument()
           
 boolean hasArgument()
           
 void setArgument(org.state4j.sm.SmGuardCondition argument)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmNotOperatorEvaluatorImpl

public SmNotOperatorEvaluatorImpl()
Method Detail

hasArgument

public boolean hasArgument()

getArgument

public org.state4j.sm.SmGuardCondition getArgument()

setArgument

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

evaluate

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


Copyright © 2006 . All Rights Reserved.