HEADER

ru.biosoft.math.model
Class ControlActions

ru.biosoft.math.model.SimpleNode
  |
  +--ru.biosoft.math.model.ControlActions

public class ControlActions
extends SimpleNode


Field Summary
 final static StringTYPE_ENTRY
           
 final static StringTYPE_EXIT
           
 final static StringTYPE_ON_EVENT
           
 final static StringTYPE_TRANSITION
           

Constructor Summary
ControlActions(int id)
           

Method Summary
 StringgetEvent()
           
 StringgetType()
           
 voidsetEvent(String event)
           
 voidsetType(String type)
           
 StringtoString()
           

Methods inherited from class ru.biosoft.math.model.SimpleNode
dump, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtReplaceChild, jjtSetParent, toString

Field Detail

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
Constructor Detail

ControlActions

public ControlActions(int id)
Method Detail

getEvent

public String getEvent()

getType

public String getType()

setEvent

public void setEvent(String event)

setType

public void setType(String type)

toString

public String toString()

Association Links

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.

FOOTER

BOTTOM