|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Flight
The interface for a flight's functionality.
| Field Summary |
|---|
| Fields inherited from interface jasi.sim.basic.element.Element |
|---|
COMPARATOR |
| Method Summary | |
|---|---|
Coordinate |
getCoordinate(Time time)
Calculate actual coordinate. |
Space |
getDistance()
Get this flight's distance. |
Id |
getLandAirport()
Get this flight's landing airport. |
Coordinate |
getLandCoordinate()
Get the landing airport's coordinate. |
Time |
getLandTime()
Get this flight's landing time. |
java.lang.String |
getName()
Get this flight's name. |
Speed |
getSpeed()
Get this flight's required speed. |
Id |
getStartAirport()
Get this flight's start airport. |
Coordinate |
getStartCoordinate()
Get the start airport's coordinate. |
Time |
getStartTime()
Get this flight's start time. |
Time |
getTime()
Get this flight's required time. |
| Methods inherited from interface jasi.sim.basic.element.Element |
|---|
delete, getKey, isDeleted, registered, setKey |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Methods inherited from interface jasi.sim.basic.id.SimObject |
|---|
getId, setId |
| Method Detail |
|---|
java.lang.String getName()
Time getStartTime()
Time getLandTime()
Id getStartAirport()
Id getLandAirport()
Speed getSpeed()
Space getDistance()
Time getTime()
Coordinate getStartCoordinate()
Coordinate getLandCoordinate()
Coordinate getCoordinate(Time time)
time - The actual time.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||