org.apache.ode.bpel.rtrep.v2
Class OLink

java.lang.Object
  extended by org.apache.ode.bpel.rtrep.v2.OBase
      extended by org.apache.ode.bpel.rtrep.v2.OLink
All Implemented Interfaces:
java.io.Serializable, ActivityModel

public class OLink
extends OBase

Compiled representation of a BPEL control link.

See Also:
Serialized Form

Field Summary
 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.
 
Fields inherited from class org.apache.ode.bpel.rtrep.v2.OBase
debugInfo
 
Constructor Summary
OLink(OProcess owner)
           
 
Method Summary
 
Methods inherited from class org.apache.ode.bpel.rtrep.v2.OBase
equals, getExtensibilityElements, getId, getOwner, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

declaringFlow

public OFlow declaringFlow
The flow in which the link is declared.


name

public java.lang.String name
The name of the link.


transitionCondition

public OExpression transitionCondition
The link's transition condition.


source

public OActivity source
The source activity.


target

public OActivity target
The target activity.

Constructor Detail

OLink

public OLink(OProcess owner)