remove method
Removes a state via its ID from the state machine.
Implementation
StateMachine remove(String id ) {
states.remove( id );
return this;
}
Removes a state via its ID from the state machine.
StateMachine remove(String id ) {
states.remove( id );
return this;
}