Creates a new FSM f so that:
Business Object Type to which the FSM will be attached
Set of states of the FSM
Set of transitions of the FSM
New state to add to this
Id of the state to be retrieved
New ID to assign to this
MetaElements to be stored into a map
BusinessObjectType for which the FSM needs to be generated
model containing the business object type to which the fsm to be created is attached
a representation of the fsm in the exported model format
Generated using TypeDoc
A FSM is a MetaElement representing a finite state machine.
FSMs are mutable
states : set of states within the FSM
transitions: set of transitions within the FSM