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

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

public class OFlow
extends OActivity

See Also:
Serialized Form

Field Summary
 java.util.Set<OLink> localLinks
          Links delcared within this activity.
 java.util.Set<OActivity> parallelActivities
           
 
Fields inherited from class org.apache.ode.bpel.rtrep.v2.OActivity
failureHandling, joinCondition, name, sourceLinks, suppressJoinFailure, targetLinks
 
Fields inherited from class org.apache.ode.bpel.rtrep.v2.OAgent
incomingLinks, nested, outgoingLinks, variableRd, variableWr
 
Fields inherited from class org.apache.ode.bpel.rtrep.v2.OBase
debugInfo
 
Constructor Summary
OFlow(OProcess owner, OActivity parent)
           
 
Method Summary
 OLink getLocalLink(java.lang.String linkName)
           
 
Methods inherited from class org.apache.ode.bpel.rtrep.v2.OActivity
getFailureHandling, getParent, getType, setFailureHandling, toString
 
Methods inherited from class org.apache.ode.bpel.rtrep.v2.OBase
equals, getExtensibilityElements, getId, getOwner, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

localLinks

public final java.util.Set<OLink> localLinks
Links delcared within this activity.


parallelActivities

public final java.util.Set<OActivity> parallelActivities
Constructor Detail

OFlow

public OFlow(OProcess owner,
             OActivity parent)
Method Detail

getLocalLink

public OLink getLocalLink(java.lang.String linkName)