ru.biosoft.math.model
Class ControlActions
ru.biosoft.math.model.SimpleNode
|
+--ru.biosoft.math.model.ControlActions
- public class ControlActions
- extends SimpleNode
| Methods inherited from class ru.biosoft.math.model.SimpleNode |
dump, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtReplaceChild, jjtSetParent, toString |
TYPE_ENTRY
public final static String TYPE_ENTRY
TYPE_EXIT
public final static String TYPE_EXIT
TYPE_ON_EVENT
public final static String TYPE_ON_EVENT
TYPE_TRANSITION
public final static String TYPE_TRANSITION
ControlActions
public ControlActions(int id)
getEvent
public String getEvent()
getType
public String getType()
setEvent
public void setEvent(String event)
setType
public void setType(String type)
toString
public String toString()
to Class java.lang.String
to Class java.lang.String
to Class java.lang.String
to Class java.lang.String
to Class java.lang.String
- Control type.
to Class java.lang.String
- Event name.
BOTTOM