org.onebusaway.webapp.gwt.oba_library.model
Class TimedPolygonModel
java.lang.Object
org.onebusaway.webapp.gwt.common.model.AbstractModel<TimedPolygonModel>
org.onebusaway.webapp.gwt.oba_library.model.TimedPolygonModel
- All Implemented Interfaces:
- ModelEventSink<TimedPolygonModel>, ModelEventSource<TimedPolygonModel>, ModelEventSourceAndSink<TimedPolygonModel>
public class TimedPolygonModel
- extends AbstractModel<TimedPolygonModel>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimedPolygonModel
public TimedPolygonModel()
getPolygons
public List<TimedPolygon> getPolygons()
getMinTime
public int getMinTime()
getMaxTime
public int getMaxTime()
isComplete
public boolean isComplete()
setData
public void setData(List<EncodedPolygonBean> polygons,
List<Integer> times,
boolean complete)
Copyright © 2012 OneBusAway. All Rights Reserved.