Uses of Interface
net.maswag.falcaun.SignalMapperVisitor
Packages that use SignalMapperVisitor
-
Uses of SignalMapperVisitor in net.maswag.falcaun
Classes in net.maswag.falcaun that implement SignalMapperVisitorModifier and TypeClassDescriptionclass
This class provides an empty implementation ofSignalMapperVisitor
, which can be extended to create a visitor which only needs to handle a subset of the available methods.class
STLVisitorImpl class.Methods in net.maswag.falcaun with parameters of type SignalMapperVisitorModifier and TypeMethodDescriptionprivate static Function
<IOSignalPiece<List<Double>>, Double> SimpleSignalMapper.parseSignalMapperImpl
(String line, SignalMapperVisitor<Function<IOSignalPiece<List<Double>>, Double>> visitor)