Package net.automatalib.modelchecking
Interface ModelCheckerLassoCache.MealyModelCheckerLassoCache<I,O,P>
-
- All Superinterfaces:
ModelChecker<I,MealyMachine<?,I,?,O>,P,Lasso.MealyLasso<I,O>>
,ModelChecker.MealyModelChecker<I,O,P,Lasso.MealyLasso<I,O>>
,ModelCheckerCache<I,MealyMachine<?,I,?,O>,P,Lasso.MealyLasso<I,O>>
,ModelCheckerCache.MealyModelCheckerCache<I,O,P,Lasso.MealyLasso<I,O>>
,ModelCheckerLasso<I,MealyMachine<?,I,?,O>,P,Lasso.MealyLasso<I,O>>
,ModelCheckerLasso.MealyModelCheckerLasso<I,O,P>
,ModelCheckerLassoCache<I,MealyMachine<?,I,?,O>,P,Lasso.MealyLasso<I,O>>
- All Known Implementing Classes:
SizeMealyModelCheckerLassoCache
public static interface ModelCheckerLassoCache.MealyModelCheckerLassoCache<I,O,P> extends ModelCheckerLassoCache<I,MealyMachine<?,I,?,O>,P,Lasso.MealyLasso<I,O>>, ModelCheckerCache.MealyModelCheckerCache<I,O,P,Lasso.MealyLasso<I,O>>, ModelCheckerLasso.MealyModelCheckerLasso<I,O,P>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.automatalib.modelchecking.ModelChecker
ModelChecker.DFAModelChecker<I,P,R>, ModelChecker.MealyModelChecker<I,O,P,R>
-
Nested classes/interfaces inherited from interface net.automatalib.modelchecking.ModelCheckerCache
ModelCheckerCache.DFAModelCheckerCache<I,P,R>, ModelCheckerCache.MealyModelCheckerCache<I,O,P,R>
-
Nested classes/interfaces inherited from interface net.automatalib.modelchecking.ModelCheckerLasso
ModelCheckerLasso.DFAModelCheckerLasso<I,P>, ModelCheckerLasso.MealyModelCheckerLasso<I,O,P>
-
Nested classes/interfaces inherited from interface net.automatalib.modelchecking.ModelCheckerLassoCache
ModelCheckerLassoCache.DFAModelCheckerLassoCache<I,P>, ModelCheckerLassoCache.MealyModelCheckerLassoCache<I,O,P>
-
-
Method Summary
-
Methods inherited from interface net.automatalib.modelchecking.ModelChecker
findCounterExample
-
Methods inherited from interface net.automatalib.modelchecking.ModelChecker.MealyModelChecker
getSkipOutputs, setSkipOutputs
-
Methods inherited from interface net.automatalib.modelchecking.ModelCheckerCache
clear
-
Methods inherited from interface net.automatalib.modelchecking.ModelCheckerLasso
computeUnfolds, getMinimumUnfolds, getMultiplier, setMinimumUnfolds, setMultiplier
-
-