Package de.learnlib.oracle.equivalence
Class DFADisproveFirstOracle<I>
- java.lang.Object
-
- de.learnlib.oracle.equivalence.DisproveFirstOracle<net.automatalib.automaton.fsa.DFA<?,I>,I,Boolean>
-
- de.learnlib.oracle.equivalence.DFADisproveFirstOracle<I>
-
- Type Parameters:
I- input symbol type
- All Implemented Interfaces:
BlackBoxOracle<net.automatalib.automaton.fsa.DFA<?,I>,I,Boolean>,BlackBoxOracle.DFABlackBoxOracle<I>,EquivalenceOracle<net.automatalib.automaton.fsa.DFA<?,I>,I,Boolean>,InclusionOracle<net.automatalib.automaton.fsa.DFA<?,I>,I,Boolean>
public class DFADisproveFirstOracle<I> extends DisproveFirstOracle<net.automatalib.automaton.fsa.DFA<?,I>,I,Boolean> implements BlackBoxOracle.DFABlackBoxOracle<I>
A type-specific refinement ofDisproveFirstOracle.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface de.learnlib.oracle.BlackBoxOracle
BlackBoxOracle.DFABlackBoxOracle<I extends Object>, BlackBoxOracle.MealyBlackBoxOracle<I extends Object,O extends Object>
-
Nested classes/interfaces inherited from interface de.learnlib.oracle.EquivalenceOracle
EquivalenceOracle.DFAEquivalenceOracle<I extends Object>, EquivalenceOracle.MealyEquivalenceOracle<I extends Object,O extends Object>, EquivalenceOracle.MooreEquivalenceOracle<I extends Object,O extends Object>
-
Nested classes/interfaces inherited from interface de.learnlib.oracle.InclusionOracle
InclusionOracle.DFAInclusionOracle<I extends Object>, InclusionOracle.MealyInclusionOracle<I extends Object,O extends Object>
-
-
Constructor Summary
Constructors Constructor Description DFADisproveFirstOracle()Delegates toDisproveFirstOracle().DFADisproveFirstOracle(PropertyOracle.DFAPropertyOracle<I,?> propertyOracle)Delegates toDisproveFirstOracle(PropertyOracle).DFADisproveFirstOracle(Collection<? extends PropertyOracle.DFAPropertyOracle<I,?>> propertyOracles)Delegates toDisproveFirstOracle(Collection).
-
Method Summary
-
Methods inherited from class de.learnlib.oracle.equivalence.DisproveFirstOracle
findCounterExample, getPropertyOracles
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.learnlib.oracle.BlackBoxOracle
getPropertyOracles
-
Methods inherited from interface de.learnlib.oracle.EquivalenceOracle
findCounterExample
-
Methods inherited from interface de.learnlib.oracle.InclusionOracle
isCounterExample
-
-
-
-
Constructor Detail
-
DFADisproveFirstOracle
public DFADisproveFirstOracle()
Delegates toDisproveFirstOracle().
-
DFADisproveFirstOracle
public DFADisproveFirstOracle(PropertyOracle.DFAPropertyOracle<I,?> propertyOracle)
Delegates toDisproveFirstOracle(PropertyOracle).- Parameters:
propertyOracle- maps to thepropertyOracleparameter of the delegate
-
DFADisproveFirstOracle
public DFADisproveFirstOracle(Collection<? extends PropertyOracle.DFAPropertyOracle<I,?>> propertyOracles)
Delegates toDisproveFirstOracle(Collection).- Parameters:
propertyOracles- maps to thepropertyOraclesparameter of the delegate
-
-