Uses of Class
net.maswag.falcaun.ValueWithTime
Packages that use ValueWithTime
Package
Description
FalCAuN - Falsification tool for Cyber-Physical Systems via Automata Learning.
-
Uses of ValueWithTime in net.maswag.falcaun
Fields in net.maswag.falcaun declared as ValueWithTimeModifier and TypeFieldDescription(package private) ValueWithTime<I>IOContinuousSignal.continuousOutputSignalMethods in net.maswag.falcaun that return ValueWithTimeModifier and TypeMethodDescriptionValueWithTime.range(double from, double to) Get the values in the given time range.ValueWithTime.range(double from, double to, boolean leftInclusive, boolean rightInclusive) Get the values in the given time range.Constructors 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) Constructor for the continuous signal.