public class SimpleBurnInTest extends Object implements BurnInTest
| Constructor and Description |
|---|
SimpleBurnInTest(int burnInLength)
Deprecated.
This is the main constructor that creates an instance of
SimpleBurnInTest with fixed burn-in length. |
SimpleBurnInTest(StringBuffer xml)
Deprecated.
The standard constructor for the interface
Storable. |
| Modifier and Type | Method and Description |
|---|---|
SimpleBurnInTest |
clone()
Deprecated.
Return a deep copy of this object.
|
String |
getInstanceName()
Deprecated.
Returns a short description of the burn-in test.
|
int |
getLengthOfBurnIn()
Deprecated.
Computes and returns the length of the burn-in phase using the values
from
BurnInTest.setValue(double). |
void |
resetAllValues()
Deprecated.
This method can be used to remove all values from the internal memory.
|
void |
setCurrentSamplingIndex(int index)
Deprecated.
This method sets the value of the current sampling.
|
void |
setValue(double val)
Deprecated.
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.
|
StringBuffer |
toXML()
Deprecated.
This method returns an XML representation as
StringBuffer of an
instance of the implementing class. |
public SimpleBurnInTest(int burnInLength)
SimpleBurnInTest with fixed burn-in length.burnInLength - the fixed length of the burn-inpublic SimpleBurnInTest(StringBuffer xml) throws NonParsableException
Storable.
Creates a new SimpleBurnInTest out of its XML representation.xml - the StringBuffer containing the model as XML
representationNonParsableException - if the StringBuffer can not be parsedpublic SimpleBurnInTest clone() throws CloneNotSupportedException
BurnInTestclone in interface BurnInTestclone in class ObjectCloneNotSupportedException - if the object can not be clonedObject.clone()public void setCurrentSamplingIndex(int index)
BurnInTestBurnInTest.setValue(double) to a sampling.setCurrentSamplingIndex in interface BurnInTestindex - the index of the samplingpublic void setValue(double val)
BurnInTestsetValue in interface BurnInTestval - the valuepublic void resetAllValues()
BurnInTestresetAllValues in interface BurnInTestpublic int getLengthOfBurnIn()
BurnInTestBurnInTest.setValue(double).getLengthOfBurnIn in interface BurnInTestpublic StringBuffer toXML()
StorableStringBuffer of an
instance of the implementing class.public String getInstanceName()
BurnInTestgetInstanceName in interface BurnInTest