avrora.actions
Class MultiSimulateAction
java.lang.Object
avrora.actions.Action
avrora.actions.SimAction
avrora.actions.MultiSimulateAction
- public class MultiSimulateAction
- extends SimAction
The MultiSimulateAction class represents an action available
to the simulator where multiple nodes are run in simulation.
|
Method Summary |
void |
run(java.lang.String[] args)
The run() method is called by the main class and is passed
the remaining command line arguments after options have been stripped out. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HELP
public static final java.lang.String HELP
- See Also:
- Constant Field Values
NODECOUNT
public final Option.List NODECOUNT
RANDOMSEED
public final Option.Long RANDOMSEED
TOPOLOGY
public final Option.Str TOPOLOGY
LEGACY_INTERPRETER
public final Option.Bool LEGACY_INTERPRETER
TIME
public final Option.Bool TIME
RANDOM_START
public final Option.Interval RANDOM_START
STAGGER_START
public final Option.Long STAGGER_START
CHANNEL_UTIL
public final Option.Bool CHANNEL_UTIL
MultiSimulateAction
public MultiSimulateAction()
run
public void run(java.lang.String[] args)
throws java.lang.Exception
- Description copied from class:
Action
- The
run() method is called by the main class and is passed
the remaining command line arguments after options have been stripped out.
- Specified by:
run in class Action
- Parameters:
args - the command line arguments
- Throws:
java.lang.Exception