|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvsp.Vsp
public class Vsp
VSP 4/3
Field Summary | |
---|---|
private static double |
cs1
Defined variation of the mean value for server 1 |
private static double |
cs2
Defined variation of the mean value for server 2 |
private static int |
DEFAULT_STEPS
|
private static double |
lambda
Defined exponential distribution ratio |
private static double |
p1
Probability for branch 1 |
private static double |
p2
Probability for branch 2 |
private static double |
ts1
Defined mean value for server 1 |
private static double |
ts2
Defined mean value for server 2 |
Constructor Summary | |
---|---|
Vsp(java.lang.String[] args)
Main simulation |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Create main object |
private int |
parseArguments(java.lang.String[] args)
Parse command line arguments |
private void |
printHelp()
Print help |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final double lambda
private static final double ts1
private static final double ts2
private static final double cs1
private static final double cs2
private static final double p1
private static final double p2
private static final int DEFAULT_STEPS
Constructor Detail |
---|
public Vsp(java.lang.String[] args)
args
- command line argumentsMethod Detail |
---|
private int parseArguments(java.lang.String[] args)
args
- command line argument
private void printHelp()
public static void main(java.lang.String[] args)
args
- command line arguments
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |