For priority transducers, add transitions which must not lead to accepting runs.
For priority transducers, add transitions which must not lead to
accepting runs. Each instance of this class corresponds to a guard
! exists w1, ..., wk : String. state_n(...)
,
where the quantifiers correspond to the quantifiedTracks
.
n-track transducers represented as a set of transitions over the states
0, 1, ..., n
with symbolic labels.
n-track transducers represented as a set of transitions over the states
0, 1, ..., n
with symbolic labels.
Transition of a transducer.
Transition of a transducer. The constraint
is a formula over
variables _0, _1, ...
representing the head symbols of the
transducer tracks. The epsilons
tell which of the tracks
do not proceed to the next character.
(Since version ) see corresponding Javadoc for more information.