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 interface
DirectedGraphEdge.MultipleSources<N extends DirectedGraphNode>
Implementations of this class should also implement DirectedGraphEdgestatic interface
DirectedGraphEdge.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 S
getSource()
T
getTarget()
-
Methods inherited from interface org.processmining.models.graphbased.AttributeMapOwner
getAttributeMap
-
Methods inherited from interface org.processmining.models.graphbased.directed.DirectedGraphElement
equals, getGraph, getLabel, hashCode
-
-