Represents alternating Mealy machines with B4 as the set of outputs.
Represents (2)APAs.
Represents (2)APAs.
the alphabet of the APA
a list of the states of the APA
a positive boolean formula describing the initial states of the APA
maps an actual states and an element of the alphabet onto a positive boolean combination describing the next states
maps a state onto its color.
Represents a pair of APAs
Created by Alex on 01.12.15.
Created by Alex on 01.12.15.
Represents an Alphabet. An Alphabet can either be a set of events or a set of propositions.
Represents the B3 = {top, ?, bot} truth domain.
Represents the B4 = {top, ptop, pbot, bot} truth domain.
Represents a boolean "and" operator that connects two positive boolean formulas.
Represents a boolean "and" operator that connects two positive boolean formulas.
the first boolean formula.
the second boolean formula.
Represents a general boolean element.
Represents general boolean operators.
Represents a boolean "or" operator that connects two positive boolean formulas.
Represents a boolean "or" operator that connects two positive boolean formulas.
the first boolean formula.
the second boolean formula.
Represents deterministic one-way finite automata without epsilon transitions and other simplifications like transitions for any input.
Represents deterministic one-way finite automata without epsilon transitions and other simplifications like transitions for any input. To represent all kinds of deterministic automata this class supports outputs in the states as well as output at the transitions.
Represents Mealy machines with B4 as the set of outputs.
Represents Mealy machines with B4 as the set of outputs.
the alphabet of the Mealy machine
a set of the states of the Mealy machine
a positive boolean combination representing the the initial states of the Mealy machine
maps an actual states and an element of the alphabet onto a positive boolean combination as next states and an output
Represents Moore machines with B3 as the set of outputs.
Represents Moore machines with B3 as the set of outputs.
the alphabet of the Moore machine
a set of the states of the Moore machine
the initial state of the Moore machine
maps an actual states and an element of the alphabet onto a state as next state
maps each state onto its output value.
Represents (2)NBAs.
Represents (2)NBAs.
the alphabet of the NBA
a list of the states of the NBA
a list of states containing the initial states of the NBA
maps an actual states and an element of the alphabet onto a list with the next states
a list of states containing the accepting states of the NBA
Represents a pair of NBAs
Represents a pair of NBAs
the first NBA.
the second NBA.
Represents (2)NFAs.
Represents (2)NFAs.
the alphabet of the NFA
a list of the states of the NFA
a list of states containing the initial states of the NFA
maps an actual states and an element of the alphabet onto a list with the next states
a list of states containing the accepting states of the NFA
Represents a pair of NFAs
Represents a pair of NFAs
the first NFA.
the second NFA.
Represents a general positive boolean formula.
Factory for de.uni_luebeck.isp.rltlconv.automata.AMealy instances.
Factory for de.uni_luebeck.isp.rltlconv.automata.Apa instances.
Factory for de.uni_luebeck.isp.rltlconv.automata.B3 instances.
Factory for de.uni_luebeck.isp.rltlconv.automata.B4 instances.
Represents bot in B4.
Represents top in B4.
Factory for de.uni_luebeck.isp.rltlconv.automata.BoolAnd instances.
Factory for de.uni_luebeck.isp.rltlconv.automata.BoolOr instances.
Represents bot in B3.
Factory for de.uni_luebeck.isp.rltlconv.automata.Mealy instances.
Factory for de.uni_luebeck.isp.rltlconv.automata.Moore instances.
Factory for de.uni_luebeck.isp.rltlconv.automata.Nba instances.
Factory for de.uni_luebeck.isp.rltlconv.automata.NbaSpecular instances.
Factory for de.uni_luebeck.isp.rltlconv.automata.Nfa instances.
Represents pbot in B4.
Represents ptop in B4.
Represents top in B3.
Represents ? in B3.
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