org.state4j.sm
Class SmActionImpl

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

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


Constructor Summary
SmActionImpl()
           
 
Method Summary
 void execute(org.state4j.sm.SmContext cntx)
           
 org.state4j.sm.SmExecutor getExecutor()
           
 boolean hasExecutor()
           
 void setExecutor(org.state4j.sm.SmExecutor executor)
           
 
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

SmActionImpl

public SmActionImpl()
Method Detail

execute

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

hasExecutor

public boolean hasExecutor()

getExecutor

public org.state4j.sm.SmExecutor getExecutor()

setExecutor

public void setExecutor(org.state4j.sm.SmExecutor executor)


Copyright © 2006 . All Rights Reserved.