Twease

Uses of Class
edu.cornell.med.icb.synonyms.entities.EmptySynonym

Packages that use EmptySynonym
edu.cornell.med.icb.synonyms.engine The engine classes for synonyms 
edu.cornell.med.icb.synonyms.entities The entity classes for synonyms 
 

Uses of EmptySynonym in edu.cornell.med.icb.synonyms.engine
 

Methods in edu.cornell.med.icb.synonyms.engine that return types with arguments of type EmptySynonym
 List<EmptySynonym> SynonymEngine.findEmptySynonyms(String dictionaryWord, String source, String appliesTo)
          Find a list of synonyms for a specific dinctionary word.
 List<EmptySynonym> SynonymEngine.findEmptySynonymsMultiSource(String dictionaryWord, String[] sources, String appliesTo)
          Find a list of synonyms for a specific dinctionary word.
 

Methods in edu.cornell.med.icb.synonyms.engine with parameters of type EmptySynonym
 void SynonymEngine.addEmptySynonym(EmptySynonym emptySynonym)
          Add a new empty synonym.
 boolean SynonymEngine.emptySynonymExists(EmptySynonym emptySynonym)
          Check if an emptySynonym has been persisted emptySynonym.
 int SynonymEngine.removeEmptySynonym(EmptySynonym emptySynonym)
          Remove the empty synonym as described here.
 

Uses of EmptySynonym in edu.cornell.med.icb.synonyms.entities
 

Methods in edu.cornell.med.icb.synonyms.entities with parameters of type EmptySynonym
 boolean EmptySynonym.isEquivalent(EmptySynonym emptySynonym)
          Returns true if this synonym and the suggested on are the same, ignoring the id and the import date.
 


Twease

Copyright © 2006-2007 Institute for Computational Biomedicine, All Rights Reserved.