org.onebusaway.transit_data_federation.model.tripplanner
Class TripStateStats
java.lang.Object
org.onebusaway.transit_data_federation.model.tripplanner.TripStats
org.onebusaway.transit_data_federation.model.tripplanner.TripStateStats
public class TripStateStats
- extends TripStats
Methods inherited from class org.onebusaway.transit_data_federation.model.tripplanner.TripStats |
getFirstWalkDuration, getInitialSlackTime, getInitialWaitingTime, getMaxSingleWalkDistance, getScore, getTotalWalkingDistance, getTransferWaitingTime, getTripDuration, getVehicleCount, getVehicleTime, getWalkingVelocity, incrementInitialSlackTime, incrementInitialWaitingTime, incrementTotalWalkingDistance, incrementTransferWaitingTime, incrementVehicleCount, incrementVehicleTime, setFirstWalkDuration, setInitialSlackTime, setInitialWaitingTime, setMaxSingleWalkDistance, setScore, setTotalWalkingDistance, setTransferWaitingTime, setVehicleCount, setVehicleTime |
TripStateStats
public TripStateStats(double walkingVelocity,
TripState state,
long tripStartTime,
int index)
TripStateStats
public TripStateStats(TripStats stats,
TripState state,
long tripStartTime,
int index)
getState
public TripState getState()
getEstimatedScore
public double getEstimatedScore()
setEsimatedScore
public void setEsimatedScore(double score)
getTripStartTime
public long getTripStartTime()
incrementTripStartTime
public void incrementTripStartTime(long offset)
getParent
public TripStateStats getParent()
setParent
public void setParent(TripStateStats parent)
addChild
public void addChild(TripStateStats child)
getChildren
public List<TripStateStats> getChildren()
isExcluded
public boolean isExcluded()
setExcluded
public void setExcluded(boolean excluded)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2012 OneBusAway. All Rights Reserved.