public interface LatentState
| Modifier and Type | Method and Description |
|---|---|
LatentState |
customTweakManifestMeasure(java.lang.String strManifestMeasure,
ManifestMeasureTweak rvtp)
Create a LatentState Instance from the Manifest Measure Tweak Parameters
|
LatentState |
customTweakQuantificationMetric(ManifestMeasureTweak rvtp)
Create a LatentState Instance from the Quantification Metric Tweak Parameters
|
LatentState |
parallelShiftManifestMeasure(java.lang.String strManifestMeasure,
double dblShift)
Create a LatentState Instance from the Manifest Measure Parallel Shift
|
LatentState |
parallelShiftQuantificationMetric(double dblShift)
Create a LatentState Instance from the Quantification Metric Parallel Shift
|
LatentState |
shiftManifestMeasure(int iSpanIndex,
java.lang.String strManifestMeasure,
double dblShift)
Create a LatentState Instance from the Shift of the Specified Manifest Measure
|
LatentState parallelShiftManifestMeasure(java.lang.String strManifestMeasure, double dblShift)
strManifestMeasure - The Specified Manifest MeasuredblShift - Parallel shift of the Manifest MeasureLatentState shiftManifestMeasure(int iSpanIndex, java.lang.String strManifestMeasure, double dblShift)
iSpanIndex - Index into the Span that identifies the InstrumentstrManifestMeasure - The Specified Manifest MeasuredblShift - Shift of the Manifest MeasureLatentState customTweakManifestMeasure(java.lang.String strManifestMeasure, ManifestMeasureTweak rvtp)
strManifestMeasure - The Specified Manifest Measurervtp - Manifest Measure Tweak ParametersLatentState parallelShiftQuantificationMetric(double dblShift)
dblShift - Parallel shift of the Quantification MetricLatentState customTweakQuantificationMetric(ManifestMeasureTweak rvtp)
rvtp - Quantification Metric Tweak Parameters