org.opensha.sha.imr.param.OtherParams
Class SigmaTruncLevelParam
java.lang.Object
org.opensha.commons.param.AbstractParameter<Double>
org.opensha.commons.param.impl.DoubleParameter
org.opensha.sha.imr.param.OtherParams.SigmaTruncLevelParam
- All Implemented Interfaces:
- Serializable, Comparable<Parameter<?>>, Named, XMLSaveable, Parameter<Double>
public class SigmaTruncLevelParam
- extends DoubleParameter
SigmaTruncLevelParam, a DoubleParameter that represents where truncation occurs
on the Gaussian distribution (in units of standard deviation, relative to the mean).
See constructors for info on editability and default values.
- See Also:
- Serialized Form
| Fields inherited from class org.opensha.commons.param.AbstractParameter |
constraint, defaultValue, editable, independentParameters, info, metadataString, name, units, value, XML_COMPLEX_VAL_EL_NAME, XML_GROUP_METADATA_NAME, XML_METADATA_NAME, XML_NULL_VALUE |
|
Constructor Summary |
SigmaTruncLevelParam()
This constructor sets the default as 2.0, and leaves the
parameter non-editable |
SigmaTruncLevelParam(double defaultTruncLevel)
This constructor sets the default as given, and leaves the
parameter non-editable |
| Methods inherited from class org.opensha.commons.param.AbstractParameter |
addIndependentParameter, addParameterChangeFailListener, addParameterChangeListener, checkEditable, compareTo, containsIndependentParameter, equals, firePropertyChange, firePropertyChangeFailed, getConstraint, getConstraintName, getDefaultValue, getDependentParamMetadataString, getIndependentParameter, getIndependentParameterList, getIndependentParametersIterator, getIndependentParametersKey, getInfo, getMetadataString, getName, getNumIndependentParameters, getUnits, getValue, isEditable, isNullAllowed, removeIndependentParameter, removeParameterChangeFailListener, removeParameterChangeListener, setDefaultValue, setDependentParamMetadataString, setIndependentParameters, setIndepParamsFromXML, setInfo, setName, setNonEditable, setUnits, setValue, setValueAsDefault, setValueFromXMLMetadata, toXMLMetadata, toXMLMetadata, unableToSetValue, valueToXML |
NAME
public static final String NAME
- See Also:
- Constant Field Values
UNITS
public static final String UNITS
- See Also:
- Constant Field Values
INFO
public static final String INFO
- See Also:
- Constant Field Values
DEFAULT
public static final Double DEFAULT
MIN
public static final Double MIN
MAX
public static final Double MAX
SigmaTruncLevelParam
public SigmaTruncLevelParam(double defaultTruncLevel)
- This constructor sets the default as given, and leaves the
parameter non-editable
SigmaTruncLevelParam
public SigmaTruncLevelParam()
- This constructor sets the default as 2.0, and leaves the
parameter non-editable