org.state4j.sm
Class SmActionBaseImpl
java.lang.Object
org.state4j.sm.SmActionBaseImpl
- All Implemented Interfaces:
- org.state4j.sm.SmAction
- Direct Known Subclasses:
- SmActionImpl, SmChainActionImpl
public abstract class SmActionBaseImpl
- extends java.lang.Object
- implements org.state4j.sm.SmAction
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 |
execute |
SmActionBaseImpl
public SmActionBaseImpl()
hasSubtype
public boolean hasSubtype()
- Specified by:
hasSubtype
in interface org.state4j.sm.SmAction
getSubtype
public java.lang.String getSubtype()
- Specified by:
getSubtype
in interface org.state4j.sm.SmAction
setSubtype
public void setSubtype(java.lang.String subtype)
- Specified by:
setSubtype
in interface org.state4j.sm.SmAction
getName
public java.lang.String getName()
- Specified by:
getName
in interface org.state4j.sm.SmAction
setName
public void setName(java.lang.String name)
- Specified by:
setName
in interface org.state4j.sm.SmAction
hasName
public boolean hasName()
- Specified by:
hasName
in interface org.state4j.sm.SmAction
Copyright © 2006 . All Rights Reserved.