Uses of Class
net.maswag.falcaun.IOSignalPiece
Packages that use IOSignalPiece
Package
Description
FalCAuN - Falsification tool for Cyber-Physical Systems via Automata Learning.
FalCAuN parser package: STL/LTL formula parsing, signal mapping, and temporal logic utilities.
-
Uses of IOSignalPiece in net.maswag.falcaun
Subclasses of IOSignalPiece in net.maswag.falcaunModifier and TypeClassDescriptionclassA pair of input and output signals at one time step potentially with some previous output signals.Fields in net.maswag.falcaun with type parameters of type IOSignalPieceModifier and TypeFieldDescriptionprivate final SULMapper<List<Double>,IOSignalPiece<List<Double>>, List<Double>, IOSignalPiece<List<Double>>> PreComposedSignalDiscretizer.preMapperprivate final SULMapper<List<Double>,IOSignalPiece<List<Double>>, List<Double>, IOSignalPiece<List<Double>>> PreComposedSignalDiscretizer.preMapperSimpleSignalMapper.sigMapNumericSULVerifier.simulinkMethods in net.maswag.falcaun that return IOSignalPieceModifier and TypeMethodDescriptionSignalDeriver.mapOutput(IOSignalPiece<List<Double>> concreteIO) Maps a concrete IOSignalPiece to an IOSignalPiece with derived signals.Methods in net.maswag.falcaun that return types with arguments of type IOSignalPieceModifier and TypeMethodDescription(package private) static Function<IOSignalPiece<List<Double>>,Double> private static Function<IOSignalPiece<List<Double>>,Double> SimpleSignalMapper.parseSignalMapperImpl(String line, SignalMapperVisitor<Function<IOSignalPiece<List<Double>>, Double>> visitor) IOContinuousSignal.stream()Constructs a stream ofExtendedIOSignalPieceinstances that hold an input signal, an output signal, and the continuous output segment from after the previous input up to and including this input.IODiscreteSignal.stream()IOSignal.stream()Returns a stream of the signal.Methods in net.maswag.falcaun with parameters of type IOSignalPieceModifier and TypeMethodDescriptiondoubleExtendedSignalMapper.apply(int index, IOSignalPiece<List<Double>> concreteSignal) Applies the signal mapper to the specified index and concrete signal.doubleSignalMapper.apply(int index, IOSignalPiece<List<Double>> concreteSignal) Given concreteSignal, construct index-th signaldoubleSimpleSignalMapper.apply(int index, IOSignalPiece<List<Double>> concreteSignal) PostComposedSignalDiscretizer.mapConcrete(IOSignalPiece<List<Double>> concreteIO) Maps a concrete IOSignalPiece to a list of concrete output values.PreComposedSignalDiscretizer.mapConcrete(IOSignalPiece<List<Double>> concreteIO) Maps a concrete IOSignalPiece to a list of concrete output values.SignalDiscretizer.mapConcrete(IOSignalPiece<List<Double>> concreteIO) Maps a concrete IOSignalPiece to a list of concrete output values.NumericSULMapperWithSGA.mapOutput(IOSignalPiece<List<Double>> concreteIO) PostComposedSignalDiscretizer.mapOutput(IOSignalPiece<List<Double>> concreteIO) Maps a concrete IOSignalPiece to an abstract output string.PreComposedSignalDiscretizer.mapOutput(IOSignalPiece<List<Double>> concreteIO) Maps a concrete IOSignalPiece to an abstract output string.SignalAdapter.mapOutput(IOSignalPiece<List<Double>> concreteIO) SignalDeriver.mapOutput(IOSignalPiece<List<Double>> concreteIO) Maps a concrete IOSignalPiece to an IOSignalPiece with derived signals.SignalDiscretizer.mapOutput(IOSignalPiece<List<Double>> concreteIO) Maps a concrete IOSignalPiece to an abstract output string.Method parameters in net.maswag.falcaun with type arguments of type IOSignalPieceModifier and TypeMethodDescriptionprivate static Function<IOSignalPiece<List<Double>>,Double> SimpleSignalMapper.parseSignalMapperImpl(String line, SignalMapperVisitor<Function<IOSignalPiece<List<Double>>, Double>> visitor) default ComponentWiseSignalDiscretizerComponentWiseSignalDiscretizer.preCompose(@NonNull SULMapper<List<Double>, IOSignalPiece<List<Double>>, List<Double>, IOSignalPiece<List<Double>>> preMapper) SignalDiscretizer pre-composed with an SULMapper.default ComponentWiseSignalDiscretizerComponentWiseSignalDiscretizer.preCompose(@NonNull SULMapper<List<Double>, IOSignalPiece<List<Double>>, List<Double>, IOSignalPiece<List<Double>>> preMapper) SignalDiscretizer pre-composed with an SULMapper.Constructor parameters in net.maswag.falcaun with type arguments of type IOSignalPieceModifierConstructorDescriptionPreComposedSignalDiscretizer(@NonNull ComponentWiseSignalDiscretizer discretizer, @NonNull SULMapper<List<Double>, IOSignalPiece<List<Double>>, List<Double>, IOSignalPiece<List<Double>>> preMapper) Constructor for PreComposedSignalDiscretizer.PreComposedSignalDiscretizer(@NonNull ComponentWiseSignalDiscretizer discretizer, @NonNull SULMapper<List<Double>, IOSignalPiece<List<Double>>, List<Double>, IOSignalPiece<List<Double>>> preMapper) Constructor for PreComposedSignalDiscretizer. -
Uses of IOSignalPiece in net.maswag.falcaun.parser
Methods in net.maswag.falcaun.parser that return types with arguments of type IOSignalPieceModifier and TypeMethodDescriptionSignalMapperVisitorImpl.visitAtomic(SignalMapperParser.AtomicContext ctx) Visit a parse tree produced bySignalMapperParser.atomic().SignalMapperVisitorImpl.visitExpr(SignalMapperParser.ExprContext ctx) Visit a parse tree produced bySignalMapperParser.expr().