Interface UndirectedGraphEdge<T extends UndirectedGraphNode>
-
- All Superinterfaces:
AttributeMapOwner
,java.lang.Cloneable
,UndirectedGraphElement
- All Known Implementing Classes:
AbstractUndirectedEdge
public interface UndirectedGraphEdge<T extends UndirectedGraphNode> extends UndirectedGraphElement
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
getSource()
T
getTarget()
-
Methods inherited from interface org.processmining.models.graphbased.AttributeMapOwner
getAttributeMap
-
Methods inherited from interface org.processmining.models.graphbased.undirected.UndirectedGraphElement
equals, getGraph, getLabel, hashCode
-
-