Uses of Class
net.maswag.falcaun.ValueWithTime
Packages that use ValueWithTime
-
Uses of ValueWithTime in net.maswag.falcaun
Fields in net.maswag.falcaun declared as ValueWithTimeModifier and TypeFieldDescription(package private) ValueWithTime
<I> IOContinuousSignal.continuousOutputSignal
Methods in net.maswag.falcaun that return ValueWithTimeModifier and TypeMethodDescriptionExecute the Simulink model by feeding inputSignalSimulinkSUL.executeRaw
(net.automatalib.word.Word<List<Double>> inputSignal) Execute the Simulink model by feeding inputSignalValueWithTime.range
(double from, double to) Get the values in the given time range.Execute the Simulink model for one step by feeding inputSignalConstructors in net.maswag.falcaun with parameters of type ValueWithTimeModifierConstructorDescriptionExtendedIOSignalPiece
(I inputStep, ValueWithTime<I> outputSignal, Double from, Double to) Constructor for the first signal piece.IOContinuousSignal
(net.automatalib.word.Word<I> inputSignal, net.automatalib.word.Word<I> outputSignal, ValueWithTime<I> continuousOutputSignal, Double signalStep)