Package jasi.airtraffic.model

An air traffic model.

See:
          Description

Interface Summary
Airplane The interface for an airplane's functionality.
Airport The interface for an airport's functionality.
Flight The interface for a flight's functionality.
FlightFactory Interface for factories to create a flight object.
 

Class Summary
LandEvent An event for landing an airplane.
StartEvent An event to start an airplane and create a flight.
StatusPrintEvent An event to print a listing of all airplanes.
 

Package jasi.airtraffic.model Description

An air traffic model.

This package contains the model, i.e. the event listener, the definitions of the interfaces for the various functionalities, like the airplane, the airport, and a flight, and the implementations of the events that are used for the air traffic simulation.