|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BurnInTest
This is the abstract super class for any test of the length of the burn-in phase.
Method Summary | |
---|---|
BurnInTest |
clone()
Return a deep copy of this object. |
String |
getInstanceName()
Returns a short description of the burn-in test. |
int |
getLengthOfBurnIn()
Computes and returns the length of the burn-in phase using the values from setValue(double) . |
void |
resetAllValues()
This method can be used to remove all values from the internal memory. |
void |
setCurrentSamplingIndex(int index)
This method sets the value of the current sampling. |
void |
setValue(double val)
This method can be used to fill the internal memory with the values that will be used to determine the length of the burn-in phase. |
Methods inherited from interface de.jstacs.Storable |
---|
toXML |
Method Detail |
---|
BurnInTest clone() throws CloneNotSupportedException
CloneNotSupportedException
- if the object can not be clonedObject.clone()
void setCurrentSamplingIndex(int index)
setValue(double)
to a sampling.
index
- the index of the samplingvoid setValue(double val)
val
- the valuevoid resetAllValues()
int getLengthOfBurnIn()
setValue(double)
.
String getInstanceName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |