org.processmining.analysis.petrinet.structuredness
Class UnstructuredComponent

java.lang.Object
  extended by org.processmining.framework.models.petrinet.pattern.Component
      extended by org.processmining.analysis.petrinet.structuredness.UnstructuredComponent

public class UnstructuredComponent
extends Component


Constructor Summary
UnstructuredComponent(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

UnstructuredComponent

public UnstructuredComponent(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()