|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--drasys.or.graph.PropertiesAdapter | +--drasys.or.graph.tw.TimeWindowPropertiesAdapter
A convenience object that provides default vertex properties.
Constructor Summary | |
TimeWindowPropertiesAdapter()
|
Method Summary | |
double[] |
getServiceTime(VertexI vertex)
Returns the time needed to service the vertex. |
double[] |
getTimeWindowEnd(VertexI vertex)
Returns the end of the service windows for the vertex. |
double[] |
getTimeWindowStart(VertexI vertex)
Returns the start of the service windows for the vertex. |
Methods inherited from class drasys.or.graph.PropertiesAdapter |
getConnectionCost,
getConnectionTime,
getEdgeCost,
getEdgeDistance,
getEdgeTime,
getVertexCost,
getVertexDemand,
getVertexTime,
isConnectionRestricted,
isEdgeRestricted,
isSymmetric,
isVertexRestricted |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public TimeWindowPropertiesAdapter()
Method Detail |
public double[] getServiceTime(VertexI vertex)
public double[] getTimeWindowStart(VertexI vertex)
public double[] getTimeWindowEnd(VertexI vertex)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |