Interface UndirectedGraphEdge<T extends UndirectedGraphNode>

All Superinterfaces:
AttributeMapOwner, Cloneable, UndirectedGraphElement
All Known Implementing Classes:
AbstractUndirectedEdge

public interface UndirectedGraphEdge<T extends UndirectedGraphNode> extends UndirectedGraphElement
  • Method Details

    • getSource

      T getSource()
    • getTarget

      T getTarget()