net.datastructures - version 5.0

net.datastructures
Interface DecorablePosition<E>

All Superinterfaces:
Map<Object,Object>, Position<E>
All Known Subinterfaces:
Edge<E>, Vertex<E>
All Known Implementing Classes:
AdjacencyListGraph.MyEdge, AdjacencyListGraph.MyPosition, AdjacencyListGraph.MyVertex

public interface DecorablePosition<E>
extends Position<E>, Map<Object,Object>

An interface for a position that can be marked with an arbitrary number of decorations.

Author:
Roberto Tamassia, Michael Goodrich

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


net.datastructures - version 5.0