openlr.map.utils
Interface LineLinkedListElement

All Known Implementing Classes:
PQElem

public interface LineLinkedListElement

The Interface LineLinkListElement defines an element which holds a line and also a pointer to a predecessor LineLinkedListElement. The line held by such a predecessor indicates a line which is also a predecessor in a path.

OpenLR is a trade mark of TomTom International B.V.

email: software@openlr.org

Author:
TomTom International B.V.

Method Summary
 Line getLine()
          Gets the line.
 LineLinkedListElement getPrevious()
          Gets the predecessor.
 

Method Detail

getLine

Line getLine()
Gets the line.

Returns:
the line

getPrevious

LineLinkedListElement getPrevious()
Gets the predecessor.

Returns:
the predecessor


Copyright © 2013 TomTom International B.V.. All Rights Reserved.