public class ResponseValueSensitivityConstraint
extends java.lang.Object
| Constructor and Description |
|---|
ResponseValueSensitivityConstraint(SegmentResponseValueConstraint srvcBase)
ResponseValueSensitivityConstraint constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
addManifestMeasureSensitivity(java.lang.String strManifestMeasure,
SegmentResponseValueConstraint srvc)
Add the SRVC Instance corresponding to the specified Manifest Measure
|
SegmentResponseValueConstraint |
base()
Retrieve the base SRVC Instance
|
java.util.Set<java.lang.String> |
manifestMeasures()
Return the Set of Available Manifest Measures (if any)
|
SegmentResponseValueConstraint |
manifestMeasureSensitivity(java.lang.String strManifestMeasure)
Retrieve the SRVC Instance Specified by the Manifest Measure
|
public ResponseValueSensitivityConstraint(SegmentResponseValueConstraint srvcBase) throws java.lang.Exception
srvcBase - The Base Calibration Instance of SRVCjava.lang.Exception - Thrown if Inputs are Invalidpublic boolean addManifestMeasureSensitivity(java.lang.String strManifestMeasure,
SegmentResponseValueConstraint srvc)
strManifestMeasure - The Manifest Measuresrvc - The SRVC Instancepublic SegmentResponseValueConstraint base()
public SegmentResponseValueConstraint manifestMeasureSensitivity(java.lang.String strManifestMeasure)
strManifestMeasure - The Manifest Measurepublic java.util.Set<java.lang.String> manifestMeasures()