Uses of Class
net.maswag.falcaun.InputMapper
Packages that use InputMapper
Package
Description
FalCAuN - Falsification tool for Cyber-Physical Systems via Automata Learning.
-
Uses of InputMapper in net.maswag.falcaun
Methods in net.maswag.falcaun that return InputMapperModifier and TypeMethodDescriptionstatic InputMapperInputMapper.fromMappings(List<Map<Character, Double>> mappings) Creates an InputMapper from an existing List<Map<Character, Double>>.static InputMapperCreates an InputMapper from a List<List<Double>>.static InputMapperInputMapper.makeWithCustomChars(List<List<Double>> data, char[] charList) Creates an InputMapper from a List<List<Double>> with custom starting characters.Constructors in net.maswag.falcaun with parameters of type InputMapperModifierConstructorDescriptionSignalAdapter(InputMapper inputMapper, OutputMapper outputMapper) Constructor for SignalAdapter without SignalMapper.