org.processmining.framework.models.bpel
Class BPELScope
java.lang.Object
org.processmining.framework.models.bpel.BPELActivity
org.processmining.framework.models.bpel.BPELStructured
org.processmining.framework.models.bpel.BPELScope
- All Implemented Interfaces:
- BPELVisitable
public class BPELScope
- extends BPELStructured
Title: BPELScope
Description: Class for a BPEL scope activity.
Copyright: Copyright (c) 2006
Company: TU/e
- Version:
- 1.0
- Author:
- Eric Verbeek
Constructor Summary |
BPELScope(org.w3c.dom.Element element)
|
BPELScope(java.lang.String name)
|
Methods inherited from class org.processmining.framework.models.bpel.BPELStructured |
appendChildActivity, countActivities, getActivities, getAllSources, getAllTargets, getFamilySources, getFamilyTargets, hookupActivities, removeAllChildActivities, removeChildActivity, writeLinksToDot |
Methods inherited from class org.processmining.framework.models.bpel.BPELActivity |
appendAttribute, appendSource, appendTarget, cloneLinks, getElement, getJoinCondition, getName, getSources, getTargets, setJoinCondition, toString, writeLinksToDot |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BPELScope
public BPELScope(org.w3c.dom.Element element)
BPELScope
public BPELScope(java.lang.String name)
cloneActivity
public BPELScope cloneActivity()
- Description copied from class:
BPELActivity
- Clone the activity.
- Specified by:
cloneActivity
in class BPELStructured
- Returns:
- BPELActivity A shallow clone of the activity.
acceptVisitor
public void acceptVisitor(BPELVisitor visitor)
- Specified by:
acceptVisitor
in interface BPELVisitable
- Overrides:
acceptVisitor
in class BPELActivity
getActivity
public BPELActivity getActivity()
writeToDot
public java.lang.String writeToDot(BPEL model)
- Specified by:
writeToDot
in class BPELStructured