<transition>

<transition> FSM transition in a flow of tokens and/or wordForms
Modulemaf
Attributes
sourcesource state of a transition
Status Optional
Datatype
macro.fsm.state
targettarget state of a transition
Status Optional
Datatype
macro.fsm.state
Used byfsm
May contain
Declaration
element transition
{
   attribute source { macro.fsm.state }?,
   attribute target { macro.fsm.state }?,
   ( token | wordForm | wfAlt )
}