public class LatentStateSpecification
extends java.lang.Object
Constructor and Description |
---|
LatentStateSpecification(java.lang.String strLatentState,
java.lang.String strLatentStateQuantificationMetric,
LatentStateLabel label)
LatentStateSpecification constructor
|
Modifier and Type | Method and Description |
---|---|
void |
displayString(java.lang.String strComment)
Display the Latent State Details
|
LatentStateLabel |
label()
Retrieve the Latent State Label
|
java.lang.String |
latentState()
Retrieve the Latent State
|
java.lang.String |
latentStateQuantificationMetric()
Retrieve the Latent State Quantification Metric
|
boolean |
match(LatentStateSpecification lssOther)
Does the Specified Latent State Specification Instance match the current one?
|
public LatentStateSpecification(java.lang.String strLatentState, java.lang.String strLatentStateQuantificationMetric, LatentStateLabel label) throws java.lang.Exception
strLatentState
- The Latent StatestrLatentStateQuantificationMetric
- The Latent State Quantification Metriclabel
- The Specific Latent State Labeljava.lang.Exception
- Thrown if the Inputs are invalidpublic java.lang.String latentState()
public LatentStateLabel label()
public java.lang.String latentStateQuantificationMetric()
public boolean match(LatentStateSpecification lssOther)
lssOther
- The "Other" Latent State Specification Instancepublic void displayString(java.lang.String strComment)
strComment
- The Comment Prefix