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 TypeClassDescriptionclass
A 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.sigMap
protected de.learnlib.sul.SUL
<List<Double>, IOSignalPiece<List<Double>>> NumericSULVerifier.simulink
protected de.learnlib.sul.SUL
<List<Double>, IOSignalPiece<List<Double>>> SimulinkRandomTester.simulink
Methods 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 TypeMethodDescriptiondouble
ExtendedSignalMapper.apply
(int index, IOSignalPiece<List<Double>> concreteSignal) double
SignalMapper.apply
(int index, IOSignalPiece<List<Double>> concreteSignal) double
SimpleSignalMapper.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)