creates a new alternating Mealy machine with an alphabet, states, start states and transitions.
creates a new alternating Mealy machine with an alphabet, states, start states and transitions.
the alphabet of the alternating Mealy machine
a set of the states of the alternating Mealy machine
a positive boolean combination representing the the initial states of the alternating Mealy machine
maps an actual states and an element of the alphabet onto a positive boolean combination as next states and an output
the alphabet of the alternating Mealy machine
Looks for a transition that has not the direction "Forward".
Looks for a transition that has not the direction "Forward".
true if the AMealy is a 2AMealy, else false.
a positive boolean combination representing the the initial states of the alternating Mealy machine
a set of the states of the alternating Mealy machine
Returns a new alternating Mealy machine instance where all used State instances appear in the states list.
Returns a new alternating Mealy machine instance where all used State instances appear in the states list.
To achieve this goal the members start, transitions and labels are scanned and every appearing State instance is tried to find in the states list by comparing the names. If it's not found, an exception is thrown.
Simultaneously for every symbol it is checked if the symbol is element of the alphabet. If it's not found an exception is thrown.
a new alternating Mealy machine with same states list but modified start, transactions and accepting member.
Converts the alternating Mealy machine into dot format.
Converts the alternating Mealy machine into AFF format.
Converts the alternating Mealy machine into AFF format.
the alternating Mealy machine in AFF format.
maps an actual states and an element of the alphabet onto a positive boolean combination as next states and an output
Represents alternating Mealy machines with B4 as the set of outputs.
the alphabet of the alternating Mealy machine
a set of the states of the alternating Mealy machine
a positive boolean combination representing the the initial states of the alternating Mealy machine
maps an actual states and an element of the alphabet onto a positive boolean combination as next states and an output