Module de.learnlib.api
Package de.learnlib.oracle
Interface EmptinessOracle<A extends Output<I,D>,I,D>
- Type Parameters:
A- the automaton typeI- the input typeD- the output type
- All Known Subinterfaces:
EmptinessOracle.DFAEmptinessOracle<I>,EmptinessOracle.MealyEmptinessOracle<I,,O> LassoEmptinessOracle<L,,I, D> LassoEmptinessOracle.DFALassoEmptinessOracle<I>,LassoEmptinessOracle.MealyLassoEmptinessOracle<I,O>
- All Known Implementing Classes:
AbstractBFEmptinessOracle,DFABFEmptinessOracle,DFALassoEmptinessOracleImpl,LassoEmptinessOracleImpl,MealyBFEmptinessOracle,MealyLassoEmptinessOracleImpl
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Decides whether the intersection of the language of a given hypothesis and some other language (e.g., from a
SUL) is empty. If the intersection is not empty it provides a counterexample, such that it is a word in the
intersection. More precisely an emptiness oracle decides whether L(H) ∩ L(SUL) = ∅.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionfindCounterExample(A hypothesis, Collection<? extends I> inputs) default boolean
-
Method Details
-
isCounterExample
-
findCounterExample
-