Class StringMapper<CI>

    • Constructor Detail

      • StringMapper

        public StringMapper​(Alphabet<CI> alphabet)
    • Method Detail

      • mapInput

        public CI mapInput​(String abstractInput)
        Description copied from interface: Mapper
        Method that maps an abstract input to a corresponding concrete input.
        Specified by:
        mapInput in interface Mapper<String,​String,​CI,​Object>
        Parameters:
        abstractInput - the abstract input
        Returns:
        the concrete input
      • mapOutput

        public String mapOutput​(Object concreteOutput)
        Description copied from interface: Mapper
        Method that maps a concrete output to a corresponding abstract output.
        Specified by:
        mapOutput in interface Mapper<String,​String,​CI,​Object>
        Parameters:
        concreteOutput - the concrete output
        Returns:
        the abstract output