Uses of Class
owltools.gaf.eco.EcoMapperFactory.OntologyMapperPair

Packages that use EcoMapperFactory.OntologyMapperPair
owltools.gaf.eco   
 

Uses of EcoMapperFactory.OntologyMapperPair in owltools.gaf.eco
 

Methods in owltools.gaf.eco that return EcoMapperFactory.OntologyMapperPair
static EcoMapperFactory.OntologyMapperPair<EcoMapper> EcoMapperFactory.createEcoMapper()
          Create an instance of a EcoMapper.
static EcoMapperFactory.OntologyMapperPair<EcoMapper> EcoMapperFactory.createEcoMapper(org.semanticweb.owlapi.model.OWLOntologyManager m)
          Create an instance of a EcoMapper.
static EcoMapperFactory.OntologyMapperPair<EcoMapper> EcoMapperFactory.createEcoMapper(ParserWrapper p)
          Create an instance of a EcoMapper.
static EcoMapperFactory.OntologyMapperPair<EcoMapper> EcoMapperFactory.createEcoMapper(ParserWrapper p, String location)
          Create an instance of a EcoMapper.
static EcoMapperFactory.OntologyMapperPair<TraversingEcoMapper> EcoMapperFactory.createTraversingEcoMapper()
          Create a TraversingEcoMapper instance using a new ParserWrapper to load ECO.
static EcoMapperFactory.OntologyMapperPair<TraversingEcoMapper> EcoMapperFactory.createTraversingEcoMapper(ParserWrapper p)
          Create a TraversingEcoMapper instance using the given ParserWrapper to load ECO.
static EcoMapperFactory.OntologyMapperPair<TraversingEcoMapper> EcoMapperFactory.createTraversingEcoMapper(ParserWrapper p, String location)
          Create a TraversingEcoMapper instance using the given ParserWrapper to load ECO from the given location.
 



Copyright © 2010-2014. All Rights Reserved.