Class SignalAdapter

java.lang.Object
net.maswag.falcaun.SignalAdapter
All Implemented Interfaces:
Mapper<String,String,List<Double>,IOSignalPiece<List<Double>>>, Mapper.SynchronousMapper<String,String,List<Double>,IOSignalPiece<List<Double>>>, SULMapper<String,String,List<Double>,IOSignalPiece<List<Double>>>, ComponentWiseSignalDiscretizer, SignalDiscretizer

public class SignalAdapter extends Object implements ComponentWiseSignalDiscretizer
I/O Mapper between abstract/concrete signals using InputMapper and OutputMapper.

This class implements the SULMapper interface to provide mapping between abstract string-based inputs/outputs and concrete signal-based inputs/outputs. It uses InputMapper and OutputMapper for the mapping operations.

Author:
Masaki Waga <masakiwaga@gmail.com>