Public Member Functions

AIVehicleList_Station Class Reference
[Classes that create a list of items.]

Creates a list of vehicles that have orders to a given station. More...

Inheritance diagram for AIVehicleList_Station:
AIAbstractList AIObject

Public Member Functions

 AIVehicleList_Station (StationID station_id)

Detailed Description

Creates a list of vehicles that have orders to a given station.


Constructor & Destructor Documentation

AIVehicleList_Station::AIVehicleList_Station ( StationID  station_id  ) 
Parameters:
station_id The station to get the list of vehicles from, which have orders to it.
Precondition:
AIBaseStation::IsValidBaseStation(station_id)