public class StateFeature
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
id
The state feature identifier
|
double |
value
The value of the state feature
|
Constructor and Description |
---|
StateFeature(int id,
double value)
Initializes.
|