net.datastructures
Interface Edge<E>

All Superinterfaces:
DecorablePosition<E>, Map<java.lang.Object,java.lang.Object>, Position<E>

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