Method Summary |
|
public void | addAction(Action action) Assigns an action to this transition. |
public void | addCondition(Condition condition) Assigns a condition to this transition. |
public Action[] | getActions() Returns the actions which are assigned tothis transition. |
public Condition[] | getConditions() |
public String | getDestination() |
public String | getEvent() Returns the event which invokes this transition. |
public String | getSource() |
public boolean | isSynchronized() Returns if this transition is synchronized. |
public void | setEvent(String anEvent) Sets the event to invoke this transition. |
protected void | setSynchronized(boolean _isSynchronized) Sets if this transition is synchronized. |
public String | toString() |