ch.bfh.algo.core
Interface GenericPosition<E,P extends GenericPosition<E,P>>

All Superinterfaces:
Position<E>
All Known Implementing Classes:
ArrayPosition, BinaryNode, ConcretePosition, Edge, GenericArrayPosition, GenericBinaryNode, GenericEdge, GenericLink, GenericLinkedPosition, GenericNode, GenericVertex, LinkedPosition, Node, ObserverPosition, Vertex

public interface GenericPosition<E,P extends GenericPosition<E,P>>
extends Position<E>


Method Summary
 GenericLocator<E,P> locator()
          The locator method is used to access the second level place holder (used only for complex data structures) such that ...
 
Methods inherited from interface ch.bfh.algo.Position
element
 

Method Detail

locator

GenericLocator<E,P> locator()
Description copied from interface: Position
The locator method is used to access the second level place holder (used only for complex data structures) such that ...

Specified by:
locator in interface Position<E>
Returns:
the Locator<E> contained in the Position