|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvsp.Vsp
public class Vsp
VSP
Field Summary | |
---|---|
private static double |
NO_PROBABILITY
When is only output queue |
private static QueueWithServer |
NO_QUEUE
When is only output queue |
private static double |
VARIATION_1
Default variation for default Gaussian |
private static double |
VARIATION_2
Default variation for default Gaussian |
private static double |
VARIATION_3
Default variation for default Gaussian |
Constructor Summary | |
---|---|
Vsp(String[] args)
Main simulation |
Method Summary | |
---|---|
static void |
main(String[] args)
Create main object |
private CommandLine |
parseArguments(String[] args)
Parse command line arguments |
private void |
printHelp()
Print help |
private void |
runSimulation(Config config)
Run simulation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final QueueWithServer NO_QUEUE
private static final double NO_PROBABILITY
private static final double VARIATION_1
private static final double VARIATION_2
private static final double VARIATION_3
Constructor Detail |
---|
public Vsp(String[] args) throws NumberFormatException, IOException
args
- command line arguments
IOException
NumberFormatException
Method Detail |
---|
private CommandLine parseArguments(String[] args)
args
- command line argument
private void printHelp()
private void runSimulation(Config config)
config
- public static void main(String[] args)
args
- command line arguments
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |