public interface Transition extends Serializable
A Transition represents the flow from a source activity to a target activity and may be restricted by conditions.
| Modifier and Type | Interface and Description |
|---|---|
static class |
Transition.ConditionType
Enumeration of possible condition types.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCondition()
Gets the transition condition.
|
Transition.ConditionType |
getConditionType()
Gets the condition type.
|
String |
getId()
Gets the id of the transition.
|
String |
getSourceActivityId()
Gets the id of the source activity ("from").
|
String |
getTargetActivityId()
Gets the id of the target activity ("to").
|
String getId()
String getSourceActivityId()
String getTargetActivityId()
String getCondition()
Transition.ConditionType getConditionType()
Copyright © 2016 Eclipse Stardust. All Rights Reserved.