|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjasi.sim.basic.value.AbstractSimValueType
jasi.sim.basic.value.AbstractComparableObject<Element>
jasi.sim.basic.element.AbstractElementBean
jasi.airtraffic.defi.AirplaneHandler
public abstract class AirplaneHandler
The container of an airplane's element attributes.
| Field Summary |
|---|
| Fields inherited from interface jasi.sim.basic.element.Element |
|---|
COMPARATOR |
| Constructor Summary | |
|---|---|
protected |
AirplaneHandler()
Construct container of an airport's attributes. |
protected |
AirplaneHandler(Id id)
Construct container of an airport's attributes. |
| Method Summary | |
|---|---|
Coordinate |
getCoordinate()
Get the coordinate attribute. |
Id |
getFlight()
Get the flight attribute. |
java.lang.String |
getName()
Get the name attribute. |
boolean |
isFlying()
Get the flying attribute. |
void |
setCoordinate(Coordinate coordinate)
Set the coordinate attribute. |
void |
setFlight(Id flight)
Set the flight attribute. |
void |
setFlying(boolean flying)
Set the flying attribute. |
void |
setName(java.lang.String name)
Set the name attribute. |
java.lang.String |
toString()
Returns a string representation of this object. |
| Methods inherited from class jasi.sim.basic.element.AbstractElementBean |
|---|
acceptDelete, compareTo, delete, elements, equals, get, getId, getKey, hashCode, isDeleted, registered, set, setId, setKey |
| Methods inherited from class jasi.sim.basic.value.AbstractComparableObject |
|---|
isEQ, isGE, isGT, isLE, isLT, isNE |
| Methods inherited from class jasi.sim.basic.value.AbstractSimValueType |
|---|
getContent |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface jasi.airtraffic.model.Airplane |
|---|
calculate, land, start |
| 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 |
| Constructor Detail |
|---|
protected AirplaneHandler()
protected AirplaneHandler(Id id)
id - The simulation element's ID.| Method Detail |
|---|
public java.lang.String toString()
toString in class AbstractElementBeanpublic final void setName(java.lang.String name)
name - The new value of the attribute.public final java.lang.String getName()
getName in interface Airplanepublic final Coordinate getCoordinate()
public final void setCoordinate(Coordinate coordinate)
coordinate - The new value of the attribute.public final void setFlying(boolean flying)
flying - The new value of the attribute.public final boolean isFlying()
isFlying in interface Airplanepublic final void setFlight(Id flight)
flight - The new value of the attribute.public final Id getFlight()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||