Class OntologyTermUtils


  • public class OntologyTermUtils
    extends Object
    Utility class for OntologyTerm
    Since:
    05/07/13
    Version:
    $Id$
    Author:
    Marine Dumousseau (marine@ebi.ac.uk)
    • Constructor Detail

      • OntologyTermUtils

        public OntologyTermUtils()
    • Method Detail

      • isCvTermChildOf

        public static boolean isCvTermChildOf​(OntologyTerm term,
                                              String mi,
                                              String name)
        Method to check if a Cv term is a child of a term having the given mi and/or name
        Parameters:
        term - a OntologyTerm object.
        mi - a String object.
        name - a String object.
        Returns:
        true if the ontologTerm is a child of the specific term