Uses of Class
ConversionDictionary

Uses of ConversionDictionary in <Unnamed>
 

Methods in <Unnamed> that return ConversionDictionary
 ConversionDictionary DicSampleExtractor.getConvDict()
          get the masking dictionary generated from the document while traversing it
 ConversionDictionary DicExtractor.getConvDict()
          get the masking dictionary generated from the document while traversing it
static ConversionDictionary ConversionDictionary.read(java.io.File keyFile)
          read a dictionary from a file as generated by writeToFile()
static ConversionDictionary ConversionDictionary.readReverse(java.io.File keyFile)
          read a dictionary in reverse from a file as generated by writeToFile() dictionary is then in the correct format to be used for demasking
 

Methods in <Unnamed> with parameters of type ConversionDictionary
 void ReplaceMarker.setConvDict(ConversionDictionary theDict)
          specify a ConversionDictionary to be used for masking
 void Replacer.setConvDict(ConversionDictionary theDict)
          specify a ConversionDictionary to be used for masking
 void DicExtractor.setConvDict(ConversionDictionary aDict)
          hand over a masking dictionary to be extended while traversing the document