org.processmining.framework.models.bpel4ws.type.activity
Class Basic

java.lang.Object
  extended by org.processmining.framework.models.bpel4ws.type.activity.Activity
      extended by org.processmining.framework.models.bpel4ws.type.activity.Basic
All Implemented Interfaces:
BPEL4WSVisitable
Direct Known Subclasses:
Assign, Empty, Invoke, Receive, Reply, Wait

public abstract class Basic
extends Activity

Author:
Kristian Bisgaard Lassen

Field Summary
 
Fields inherited from class org.processmining.framework.models.bpel4ws.type.activity.Activity
name
 
Constructor Summary
Basic(java.lang.String name)
           
 
Method Summary
 LogEvent getLogEvent()
           
 ModelGraphVertex getVertex()
           
 void newVertex(ModelGraph graph)
           
 void setLogEvent(LogEvent event)
           
 void setVertex(ModelGraphVertex vertex)
           
 
Methods inherited from class org.processmining.framework.models.bpel4ws.type.activity.Activity
cloneActivity, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.processmining.framework.models.bpel4ws.type.BPEL4WSVisitable
acceptVisitor
 

Constructor Detail

Basic

public Basic(java.lang.String name)
Parameters:
name -
Method Detail

getLogEvent

public LogEvent getLogEvent()

setLogEvent

public void setLogEvent(LogEvent event)

getVertex

public ModelGraphVertex getVertex()

setVertex

public void setVertex(ModelGraphVertex vertex)

newVertex

public void newVertex(ModelGraph graph)