case classBlockedTransition(toState: Int, quantifiedTracks: Seq[Boolean]) extends Product with Serializable
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.
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
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 thequantifiedTracks
.