A State represents a possible state in a FSM
State
States are mutable
type (StateType): type of state
Creates a new State s so that:
Name of the state
Type of the state (StateType)
this.id
this.name
this.type
true if this contains all required data to be a valid MetaElement
false otherwise
this
this_post.id = id
New ID to assign to this
A Map storing all the MetaElements stored in elements, using elements's id as map identifier
MetaElements to be stored into a map
Generated using TypeDoc
A
Staterepresents a possible state in a FSMStates are mutable
type (StateType): type of state