org.processmining.framework.models.petrinet.pattern
Class AcyclicMarkedGraphComponent

java.lang.Object
  extended by org.processmining.framework.models.petrinet.pattern.Component
      extended by org.processmining.framework.models.petrinet.pattern.AcyclicMarkedGraphComponent
Direct Known Subclasses:
FlowComponent

public class AcyclicMarkedGraphComponent
extends Component


Constructor Summary
AcyclicMarkedGraphComponent(PetriNet wfnet)
           
 
Method Summary
 Component cloneComponent()
           
 
Methods inherited from class org.processmining.framework.models.petrinet.pattern.Component
getWfnet, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AcyclicMarkedGraphComponent

public AcyclicMarkedGraphComponent(PetriNet wfnet)
Method Detail

cloneComponent

public Component cloneComponent()
Specified by:
cloneComponent in class Component