Class PetrinetNode

  • All Implemented Interfaces:
    java.lang.Cloneable, java.lang.Comparable<org.processmining.models.graphbased.directed.DirectedGraphNode>, org.processmining.models.graphbased.AttributeMapOwner, org.processmining.models.graphbased.directed.ContainableDirectedGraphElement, org.processmining.models.graphbased.directed.DirectedGraphElement, org.processmining.models.graphbased.directed.DirectedGraphNode
    Direct Known Subclasses:
    ExpandableSubNet, Place, Transition

    public abstract class PetrinetNode
    extends org.processmining.models.graphbased.directed.AbstractDirectedGraphNode
    implements org.processmining.models.graphbased.directed.ContainableDirectedGraphElement
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int stdHeight  
      protected int stdWidth  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.processmining.models.graphbased.directed.AbstractDirectedGraph<PetrinetNode,​PetrinetEdge<? extends PetrinetNode,​? extends PetrinetNode>> getGraph()  
      LocalNodeID getLocalID()  
      ExpandableSubNet getParent()  
      void setLocalID​(LocalNodeID newLocalID)  
      • Methods inherited from class org.processmining.models.graphbased.directed.AbstractDirectedGraphNode

        compareTo
      • Methods inherited from class org.processmining.models.graphbased.AbstractGraphNode

        equals, getId, hashCode
      • Methods inherited from class org.processmining.models.graphbased.AbstractGraphElement

        getAttributeMap, getLabel, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.processmining.models.graphbased.AttributeMapOwner

        getAttributeMap
      • Methods inherited from interface org.processmining.models.graphbased.directed.DirectedGraphElement

        equals, getLabel, hashCode
      • Methods inherited from interface org.processmining.models.graphbased.directed.DirectedGraphNode

        getId
    • Field Detail

      • stdWidth

        protected int stdWidth
      • stdHeight

        protected int stdHeight
    • Method Detail

      • getGraph

        public org.processmining.models.graphbased.directed.AbstractDirectedGraph<PetrinetNode,​PetrinetEdge<? extends PetrinetNode,​? extends PetrinetNode>> getGraph()
        Specified by:
        getGraph in interface org.processmining.models.graphbased.directed.DirectedGraphElement
        Specified by:
        getGraph in class org.processmining.models.graphbased.directed.AbstractDirectedGraphNode
      • getParent

        public ExpandableSubNet getParent()
        Specified by:
        getParent in interface org.processmining.models.graphbased.directed.ContainableDirectedGraphElement
      • setLocalID

        public void setLocalID​(LocalNodeID newLocalID)