Uses of Class
de.unima.ki.mmatch.descriptions.Term

Packages that use Term
correspondenceComputations   
de.unima.ki.mmatch.descriptions   
de.unima.ki.mmatch.smeasures   
utility   
 

Uses of Term in correspondenceComputations
 

Methods in correspondenceComputations that return types with arguments of type Term
static java.util.HashMap<org.semanticweb.owl.model.OWLClass,Term> ComputationUtility.deleteHeadnoun(java.util.Set<org.semanticweb.owl.model.OWLClass> oldClasses, boolean[] delimiter)
          Delete the headnoun of all class names.
 

Methods in correspondenceComputations with parameters of type Term
static java.lang.String ComputationUtility.getReducedName(Term t, int i)
          Get the reduced name of a term, that means the string without the word at the i-th position.
static double ComputationUtility.getSimilarValue(Term t1, Term t2)
          Get the similarity value of two terms.
 

Uses of Term in de.unima.ki.mmatch.descriptions
 

Subclasses of Term in de.unima.ki.mmatch.descriptions
 class Text
           
 

Uses of Term in de.unima.ki.mmatch.smeasures
 

Methods in de.unima.ki.mmatch.smeasures with parameters of type Term
 java.lang.Double Measure.compare(Term t1, Term t2)
           
 java.lang.Double Measure.compareTerms(Term t1, Term t2, boolean normalized)
          This Method compares two terms and declares the similarity between them, based on the Levenshtein measure.
 

Uses of Term in utility
 

Methods in utility that return types with arguments of type Term
 java.util.HashMap<org.semanticweb.owl.model.OWLClass,Term> Ontology.getTermClasses()
           
 java.util.HashMap<org.semanticweb.owl.model.OWLDataProperty,Term> Ontology.getTermDatatypeProperties()
           
 java.util.HashMap<org.semanticweb.owl.model.OWLObjectProperty,Term> Ontology.getTermObjectProperties()