|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--drasys.or.graph.VertexValue | +--drasys.or.graph.tw.TimeWindowValue
A object which can hold generic vertex values.
Method Summary | |
double[] |
getServiceTime()
Returns the time needed to service the vertex. |
double[] |
getTimeWindowEnd()
Returns the end of the service windows for the vertex. |
double[] |
getTimeWindowStart()
Returns the start of the service windows for the vertex. |
void |
setServiceTime(double[] serviceTime)
Sets the service time for the time windows. |
void |
setTimeWindowEnd(double[] windowEnd)
Sets the values for the end of the time windows. |
void |
setTimeWindowStart(double[] windowStart)
Sets the values for the start of the time windows. |
Methods inherited from class drasys.or.graph.VertexValue |
getCost,
getDemand,
getTime,
set,
setCost,
setDemand,
setTime |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public double[] getServiceTime()
public double[] getTimeWindowStart()
public double[] getTimeWindowEnd()
public void setServiceTime(double[] serviceTime)
public void setTimeWindowStart(double[] windowStart)
public void setTimeWindowEnd(double[] windowEnd)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |