Package net.maswag.falcaun
Interface ContinuousNumericSUL
- All Superinterfaces:
AutoCloseable
,NumericSUL
,de.learnlib.sul.SUL<List<Double>,
IOSignalPiece<List<Double>>>
- All Known Implementing Classes:
SimulinkSUL
Continuous-time systems under learning with numerical I/O.
-
Method Summary
Methods inherited from interface java.lang.AutoCloseable
close
Methods inherited from interface net.maswag.falcaun.NumericSUL
clear, getCounter, getSimulationTimeSecond, post, pre
Methods inherited from interface de.learnlib.sul.SUL
canFork, fork
-
Method Details
-
step
Execute the SUL by feeding single step input.- Specified by:
step
in interfacede.learnlib.sul.SUL<List<Double>,
IOSignalPiece<List<Double>>> - Parameters:
inputSignal
- the input signal at one time step- Returns:
- the output signal at one time step with the previous output signals
-
execute
IOContinuousSignal<List<Double>> execute(net.automatalib.word.Word<List<Double>> inputSignal) throws InterruptedException, ExecutionException Description copied from interface:NumericSUL
Execute the SUL by feeding the entire input- Specified by:
execute
in interfaceNumericSUL
- Throws:
InterruptedException
ExecutionException
-