Uses of Interface
net.maswag.falcaun.TemporalLogic.STLCost
Packages that use TemporalLogic.STLCost
-
Uses of TemporalLogic.STLCost in net.maswag.falcaun
Classes in net.maswag.falcaun that implement TemporalLogic.STLCostModifier and TypeClassDescriptionclassSTLAtomic class.classSTLAtomic class.classSTLAtomic class.(package private) static class(package private) static class(package private) static class(package private) static class(package private) static class(package private) static class(package private) static class(package private) static class(package private) static class(package private) static classFields in net.maswag.falcaun with type parameters of type TemporalLogic.STLCostModifier and TypeFieldDescriptionprivate List<TemporalLogic.STLCost> SimulinkRandomTester.cexPropertyprivate final List<TemporalLogic.STLCost> SimulinkRandomTester.costFuncMethods in net.maswag.falcaun that return TemporalLogic.STLCostModifier and TypeMethodDescriptionTemporalUntil.STLUntil.getLeft()TemporalUntil.STLUntil.getRight()TemporalEventually.STLEventually.getSubFml()TemporalGlobally.STLGlobally.getSubFml()private TemporalLogic.STLCostSTLVisitorImpl.handleInterval(TemporalOp<List<Double>> subFml, STLParser.IntervalContext ctx) parse an STL formula without setting the mapperSTLFactory.parse(String stlFormula, List<Map<Character, Double>> inputMapper, List<Map<Character, Double>> outputMapper, List<Character> largest) parse an STL formula using mappersprivate static TemporalLogic.STLCostSTLFactory.parseImpl(String formula, STLVisitor<TemporalLogic.STLCost> visitor) STLVisitorImpl.visitAtomic(STLParser.AtomicContext ctx) Visit a parse tree produced bySTLParser.atomic().STLVisitorImpl.visitExpr(STLParser.ExprContext ctx) Visit a parse tree produced bySTLParser.expr().Methods in net.maswag.falcaun with parameters of type TemporalLogic.STLCostModifier and TypeMethodDescriptionvoidNumericSULVerifier.addHillClimbingEQOracle(TemporalLogic.STLCost costFunc, int length, Random random, int maxTests, int generationSize, int childrenSize, boolean resetWord) Method parameters in net.maswag.falcaun with type arguments of type TemporalLogic.STLCostModifier and TypeMethodDescriptionprivate static TemporalLogic.STLCostSTLFactory.parseImpl(String formula, STLVisitor<TemporalLogic.STLCost> visitor) private static voidFalCAuN.printEquivSetting(ArgParser argParser, List<TemporalLogic.STLCost> stl) Constructors in net.maswag.falcaun with parameters of type TemporalLogic.STLCostModifierConstructorDescription(package private)STLAnd(TemporalLogic.STLCost subFml1, TemporalLogic.STLCost subFml2) (package private)STLEventually(TemporalLogic.STLCost subFml) (package private)STLGlobally(TemporalLogic.STLCost subFml) (package private)STLImply(TemporalLogic.STLCost subFml1, TemporalLogic.STLCost subFml2) (package private)STLNext(TemporalLogic.STLCost subFml, boolean nullPositive) (package private)STLNot(TemporalLogic.STLCost subFml) (package private)STLOr(TemporalLogic.STLCost subFml1, TemporalLogic.STLCost subFml2) (package private)STLRelease(TemporalLogic.STLCost left, TemporalLogic.STLCost right) (package private)STLUntil(TemporalLogic.STLCost left, TemporalLogic.STLCost right)