|
Class Summary |
| AbstractFSMFeature |
This class makes general assumptions that should be applicable for most
FSMFeature implementations. |
| BooleanFeature |
This is an FSMFeature class where the finite set is {Boolean.TRUE, Boolean.TRUE}. |
| FiveSeverityFeature |
This is an FSMFeature class where the finite set is {"Very Mild", "Mild", "Moderate", "Severe", "Very Severe"}. |
| FSMFeatureInputPanel |
A FeatureInputPanel that will work for most FSMFeatures. |
| KeyToValueToDouble |
This class represents a map from FeatureKey to a HashMap, which
in turn maps from FSMFeature attribute value (String) to a MutableDouble. |
| YesNoFeature |
This is an FSMFeature class where the finite set is {"Yes", "No"}. |