info.informatica.text.mapper
Class LeftMountMapper

java.lang.Object
  extended by info.informatica.text.mapper.SingleTextMapper
      extended by info.informatica.text.mapper.LeftMountMapper
All Implemented Interfaces:
TextMapper

public class LeftMountMapper
extends SingleTextMapper

Version:
1.02
Author:
amengual at informatica dot info

Constructor Summary
LeftMountMapper()
           
 
Method Summary
 String map(String canon, String unmatch)
          Maps arg to another String and returns it.
 
Methods inherited from class info.informatica.text.mapper.SingleTextMapper
addMapping, init, init, map, map
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LeftMountMapper

public LeftMountMapper()
Method Detail

map

public String map(String canon,
                  String unmatch)
Description copied from interface: TextMapper
Maps arg to another String and returns it.

Specified by:
map in interface TextMapper
Specified by:
map in class SingleTextMapper
Parameters:
canon - the String to be mapped
unmatch - the String to be returned if the argument does not match any mapping.
Returns:
the String in the "Range Set" resulting from the map, or unmatch if arg was not contained in the Domain Set, and the mapper therefore did not know how to map.