B C M S

B

Base1 - class jug.Base1.
A simple base station that "sends" and "receives" a string message.

C

CellPhone1 - class jug.CellPhone1.
A simple cell phone that "sends" and "receives" a string message.

M

main(String[]) - Static method in class jug.Base1
 
main(String[]) - Static method in class jug.CellPhone1
 
main(String[]) - Static method in class jug.Simulation1
 
main(String[]) - Static method in class jug.Space1
 

S

Simulation1 - class jug.Simulation1.
Drives the entire simulation.
Simulation1() - Constructor for class jug.Simulation1
 
Space1 - class jug.Space1.
Represents simple "space" through which messages are transferred.
Space1() - Constructor for class jug.Space1
 
step() - Method in class jug.Base1
The step method - at each step the base deposits a message in "space".
step() - Method in class jug.CellPhone1
The step method - at each step the phone deposits a message in "space".

B C M S