Package psidev.psi.mi.jami.utils
Class OntologyTermUtils
- java.lang.Object
-
- psidev.psi.mi.jami.utils.OntologyTermUtils
-
public class OntologyTermUtils extends Object
Utility class for OntologyTerm- Since:
05/07/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Constructor Summary
Constructors Constructor Description OntologyTermUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
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
- aOntologyTerm
object.mi
- aString
object.name
- aString
object.- Returns:
- true if the ontologTerm is a child of the specific term
-
-