com.webmethods.caf.faces.data.export.atom
Class Synonyms
java.lang.Object
com.webmethods.caf.faces.data.export.atom.Synonyms
public class Synonyms
- extends Object
Atom element and attribute synonyms.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
map
public static Map map
Synonyms
public Synonyms()
findBestMatch
public static String findBestMatch(String term,
Collection options)
- Find the best match for specified term within the specified set of options.
- Parameters:
term
- Term for which to find the best synonym.options
- Set of options from which to find the best synonym.
- Returns:
- Option that best matches, or null if no good matches.