|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--mil.af.afit.router.UVRSite
Sites are converted to this for the Universal Vehicle Router. You can get
back to the original site by calling getParentSite()
.
Site
,
HOrder
Constructor Summary | |
UVRSite(Site fromThis)
This constructor makes a UVRSite, which implements HOrder, from a Site. |
Method Summary | |
int |
getAmountNeeded()
Returns amount needed. |
double |
getEarliestArrivalTime()
Returns beginning of time window. |
double |
getEarliestRestrictedTime()
Returns beginning of time wall. |
int |
getID()
Returns id. |
double |
getLatestDepartureTime()
Returns end of time window. |
double |
getLatestRestrictedTime()
Returns end of time wall. |
int |
getOrderType()
Returns order type (requirement type) |
Site |
getParentSite()
Returns parent Site object. |
int |
getPriority()
Returns priority. |
int |
getServiceTime()
Returns service time |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public UVRSite(Site fromThis)
Method Detail |
public final int getID()
public final Site getParentSite()
Site
object.Site
public final int getServiceTime()
public java.lang.String toString()
toString
in class java.lang.Object
public int getOrderType()
public int getPriority()
getPriority
in interface mil.af.afit.uvr.HOrder
public double getEarliestArrivalTime()
getEarliestArrivalTime
in interface mil.af.afit.uvr.HOrder
public double getLatestDepartureTime()
getLatestDepartureTime
in interface mil.af.afit.uvr.HOrder
public double getEarliestRestrictedTime()
getEarliestRestrictedTime
in interface mil.af.afit.uvr.HOrder
public double getLatestRestrictedTime()
getLatestRestrictedTime
in interface mil.af.afit.uvr.HOrder
public int getAmountNeeded()
getAmountNeeded
in interface mil.af.afit.uvr.HOrder
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |