Method Summary |
|
String | condition() Returns the condition associated with this transition. |
int | conditionType() Returns the type of the condition associated with this
transition. |
Activity | from() Returns the "From" activity of this transition. |
String | group() Return the identifier of the transition group this transition
belongs to. |
String | id() Returns the id of this transition. |
int | order() Return the priority of this transition. |
Activity | to() Returns the "To" activity of this transition. |