public static class SmallDifferenceOfFunctionEvaluationsCondition.SmallDifferenceOfFunctionEvaluationsConditionParameterSet extends AbstractTerminationCondition.AbstractTerminationConditionParameterSet
SmallDifferenceOfFunctionEvaluationsCondition.ParameterSet.ParameterListerrorMessage, parameters, parent| Constructor and Description |
|---|
SmallDifferenceOfFunctionEvaluationsCondition.SmallDifferenceOfFunctionEvaluationsConditionParameterSet()
This constructor creates an empty parameter set.
|
SmallDifferenceOfFunctionEvaluationsCondition.SmallDifferenceOfFunctionEvaluationsConditionParameterSet(double eps)
This constructor creates a filled instance of a parameters set.
|
SmallDifferenceOfFunctionEvaluationsCondition.SmallDifferenceOfFunctionEvaluationsConditionParameterSet(StringBuffer xml)
The standard constructor for the interface
Storable. |
| Modifier and Type | Method and Description |
|---|---|
String |
getInstanceComment()
Returns a comment (a textual description) of the class that can be
constructed using this
ParameterSet. |
String |
getInstanceName()
Returns the name of an instance of the class that can be constructed
using this
ParameterSet. |
clonefromXML, getInstance, getInstanceClass, toXMLfromGalaxy, getAllParameterNames, getComment, getComment, getErrorMessage, getIndex, getName, getName, getNumberOfParameters, getParameterAt, getParameterForName, getParent, hasDefaultOrIsSet, initParameterList, initParameterList, isAtomic, isComparable, parametersLoaded, reset, setParent, toGalaxypublic SmallDifferenceOfFunctionEvaluationsCondition.SmallDifferenceOfFunctionEvaluationsConditionParameterSet()
public SmallDifferenceOfFunctionEvaluationsCondition.SmallDifferenceOfFunctionEvaluationsConditionParameterSet(StringBuffer xml) throws NonParsableException
Storable.
Constructs an SmallDifferenceOfFunctionEvaluationsCondition out of an XML representation.xml - the XML representation as StringBufferNonParsableException - if the SmallDifferenceOfFunctionEvaluationsCondition could not be
reconstructed out of the StringBuffer
representationpublic SmallDifferenceOfFunctionEvaluationsCondition.SmallDifferenceOfFunctionEvaluationsConditionParameterSet(double eps)
throws ParameterException
eps - the epsilon for the difference of function evaluationsParameterException - if parameter can not be setpublic String getInstanceComment()
InstanceParameterSetParameterSet.getInstanceComment in class InstanceParameterSet<AbstractTerminationCondition>public String getInstanceName()
InstanceParameterSetParameterSet.getInstanceName in class InstanceParameterSet<AbstractTerminationCondition>