|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectController
public class Controller
The Controller class dictates the total flow of execution of the simulator.
Field Summary | |
---|---|
private NetworkManager |
netManager
This is an object of NetworkManager type which holds the current network instance,
statistical data holder and various helping utility object like input
file reader. |
private Network |
network
This is the reference of the instaniated Network in NetworkManager . |
Constructor Summary | |
---|---|
Controller()
Default Constructor |
Method Summary | |
---|---|
void |
main_loop()
The controller object performs its duty mainly by this method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private NetworkManager netManager
NetworkManager
type which holds the current network instance,
statistical data holder and various helping utility object like input
file reader.
private Network network
Network
in NetworkManager
. It is used to invoke various
methods of the network.
Constructor Detail |
---|
public Controller()
Method Detail |
---|
public void main_loop()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |