I - the input typeO - the output typepublic class LTSminMonitorAlternating<I,O> extends AbstractLTSminMonitorMealy<I,O> implements LTSminAlternating<I,O,MealyMachine<?,I,?,O>>
AbstractLTSmin.BuilderDefaultsModelChecker.DFAModelChecker<I,P,R>, ModelChecker.MealyModelChecker<I,O,P,R>REQUIRED_VERSION| Constructor and Description |
|---|
LTSminMonitorAlternating(boolean keepFiles,
Function<String,I> string2Input,
Function<String,O> string2Output,
Collection<? super O> skipOutputs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
requiresOriginalAutomaton()
Whether this model checker requires the original Mealy machine to read the Mealy machines from an FSM.
|
findCounterExample, getSkipOutputs, getString2Output, setSkipOutputsgetExtraCommandLineOptions, getMinimumRequiredVersionfindCounterExampleFSM, getString2Input, isKeepFilesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfsm2Mealy, mealy2ETFautomaton2ETF, getString2OutputgetSkipOutputs, setSkipOutputsgetString2Input, isKeepFilesfindCounterExamplepublic boolean requiresOriginalAutomaton()
LTSminAlternatingrequiresOriginalAutomaton in interface LTSminAlternating<I,O,MealyMachine<?,I,?,O>>true, because there could be undefined outputs in FSMs.FSM2MealyParserAlternatingCopyright © 2019. All rights reserved.