|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.state4j.sm.SmActionBaseImpl org.state4j.sm.SmChainActionImpl
public class SmChainActionImpl
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 |
---|
public SmChainActionImpl()
Method Detail |
---|
public void execute(org.state4j.sm.SmContext cntx)
execute
in interface org.state4j.sm.SmAction
public java.util.List<org.state4j.sm.SmAction> getSmActions()
public boolean hasSmActions()
public void setSmActions(java.util.List<org.state4j.sm.SmAction> smActions)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |