HEADER

ru.biosoft.math.model
Class ControlTrigger

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

public class ControlTrigger
extends SimpleNode


Field Summary
 final static StringON_EVENT
           
 final static StringTYPE_AFTER
           
 final static StringTYPE_WHEN
           

Constructor Summary
ControlTrigger(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

ON_EVENT

public final static String ON_EVENT

TYPE_AFTER

public final static String TYPE_AFTER

TYPE_WHEN

public final static String TYPE_WHEN
Constructor Detail

ControlTrigger

public ControlTrigger(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

Control type.

to Class java.lang.String

Event name.

FOOTER

BOTTOM