Class MIOntologyManager
- java.lang.Object
-
- psidev.psi.tools.ontology_manager.OntologyManagerTemplate<MIOntologyTermI,MIOntologyAccess>
-
- psidev.psi.mi.jami.bridges.ontologymanager.MIOntologyManager
-
public class MIOntologyManager extends psidev.psi.tools.ontology_manager.OntologyManagerTemplate<MIOntologyTermI,MIOntologyAccess>
JAMI extension of the ontologyManager- Since:
01/11/11
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Constructor Summary
Constructors Constructor Description MIOntologyManager(InputStream configFile)
Constructor for MIOntologyManager.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MIOntologyAccess
findOntologyAccess(String sourceURI, String ontologyId, String ontologyName, String ontologyVersion, String format, String loaderClass)
-
-
-
Constructor Detail
-
MIOntologyManager
public MIOntologyManager(InputStream configFile) throws psidev.psi.tools.ontology_manager.impl.local.OntologyLoaderException
Constructor for MIOntologyManager.
- Parameters:
configFile
- aInputStream
object.- Throws:
psidev.psi.tools.ontology_manager.impl.local.OntologyLoaderException
- if any.
-
-
Method Detail
-
findOntologyAccess
protected MIOntologyAccess findOntologyAccess(String sourceURI, String ontologyId, String ontologyName, String ontologyVersion, String format, String loaderClass) throws ClassNotFoundException
- Specified by:
findOntologyAccess
in classpsidev.psi.tools.ontology_manager.OntologyManagerTemplate<MIOntologyTermI,MIOntologyAccess>
- Throws:
ClassNotFoundException
-
-