public class LSQMPointRecord
extends java.lang.Object
Constructor and Description |
---|
LSQMPointRecord()
Empty LSQMPointRecord 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
|
double |
qm(LatentStateLabel lsl,
java.lang.String strQM)
Retrieve the specified Quantification Metric Value
|
boolean |
setQM(LatentStateLabel lsl,
java.lang.String strQM,
double dblValue)
Set the LSQM Value
|
public java.util.Set<java.lang.String> latentStateLabel()
public boolean containsLatentState(LatentStateLabel lsl)
lsl
- The Latent State Labelpublic boolean setQM(LatentStateLabel lsl, java.lang.String strQM, double dblValue)
lsl
- The Latent State LabelstrQM
- The Quantification MetricdblValue
- The QM's Valuepublic boolean containsQM(LatentStateLabel lsl, java.lang.String strQM)
lsl
- The Latent State LabelstrQM
- The Quantification Metricpublic double qm(LatentStateLabel lsl, java.lang.String strQM) throws java.lang.Exception
lsl
- The Latent State LabelstrQM
- The Quantification Metricjava.lang.Exception
- Thrown if the Quantification Metric is not available