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

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

public class WellStructuredGraphComponent
extends Component


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

Constructor Detail

WellStructuredGraphComponent

public WellStructuredGraphComponent(PetriNet wfnet)
Method Detail

cloneComponent

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

toString

public java.lang.String toString()
Specified by:
toString in class Component
See Also:
Object.toString()