case classTransducerTransition(fromState: Int, toState: Int, epsilons: Seq[Boolean], constraint: IFormula, blockedTransitions: Seq[BlockedTransition] = List()) extends Product with Serializable
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.
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Transition of a transducer. The
constraint
is a formula over variables_0, _1, ...
representing the head symbols of the transducer tracks. Theepsilons
tell which of the tracks do not proceed to the next character.