process()
method is called when the simulation is created from the command line. This gives the simulation instance a chance to read in options from the command line, instantiate nodes, and configure the simulation from the user's input.
@param o the options processed so far from the command line
@param args the command line arguments from the user
@throws Exception if any type of exception occurs during this processing (e.g. FileNotFound)
|
|