Uses of Class
net.maswag.falcaun.IOSignalPiece
Packages that use IOSignalPiece
-
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 TypeFieldDescriptionSimpleSignalMapper.sigMapprotected de.learnlib.sul.SUL<List<Double>, IOSignalPiece<List<Double>>> NumericSULVerifier.simulinkprotected de.learnlib.sul.SUL<List<Double>, IOSignalPiece<List<Double>>> SimulinkRandomTester.simulinkMethods in net.maswag.falcaun that return types with arguments of type IOSignalPieceModifier and TypeMethodDescriptionde.learnlib.sul.SUL<List<Double>, IOSignalPiece<List<Double>>> SimulinkSUL.fork()(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()IODiscreteSignal.stream()IOSignal.stream()Returns a stream of the signal.SignalMapperVisitorImpl.visitAtomic(SignalMapperParser.AtomicContext ctx) Visit a parse tree produced bySignalMapperParser.atomic().SignalMapperVisitorImpl.visitExpr(SignalMapperParser.ExprContext ctx) Visit a parse tree produced bySignalMapperParser.expr().Methods in net.maswag.falcaun with parameters of type IOSignalPieceModifier and TypeMethodDescriptiondoubleExtendedSignalMapper.apply(int index, IOSignalPiece<List<Double>> concreteSignal) doubleSignalMapper.apply(int index, IOSignalPiece<List<Double>> concreteSignal) doubleSimpleSignalMapper.apply(int index, IOSignalPiece<List<Double>> concreteSignal) NumericSULMapper.mapConcrete(IOSignalPiece<List<Double>> concreteIO) NumericSULMapper.mapOutput(IOSignalPiece<List<Double>> concreteIO) 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)