org.processmining.framework.models.bpel
Class BPELReply

java.lang.Object
  extended by org.processmining.framework.models.bpel.BPELActivity
      extended by org.processmining.framework.models.bpel.BPELEvent
          extended by org.processmining.framework.models.bpel.BPELReply
All Implemented Interfaces:
BPELVisitable

public class BPELReply
extends BPELEvent

Title: BPELReply

Description: Class for a BPEL reply activity.

Copyright: Copyright (c) 2006

Company: TU/e

Version:
1.0
Author:
Eric Verbeek

Field Summary
 
Fields inherited from class org.processmining.framework.models.bpel.BPELActivity
element
 
Constructor Summary
BPELReply(org.w3c.dom.Element element)
           
BPELReply(java.lang.String name)
           
 
Method Summary
 void acceptVisitor(BPELVisitor visitor)
           
 BPELReply cloneActivity()
          Clone the activity.
 
Methods inherited from class org.processmining.framework.models.bpel.BPELEvent
getLogEvent, getVertex, newVertex, setLogEvent, setVertex
 
Methods inherited from class org.processmining.framework.models.bpel.BPELActivity
appendAttribute, appendSource, appendTarget, cloneLinks, countActivities, getAllSources, getAllTargets, getElement, getFamilySources, getFamilyTargets, getJoinCondition, getName, getSources, getTargets, setJoinCondition, toString, writeLinksToDot
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BPELReply

public BPELReply(org.w3c.dom.Element element)

BPELReply

public BPELReply(java.lang.String name)
Method Detail

cloneActivity

public BPELReply cloneActivity()
Description copied from class: BPELActivity
Clone the activity.

Specified by:
cloneActivity in class BPELActivity
Returns:
BPELActivity A shallow clone of the activity.

acceptVisitor

public void acceptVisitor(BPELVisitor visitor)
Specified by:
acceptVisitor in interface BPELVisitable
Overrides:
acceptVisitor in class BPELEvent