ru.biosoft.math.model
Class ControlActions
java.lang.Object
ru.biosoft.math.model.SimpleNode
ru.biosoft.math.model.ControlActions
- All Implemented Interfaces:
- Node
- 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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TYPE_ENTRY
public static final java.lang.String TYPE_ENTRY
- See Also:
- Constant Field Values
TYPE_EXIT
public static final java.lang.String TYPE_EXIT
- See Also:
- Constant Field Values
TYPE_TRANSITION
public static final java.lang.String TYPE_TRANSITION
- See Also:
- Constant Field Values
TYPE_ON_EVENT
public static final java.lang.String TYPE_ON_EVENT
- See Also:
- Constant Field Values
type
protected java.lang.String type
- Control type.
event
protected java.lang.String event
- Event name.
ControlActions
public ControlActions(int id)
getType
public java.lang.String getType()
setType
public void setType(java.lang.String type)
getEvent
public java.lang.String getEvent()
setEvent
public void setEvent(java.lang.String event)
toString
public java.lang.String toString()
Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.