public class LSQMCurveIncrement
extends java.lang.Object
Constructor and Description |
---|
LSQMCurveIncrement()
Empty LSQMCurveIncrement Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
containsLatentState(LatentStateLabel lsl)
Indicate if Quantification Metrics are available for the specified Latent State
|
boolean |
containsQM(LatentStateLabel lsl,
java.lang.String strQM)
Indicate if the Value for the specified Quantification Metric is available
|
java.util.Set<java.lang.String> |
latentStateLabel()
Retrieve the Latent State Labels
|
boolean |
setQMSpan(LatentStateLabel lsl,
java.lang.String strQM,
Span spanIncrement)
Set the LSQM Increment Span
|
Span |
span(LatentStateLabel lsl,
java.lang.String strQM)
Retrieve the specified Latent State Quantification Metric Span Increment
|
public LSQMCurveIncrement()
public java.util.Set<java.lang.String> latentStateLabel()
public boolean containsLatentState(LatentStateLabel lsl)
lsl
- The Latent State Labelpublic boolean containsQM(LatentStateLabel lsl, java.lang.String strQM)
lsl
- The Latent State LabelstrQM
- The Quantification Metricpublic boolean setQMSpan(LatentStateLabel lsl, java.lang.String strQM, Span spanIncrement)
lsl
- The Latent State LabelstrQM
- The Quantification MetricspanIncrement
- The Increment Spanpublic Span span(LatentStateLabel lsl, java.lang.String strQM)
lsl
- The Latent State LabelstrQM
- The Quantification Metric