|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AirControlInterface
Interface the class AirControl should implement.
Method Summary | |
---|---|
int |
getArrivedPlanes()
Returns the number of arrived Planes. |
int |
getNumberOfPlanes()
Returns the number of Planes currently on the map. |
java.util.ArrayList<Plane> |
getPlanes()
Returns a list of the Planes currently on the map. |
void |
update()
Calls the controlPlanes method in AirControl. |
Method Detail |
---|
int getArrivedPlanes()
int getNumberOfPlanes()
java.util.ArrayList<Plane> getPlanes()
void update()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |