Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
L
M
N
P
R
S
T
W
T
toString()
- Method in class
Train
Returns Train with a String format as following.
Train
- Class in
<Unnamed>
This class represents a train.
Train(String)
- Constructor for class
Train
Constructs Train with its destination.
train
- Variable in class
Train
TrainGenerator
- Class in
<Unnamed>
This class provide methods for generating a Train.
TrainGenerator()
- Constructor for class
TrainGenerator
TrainHub
- Class in
<Unnamed>
This class represents a train hub and provides the common operations needed for managing the incoming and outgoing trains.
TrainHub()
- Constructor for class
TrainHub
Constructs and initializes TrainHub object
TrainHubMain
- Class in
<Unnamed>
This class is the main class and it provides the user interface between users and the TrainHub object.
TrainHubMain()
- Constructor for class
TrainHubMain
trains
- Variable in class
TrainHub
The internal data structure of a hub is a linked list of Trains
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
L
M
N
P
R
S
T
W