Class RouteTable

All Implemented Interfaces:
PopupActivationListener, SpatialStore, Serializable, Comparable, EventListener, ListSelectionListener, TableModelListener, TableModel

public class RouteTable extends GeoRelationalStore
Get an AttributeStore view of the route, exposing all segments, costs and flows.

This class cannot be instantiated directly. In order to get a RouteTable call the Control.getRouteTable(java.lang.String) method to retrieve an instance.

See Also:
Serialized Form
  • Method Details

    • getSegmentsToMill

      public List<Integer> getSegmentsToMill(String vertexLabel, int period)
      Get a list of the segments between the stand and the mill
    • getDestination

      public String getDestination()
      Return the name of the destination for this route.