I - the input typepublic class LTSminMonitorDFA<I> extends AbstractLTSminMonitor<I,DFA<?,I>,DFA<?,I>> implements LTSminDFA<I,DFA<?,I>>
AbstractLTSmin.BuilderDefaultsModelChecker.DFAModelChecker<I,P,R>, ModelChecker.MealyModelChecker<I,O,P,R>REQUIRED_VERSIONLABEL_NAME, LABEL_VALUE| Constructor and Description |
|---|
LTSminMonitorDFA(boolean keepFiles,
Function<String,I> string2Input) |
| Modifier and Type | Method and Description |
|---|---|
DFA<?,I> |
findCounterExample(DFA<?,I> automaton,
Collection<? extends I> inputs,
String property)
Converts the FSM file to a
DFA. |
getExtraCommandLineOptions, getMinimumRequiredVersionfindCounterExampleFSM, getString2Input, isKeepFilesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitautomaton2ETF, dfa2ETFgetString2Input, isKeepFiles@Nullable public DFA<?,I> findCounterExample(DFA<?,I> automaton, Collection<? extends I> inputs, String property) throws ModelCheckingException
DFA.findCounterExample in interface ModelChecker<I,DFA<?,I>,String,DFA<?,I>>ModelCheckingExceptionModelChecker.findCounterExample(Object, Collection, Object)Copyright © 2019. All rights reserved.