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

All Superinterfaces:
Locator<E>
All Known Implementing Classes:
ConcreteLocator

public interface GenericLocator<E,P extends GenericPosition<E,P>>
extends Locator<E>


Method Summary
 P position()
           
 
Methods inherited from interface ch.bfh.algo.Locator
element
 

Method Detail

position

P position()
Specified by:
position in interface Locator<E>