public class LSQMCurveSnapshot
extends java.lang.Object
| Constructor and Description |
|---|
LSQMCurveSnapshot()
Empty LSQMCurveSnapshot 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
|
Curve |
qm(LatentStateLabel lsl,
java.lang.String strQM)
Retrieve the specified Latent State Quantification Metric Curve
|
boolean |
setQMCurve(java.lang.String strQM,
Curve curve)
Set the LSQM Curve
|
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 setQMCurve(java.lang.String strQM,
Curve curve)
strQM - The Quantification Metriccurve - The QM Curvepublic Curve qm(LatentStateLabel lsl, java.lang.String strQM)
lsl - The Latent State LabelstrQM - The Quantification Metric