Package net.automatalib.modelchecking
Interface Lasso.MealyLasso<I,O>
-
- Type Parameters:
I
- the input typeO
- the output type
- All Superinterfaces:
Automaton<Integer,I,Integer>
,DeterministicAutomaton<Integer,I,Integer>
,DeterministicOutputTS<Integer,I,Integer,O>
,DeterministicTransitionOutputTS<Integer,I,Integer,O>
,DeterministicTransitionSystem<Integer,I,Integer>
,DetOutputAutomaton<Integer,I,Integer,Word<O>>
,DetSuffixOutputAutomaton<Integer,I,Integer,Word<O>>
,FiniteRepresentation
,InputAlphabetHolder<I>
,Iterable<Integer>
,Lasso<I,Word<O>>
,MealyMachine<Integer,I,Integer,O>
,MealyTransitionSystem<Integer,I,Integer,O>
,Output<I,Word<O>>
,OutputAutomaton<Integer,I,Integer,Word<O>>
,SimpleAutomaton<Integer,I>
,SimpleDeterministicAutomaton<Integer,I>
,SimpleDTS<Integer,I>
,SimpleTS<Integer,I>
,SuffixOutput<I,Word<O>>
,TransitionOutput<Integer,O>
,TransitionOutputAutomaton<Integer,I,Integer,O>
,TransitionSystem<Integer,I,Integer>
,UniversalAutomaton<Integer,I,Integer,Void,O>
,UniversalDeterministicAutomaton<Integer,I,Integer,Void,O>
,UniversalDTS<Integer,I,Integer,Void,O>
,UniversalTransitionSystem<Integer,I,Integer,Void,O>
- All Known Implementing Classes:
MealyLassoImpl
public static interface Lasso.MealyLasso<I,O> extends Lasso<I,Word<O>>, MealyMachine<Integer,I,Integer,O>
A MealyLasso is a lasso forMealyMachine
s.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.automatalib.automaton.DeterministicAutomaton
DeterministicAutomaton.FullIntAbstraction<T>, DeterministicAutomaton.IntAbstraction<T>, DeterministicAutomaton.StateIntAbstraction<I,T>
-
Nested classes/interfaces inherited from interface net.automatalib.modelchecking.Lasso
Lasso.DFALasso<I>, Lasso.MealyLasso<I,O>
-
Nested classes/interfaces inherited from interface net.automatalib.automaton.transducer.MealyMachine
MealyMachine.MealyGraphView<S,I,T,O,A extends MealyMachine<S,I,T,O>>
-
Nested classes/interfaces inherited from interface net.automatalib.automaton.UniversalDeterministicAutomaton
UniversalDeterministicAutomaton.FullIntAbstraction<T,SP,TP>, UniversalDeterministicAutomaton.IntAbstraction<T,SP,TP>, UniversalDeterministicAutomaton.StateIntAbstraction<I,T,SP,TP>
-
-
Method Summary
-
Methods inherited from interface net.automatalib.ts.output.DeterministicOutputTS
trace
-
Methods inherited from interface net.automatalib.ts.output.DeterministicTransitionOutputTS
getOutput, trace
-
Methods inherited from interface net.automatalib.ts.DeterministicTransitionSystem
getSuccessor, getSuccessors, getTransition, getTransitions
-
Methods inherited from interface net.automatalib.automaton.concept.DetSuffixOutputAutomaton
computeOutput, computeSuffixOutput
-
Methods inherited from interface net.automatalib.automaton.concept.InputAlphabetHolder
getInputAlphabet
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Methods inherited from interface net.automatalib.modelchecking.Lasso
getAutomaton, getLoop, getLoopBeginIndices, getOutput, getPrefix, getUnfolds, getWord
-
Methods inherited from interface net.automatalib.automaton.transducer.MealyMachine
transitionGraphView
-
Methods inherited from interface net.automatalib.ts.output.MealyTransitionSystem
getStateProperty, getTransitionProperty
-
Methods inherited from interface net.automatalib.automaton.simple.SimpleAutomaton
createDynamicStateMapping, createStaticStateMapping, getStates, iterator, size, stateIDs
-
Methods inherited from interface net.automatalib.ts.simple.SimpleDTS
getInitialState, getInitialStates, getState, getStates, getSuccessor, getSuccessors, getSuccessors
-
Methods inherited from interface net.automatalib.ts.simple.SimpleTS
getSuccessors
-
Methods inherited from interface net.automatalib.automaton.concept.TransitionOutput
getTransitionOutput
-
Methods inherited from interface net.automatalib.automaton.transducer.TransitionOutputAutomaton
computeStateOutput
-
Methods inherited from interface net.automatalib.ts.TransitionSystem
getSuccessor, powersetView
-
Methods inherited from interface net.automatalib.automaton.UniversalDeterministicAutomaton
fullIntAbstraction, fullIntAbstraction, stateIntAbstraction
-
Methods inherited from interface net.automatalib.ts.UniversalDTS
getTransitionProperty
-
-