A F G L M N O P R S T

A

addObservation(Observation) - Method in class Station
Adds an observation to the list of obervations

F

find(String) - Method in class StationList
Searches the list for a specific station

G

getName() - Method in class Station
Gets the name of the statoion
getTemp() - Method in class Observation
 
getWind() - Method in class Observation
 

L

load(String) - Method in class StationList
Reads a file with station objects

M

main(String[]) - Static method in class Observation
Test and demonstration program
main(String[]) - Static method in class Station
Test and demonstrates the Station class
main(String[]) - Static method in class StationList
Test and demonstration program
meanWind() - Method in class Station
Computes the mean wind

N

numberOfObservations() - Method in class Station
Gets the number of observations
numberUsable(double, double) - Method in class Station
Count the number of usable wind observations

O

Observation - Class in <Unnamed>
 
Observation(double, double) - Constructor for class Observation
 

P

print() - Method in class Station
Produces a printout of the station together with its obeservations.
print() - Method in class StationList
Prints the list of stations one per line using the stations toString-method.

R

read(Scanner) - Static method in class Observation
Reads the observation data from a stream using an already created Scanner object.

S

Station - Class in <Unnamed>
Represents a weather-station
Station(String) - Constructor for class Station
Constructs a weather station
StationList - Class in <Unnamed>
 
StationList() - Constructor for class StationList
Construct a Station List

T

toString() - Method in class Observation
 
toString() - Method in class Station
 

A F G L M N O P R S T