net.datastructures - version 4.0

net.datastructures
Interface Edge<E>

All Superinterfaces:
DecorablePosition<E>, Map<Object,Object>, Position<E>
All Known Implementing Classes:
AdjacencyListGraph.MyEdge

public interface Edge<E>
extends DecorablePosition<E>

An interface for an edge of a graph.

Author:
Roberto Tamassia

Method Summary
 
Methods inherited from interface net.datastructures.Position
element
 
Methods inherited from interface net.datastructures.Map
entries, get, isEmpty, keys, put, remove, size, values
 


net.datastructures - version 4.0