public class OLink extends OBase
Modifier and Type | Field and Description |
---|---|
OFlow |
declaringFlow
The flow in which the link is declared.
|
java.lang.String |
name
The name of the link.
|
OActivity |
source
The source activity.
|
OActivity |
target
The target activity.
|
OExpression |
transitionCondition
The link's transition condition.
|
public OFlow declaringFlow
public java.lang.String name
public OExpression transitionCondition
public OActivity source
public OActivity target
public OLink(OProcess owner)