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 TypeClassDescriptionclass
STLAtomic class.class
STLAtomic class.class
STLAtomic 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 class
Fields in net.maswag.falcaun with type parameters of type TemporalLogic.STLCostModifier and TypeFieldDescriptionprivate List
<TemporalLogic.STLCost> SimulinkRandomTester.cexProperty
private final List
<TemporalLogic.STLCost> SimulinkRandomTester.costFunc
Methods in net.maswag.falcaun that return TemporalLogic.STLCostModifier and TypeMethodDescriptionTemporalUntil.STLUntil.getLeft()
TemporalUntil.STLUntil.getRight()
TemporalEventually.STLEventually.getSubFml()
TemporalGlobally.STLGlobally.getSubFml()
private TemporalLogic.STLCost
STLVisitorImpl.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.STLCost
STLFactory.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 TypeMethodDescriptionvoid
NumericSULVerifier.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.STLCost
STLFactory.parseImpl
(String formula, STLVisitor<TemporalLogic.STLCost> visitor) private static void
FalCAuN.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)