Class POEdgeImp

  • All Implemented Interfaces:
    java.lang.Cloneable, java.lang.Comparable<org.processmining.models.graphbased.AbstractGraphEdge<PONode,​PONode>>, org.processmining.models.graphbased.AttributeMapOwner, org.processmining.models.graphbased.directed.DirectedGraphEdge<PONode,​PONode>, org.processmining.models.graphbased.directed.DirectedGraphElement

    public class POEdgeImp
    extends POEdge
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.processmining.models.graphbased.directed.DirectedGraphEdge

        org.processmining.models.graphbased.directed.DirectedGraphEdge.MultipleSources<N extends org.processmining.models.graphbased.directed.DirectedGraphNode>, org.processmining.models.graphbased.directed.DirectedGraphEdge.MultipleTargets<N extends org.processmining.models.graphbased.directed.DirectedGraphNode>
    • Field Summary

      • Fields inherited from class org.processmining.models.graphbased.AbstractGraphEdge

        hash
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void initAttributeMap()  
      • Methods inherited from class org.processmining.models.graphbased.directed.AbstractDirectedGraphEdge

        compareTo, getGraph
      • Methods inherited from class org.processmining.models.graphbased.AbstractGraphEdge

        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

        getLabel, hashCode
    • Constructor Detail

      • POEdgeImp

        public POEdgeImp​(PONode source,
                         PONode target)
      • POEdgeImp

        public POEdgeImp​(PONode source,
                         PONode target,
                         float width)