|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--atropos.lp.AvnmpLP.parmTime
This class holds a list of new LP parameter values and the time at which they should take effect.
AvnmpLP.parmTable
,
AvnmpLP.setParameterTimes()
,
AvnmpLP.checkParameterTimes()
, Serialized FormField Summary | |
boolean |
done
Has this value been used yet ? |
boolean |
exit
Should we exit the process now ? |
double |
GenVal
The new virtual message generation rate. |
int |
i
The current index into the 'numVirtual' array. |
long[] |
numVirtual
The number of virtual messages received less than 'time'. |
double |
StepVal
The new step increment value. |
long |
time
The time at which the parameters should be changed. |
double |
TolVal
The new tolerance value. |
Constructor Summary | |
AvnmpLP.parmTime()
|
Method Summary | |
int |
compareTo(java.lang.Object o)
|
boolean |
equals(java.lang.Object obj)
|
void |
setTol(AvnmpLP.parmTime pt,
double propTol,
double propCaus)
The system exits automatically when the number of out-of-tolerance rollbacks exceeds a given value in the code below. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public long time
public double TolVal
public double GenVal
public double StepVal
public long[] numVirtual
public int i
public boolean done
public boolean exit
Constructor Detail |
public AvnmpLP.parmTime()
Method Detail |
public void setTol(AvnmpLP.parmTime pt, double propTol, double propCaus)
pt
- The current parameter settings.propTol
- The current proportion of out-of-tolerance messages.propCaus
- The current proportion of out-of-order messages.ConfigInterface.runMinutes
,
ConfigInterface.ootLimit
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int compareTo(java.lang.Object o)
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |