package org.wamblee.gps.track; import java.util.List; public interface Track extends TrackSegment { List getSegments(); }