org.state4j.sm
Class SmChainActionImpl

java.lang.Object
  extended by org.state4j.sm.SmActionBaseImpl
      extended by org.state4j.sm.SmChainActionImpl
All Implemented Interfaces:
org.state4j.sm.SmAction

public class SmChainActionImpl
extends SmActionBaseImpl
implements org.state4j.sm.SmAction


Constructor Summary
SmChainActionImpl()
           
 
Method Summary
 void execute(org.state4j.sm.SmContext cntx)
           
 java.util.List<org.state4j.sm.SmAction> getSmActions()
           
 boolean hasSmActions()
           
 void setSmActions(java.util.List<org.state4j.sm.SmAction> smActions)
           
 
Methods inherited from class org.state4j.sm.SmActionBaseImpl
getName, getSubtype, hasName, hasSubtype, setName, setSubtype
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.state4j.sm.SmAction
getName, getSubtype, hasName, hasSubtype, setName, setSubtype
 

Constructor Detail

SmChainActionImpl

public SmChainActionImpl()
Method Detail

execute

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

getSmActions

public java.util.List<org.state4j.sm.SmAction> getSmActions()

hasSmActions

public boolean hasSmActions()

setSmActions

public void setSmActions(java.util.List<org.state4j.sm.SmAction> smActions)


Copyright © 2006 . All Rights Reserved.