Interface DirectedGraphEdge<S extends DirectedGraphNode,T extends DirectedGraphNode>
-
- All Superinterfaces:
AttributeMapOwner,java.lang.Cloneable,DirectedGraphElement
- All Known Implementing Classes:
AbstractDirectedGraphEdge
public interface DirectedGraphEdge<S extends DirectedGraphNode,T extends DirectedGraphNode> extends DirectedGraphElement
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceDirectedGraphEdge.MultipleSources<N extends DirectedGraphNode>Implementations of this class should also implement DirectedGraphEdgestatic interfaceDirectedGraphEdge.MultipleTargets<N extends DirectedGraphNode>Implementations of this class should also implement DirectedGraphEdge, N>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SgetSource()TgetTarget()-
Methods inherited from interface org.processmining.models.graphbased.AttributeMapOwner
getAttributeMap
-
Methods inherited from interface org.processmining.models.graphbased.directed.DirectedGraphElement
equals, getGraph, getLabel, hashCode
-
-