Class StateMap

All Implemented Interfaces:
Serializable, Cloneable, Map<PropertyData<?>,Object>, SequencedMap<PropertyData<?>,Object>

public class StateMap extends LinkedHashMap<PropertyData<?>,Object>
This object holds the state map. It is a map of property (property name and its description) to value of the state.
See Also:
  • Constructor Details

    • StateMap

      public StateMap()