datastructures

net.datastructures
Interface DecorablePosition

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

public interface DecorablePosition
extends Position, Map

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

Author:
Roberto Tamassia

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


datastructures