net.datastructures
Interface DecorablePosition<E>

All Superinterfaces:
Map<java.lang.Object,java.lang.Object>, Position<E>
All Known Subinterfaces:
Edge<E>, Vertex<E>

public interface DecorablePosition<E>
extends Position<E>, Map<java.lang.Object,java.lang.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
entries, get, isEmpty, keys, put, remove, size, values