Interface MIOntologyAccess
-
- All Superinterfaces:
psidev.psi.tools.ontology_manager.interfaces.OntologyAccessTemplate<MIOntologyTermI>
- All Known Implementing Classes:
AbstractMIOntologyAccess,MILocalOntology,MIOlsOntology
public interface MIOntologyAccess extends psidev.psi.tools.ontology_manager.interfaces.OntologyAccessTemplate<MIOntologyTermI>
Extension of OntologyAcessTemplate for jami- Since:
11/11/11
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDatabaseIdentifier()getDatabaseIdentifier.StringgetDatabaseName()getDatabaseName.PatterngetDatabaseRegexp()getDatabaseRegexp.StringgetOntologyID()getOntologyID.OntologyTermFetchergetOntologyTermFetcher()getOntologyTermFetcher.StringgetParentFromOtherOntology()getParentFromOtherOntology.Collection<MIOntologyTermI>getRootTerms()getRootTerms.-
Methods inherited from interface psidev.psi.tools.ontology_manager.interfaces.OntologyAccessTemplate
getAllChildren, getAllParents, getDirectChildren, getDirectParents, getTermForAccession, getValidTerms, isObsolete, isOntologyUpToDate, isUseTermSynonyms, loadOntology, setOntologyDirectory, setUseTermSynonyms
-
-
-
-
Method Detail
-
getDatabaseIdentifier
String getDatabaseIdentifier()
getDatabaseIdentifier.
- Returns:
- a
Stringobject.
-
getParentFromOtherOntology
String getParentFromOtherOntology()
getParentFromOtherOntology.
- Returns:
- a
Stringobject.
-
getRootTerms
Collection<MIOntologyTermI> getRootTerms()
getRootTerms.
- Returns:
- a
Collectionobject.
-
getOntologyTermFetcher
OntologyTermFetcher getOntologyTermFetcher()
getOntologyTermFetcher.
- Returns:
- a
OntologyTermFetcherobject.
-
-