Uses of Interface
net.maswag.falcaun.AdaptiveSTLUpdater
Packages that use AdaptiveSTLUpdater
-
Uses of AdaptiveSTLUpdater in net.maswag.falcaun
Classes in net.maswag.falcaun that implement AdaptiveSTLUpdaterModifier and TypeClassDescriptionclass
Abstract class for potentially adaptive set of STL formulasclass
Adaptive updater of STL/LTL formulasclass
List of STL/LTL formulas without update(package private) static class
Fields in net.maswag.falcaun declared as AdaptiveSTLUpdaterModifier and TypeFieldDescriptionprivate final AdaptiveSTLUpdater
<C> StopDisprovedEQOracle.ltlOracles
private final AdaptiveSTLUpdater
<I> BlackBoxVerifier.properties
Methods in net.maswag.falcaun that return AdaptiveSTLUpdaterConstructors in net.maswag.falcaun with parameters of type AdaptiveSTLUpdaterModifierConstructorDescriptionBlackBoxVerifier
(de.learnlib.oracle.MembershipOracle.MealyMembershipOracle<String, String> memOracle, de.learnlib.sul.SUL<String, String> verifiedSystem, AdaptiveSTLUpdater<I> properties, net.automatalib.alphabet.Alphabet<String> inputAlphabet) NumericSULVerifier
(NumericSUL rawSUL, double signalStep, AdaptiveSTLUpdater<List<Double>> properties, NumericSULMapper mapper) Constructor for SimulinkVerifier.SimulinkSULVerifier
(String initScript, List<String> paramName, double signalStep, double simulinkSimulationStep, AdaptiveSTLUpdater<List<Double>> properties, NumericSULMapper mapper) Constructor for SimulinkVerifier.(package private)
StopDisprovedEQOracle
(de.learnlib.oracle.EquivalenceOracle.MealyEquivalenceOracle<I, O> eqOracle, AdaptiveSTLUpdater<C> ltlOracles)