org.processmining.framework.models.yawl
Class YawlNetHierarchy

java.lang.Object
  extended by org.processmining.framework.models.ModelHierarchy
      extended by org.processmining.framework.models.yawl.YawlNetHierarchy

public abstract class YawlNetHierarchy
extends ModelHierarchy

empty implementation of the ModelHierarchy class. This class can be offered as a ProvidedObject and using this class instead of ModelHierarchy, distinction can be made between a hierarchy of EPCs, Petri nets, Yawl nets and so on.

Version:
1.0
Author:
not attributable

Constructor Summary
YawlNetHierarchy()
           
 
Method Summary
 
Methods inherited from class org.processmining.framework.models.ModelHierarchy
addHierarchyObject, addHierarchyObject, copyFromHierarchy, getAllObjects, getChildren, getParent, getRoots, getSelectedNode, getTreeVisualization, selectionChanged, setSelectedNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YawlNetHierarchy

public YawlNetHierarchy()