org.apache.ode.bpel.rtrep.v1
Class OSequence

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

public class OSequence
extends OActivity
implements SequenceModel

Compiled representation of the BPEL <sequence> activity.

See Also:
Serialized Form

Field Summary
 java.util.List<OActivity> sequence
           
 
Fields inherited from class org.apache.ode.bpel.rtrep.v1.OActivity
failureHandling, joinCondition, name, sourceLinks, suppressJoinFailure, targetLinks
 
Fields inherited from class org.apache.ode.bpel.rtrep.v1.OAgent
incomingLinks, nested, outgoingLinks, variableRd, variableWr
 
Fields inherited from class org.apache.ode.bpel.rtrep.v1.OBase
debugInfo
 
Constructor Summary
OSequence(OProcess owner, OActivity parent)
           
 
Method Summary
 java.util.List<ActivityModel> getSequence()
           
 
Methods inherited from class org.apache.ode.bpel.rtrep.v1.OActivity
getFailureHandling, getParent, getType, setFailureHandling, toString
 
Methods inherited from class org.apache.ode.bpel.rtrep.v1.OBase
equals, getExtensibilityElements, getId, getOwner, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

sequence

public final java.util.List<OActivity> sequence
Constructor Detail

OSequence

public OSequence(OProcess owner,
                 OActivity parent)
Method Detail

getSequence

public java.util.List<ActivityModel> getSequence()
Specified by:
getSequence in interface SequenceModel