Class AbstractDirectedGraphEdge<S extends AbstractDirectedGraphNode,T extends AbstractDirectedGraphNode>
- java.lang.Object
-
- org.processmining.models.graphbased.AbstractGraphElement
-
- org.processmining.models.graphbased.AbstractGraphEdge<S,T>
-
- org.processmining.models.graphbased.directed.AbstractDirectedGraphEdge<S,T>
-
- All Implemented Interfaces:
java.lang.Cloneable
,java.lang.Comparable<AbstractGraphEdge<S,T>>
,AttributeMapOwner
,DirectedGraphEdge<S,T>
,DirectedGraphElement
public abstract class AbstractDirectedGraphEdge<S extends AbstractDirectedGraphNode,T extends AbstractDirectedGraphNode> extends AbstractGraphEdge<S,T> implements DirectedGraphEdge<S,T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.processmining.models.graphbased.directed.DirectedGraphEdge
DirectedGraphEdge.MultipleSources<N extends DirectedGraphNode>, DirectedGraphEdge.MultipleTargets<N extends DirectedGraphNode>
-
-
Field Summary
-
Fields inherited from class org.processmining.models.graphbased.AbstractGraphEdge
hash, source, target
-
-
Constructor Summary
Constructors Constructor Description AbstractDirectedGraphEdge(S source, T target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(AbstractGraphEdge<S,T> edge)
AbstractDirectedGraph<?,?>
getGraph()
-
Methods inherited from class org.processmining.models.graphbased.AbstractGraphEdge
equals, getSource, getTarget, 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.DirectedGraphEdge
getSource, getTarget
-
Methods inherited from interface org.processmining.models.graphbased.directed.DirectedGraphElement
equals, getLabel, hashCode
-
-
-
-
Method Detail
-
getGraph
public AbstractDirectedGraph<?,?> getGraph()
- Specified by:
getGraph
in interfaceDirectedGraphElement
-
compareTo
public int compareTo(AbstractGraphEdge<S,T> edge)
- Specified by:
compareTo
in interfacejava.lang.Comparable<S extends AbstractDirectedGraphNode>
-
-