org.processmining.framework.models.epcpack
Class EPCHierarchy

java.lang.Object
  extended by org.processmining.framework.models.ModelHierarchy
      extended by org.processmining.framework.models.epcpack.EPCHierarchy

public abstract class EPCHierarchy
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
EPCHierarchy()
           
 
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

EPCHierarchy

public EPCHierarchy()