org.state4j.sm.executors
Class SmChainExecutorImpl

java.lang.Object
  extended by org.state4j.sm.executors.SmChainExecutorImpl
All Implemented Interfaces:
org.state4j.sm.SmExecutor

public class SmChainExecutorImpl
extends java.lang.Object
implements org.state4j.sm.SmExecutor


Constructor Summary
SmChainExecutorImpl()
           
 
Method Summary
 void execute(org.state4j.sm.SmContext cntx)
           
 java.util.List<org.state4j.sm.SmExecutor> getSmExecutors()
           
 boolean hasSmExecutors()
           
 void setSmExecutors(java.util.List<org.state4j.sm.SmExecutor> smExecutors)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmChainExecutorImpl

public SmChainExecutorImpl()
Method Detail

execute

public void execute(org.state4j.sm.SmContext cntx)
Specified by:
execute in interface org.state4j.sm.SmExecutor

hasSmExecutors

public boolean hasSmExecutors()

getSmExecutors

public java.util.List<org.state4j.sm.SmExecutor> getSmExecutors()

setSmExecutors

public void setSmExecutors(java.util.List<org.state4j.sm.SmExecutor> smExecutors)


Copyright © 2006 . All Rights Reserved.