Uses of Class
net.maswag.falcaun.TemporalOp
Packages that use TemporalOp
-
Uses of TemporalOp in net.maswag.falcaun
Subclasses of TemporalOp in net.maswag.falcaunModifier and TypeClassDescriptionclassSTLEventually class.(package private) static class(package private) static classclassSTLGlobal class.(package private) static class(package private) static classFields in net.maswag.falcaun declared as TemporalOpMethods in net.maswag.falcaun with parameters of type TemporalOpModifier and TypeMethodDescriptionprivate TemporalLogic.LTLFormulaLTLVisitorImpl.handleInterval(TemporalOp<String> subFml, LTLParser.IntervalContext ctx) private TemporalLogic.STLCostSTLVisitorImpl.handleInterval(TemporalOp<List<Double>> subFml, STLParser.IntervalContext ctx) Constructors in net.maswag.falcaun with parameters of type TemporalOpModifierConstructorDescription(package private)LTLSub(TemporalOp<String> subFml, int from, int to) (package private)STLSub(TemporalOp<List<Double>> subFml, int from, int to) (package private)TemporalSub(TemporalOp<I> subFml, int from, int to)