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>, BlackBoxOracle.MealyBlackBoxOracle<I,O>
-
Nested classes/interfaces inherited from interface de.learnlib.oracle.EquivalenceOracle
EquivalenceOracle.DFAEquivalenceOracle<I>, EquivalenceOracle.MealyEquivalenceOracle<I,O>, EquivalenceOracle.MooreEquivalenceOracle<I,O>
-
Nested classes/interfaces inherited from interface de.learnlib.oracle.InclusionOracle
InclusionOracle.DFAInclusionOracle<I>, InclusionOracle.MealyInclusionOracle<I,O>
-
-
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 thepropertyOracle
parameter of the delegate
-
DFADisproveFirstOracle
public DFADisproveFirstOracle(Collection<? extends PropertyOracle.DFAPropertyOracle<I,?>> propertyOracles)
Delegates toDisproveFirstOracle(Collection)
.- Parameters:
propertyOracles
- maps to thepropertyOracles
parameter of the delegate
-
-