Uses of Interface
org.semanticweb.owl.model.OWLOntologyManager

Packages that use OWLOntologyManager
com.clarkparsia.explanation   
com.clarkparsia.explanation.util   
com.clarkparsia.modularity.locality   
de.uulm.ecs.ai.owl.krssparser   
de.uulm.ecs.ai.owl.krssrenderer   
org.coode.manchesterowlsyntax   
org.coode.obo.parser   
org.coode.owl.functionalparser   
org.coode.owl.functionalrenderer   
org.coode.owl.krssparser   
org.coode.owl.latex   
org.coode.owl.owlxmlparser   
org.coode.owl.rdf.model   
org.coode.owl.rdf.rdfxml   
org.coode.owl.rdf.renderer   
org.coode.owl.rdf.turtle   
org.coode.owl.rdfxml.parser   
org.coode.owlapi.owlxml.renderer   
org.coode.xml   
org.semanticweb.owl.apibinding   
org.semanticweb.owl.debugging   
org.semanticweb.owl.inference   
org.semanticweb.owl.io   
org.semanticweb.owl.metrics   
org.semanticweb.owl.model   
org.semanticweb.owl.profiles   
org.semanticweb.owl.util   
org.semanticweb.reasonerfactory.factpp   
org.semanticweb.reasonerfactory.pellet   
uk.ac.manchester.cs.owl   
uk.ac.manchester.cs.owl.inference.dig11   
uk.ac.manchester.cs.owl.mansyntaxrenderer   
uk.ac.manchester.cs.owl.modularity   
uk.ac.manchester.cs.owl.turtle.parser   
 

Uses of OWLOntologyManager in com.clarkparsia.explanation
 

Methods in com.clarkparsia.explanation that return OWLOntologyManager
 OWLOntologyManager SingleExplanationGeneratorImpl.getOntologyManager()
           
 OWLOntologyManager SingleExplanationGenerator.getOntologyManager()
          Get the ontology manager for this explanation generator.
 OWLOntologyManager HSTExplanationGenerator.getOntologyManager()
           
 

Constructors in com.clarkparsia.explanation with parameters of type OWLOntologyManager
BlackBoxExplanation(OWLOntologyManager manager)
           
DefaultExplanationGenerator(OWLOntologyManager man, OWLReasonerFactory reasonerFactory, OWLOntology ontology, ExplanationProgressMonitor progressMonitor)
           
DefaultExplanationGenerator(OWLOntologyManager man, OWLReasonerFactory reasonerFactory, OWLOntology ontology, OWLReasoner reasoner, ExplanationProgressMonitor progressMonitor)
           
SingleExplanationGeneratorImpl(OWLOntologyManager manager)
           
 

Uses of OWLOntologyManager in com.clarkparsia.explanation.util
 

Methods in com.clarkparsia.explanation.util with parameters of type OWLOntologyManager
static void OntologyUtils.addAxiom(OWLAxiom axiom, java.util.Set<OWLOntology> ontologies, OWLOntologyManager manager)
          Add the axiom to all the given ontologies.
static java.util.Set<OWLOntology> OntologyUtils.removeAxiom(OWLAxiom axiom, java.util.Set<OWLOntology> ontologies, OWLOntologyManager manager)
          Removes an axiom from all the given ontologies that contains the axiom and returns those ontologies.
 

Constructors in com.clarkparsia.explanation.util with parameters of type OWLOntologyManager
DefinitionTracker(OWLOntologyManager manager)
           
 

Uses of OWLOntologyManager in com.clarkparsia.modularity.locality
 

Constructors in com.clarkparsia.modularity.locality with parameters of type OWLOntologyManager
SemanticLocalityEvaluator(OWLOntologyManager man, OWLReasonerFactory reasonerFactory)
           
 

Uses of OWLOntologyManager in de.uulm.ecs.ai.owl.krssparser
 

Methods in de.uulm.ecs.ai.owl.krssparser with parameters of type OWLOntologyManager
 OWLParser KRSS2OWLParserFactory.createParser(OWLOntologyManager owlOntologyManager)
           
 

Uses of OWLOntologyManager in de.uulm.ecs.ai.owl.krssrenderer
 

Constructors in de.uulm.ecs.ai.owl.krssrenderer with parameters of type OWLOntologyManager
KRSS2OWLSyntaxRenderer(OWLOntologyManager owlOntologyManager)
           
 

Uses of OWLOntologyManager in org.coode.manchesterowlsyntax
 

Methods in org.coode.manchesterowlsyntax with parameters of type OWLOntologyManager
 OWLParser ManchesterOWLSyntaxParserFactory.createParser(OWLOntologyManager owlOntologyManager)
           
 void ManchesterOWLSyntaxEditorParser.parseOntology(OWLOntologyManager manager, OWLOntology ont)
           
 

Uses of OWLOntologyManager in org.coode.obo.parser
 

Methods in org.coode.obo.parser that return OWLOntologyManager
 OWLOntologyManager TagValueHandler.getOWLOntologyManager()
           
 OWLOntologyManager OBOConsumer.getOWLOntologyManager()
           
 OWLOntologyManager AbstractTagValueHandler.getOWLOntologyManager()
           
 

Methods in org.coode.obo.parser with parameters of type OWLOntologyManager
 OWLParser OBOParserFactory.createParser(OWLOntologyManager owlOntologyManager)
           
 

Constructors in org.coode.obo.parser with parameters of type OWLOntologyManager
OBOConsumer(OWLOntologyManager owlOntologyManager, OWLOntology ontology)
           
 

Uses of OWLOntologyManager in org.coode.owl.functionalparser
 

Methods in org.coode.owl.functionalparser with parameters of type OWLOntologyManager
 OWLParser OWLFunctionalSyntaxParserFactory.createParser(OWLOntologyManager owlOntologyManager)
           
 void OWLFunctionalSyntaxParser.setUp(OWLOntologyManager man, OWLOntology ontology)
           
 

Uses of OWLOntologyManager in org.coode.owl.functionalrenderer
 

Constructors in org.coode.owl.functionalrenderer with parameters of type OWLOntologyManager
OWLFunctionalSyntaxRenderer(OWLOntologyManager owlOntologyManager)
           
OWLObjectRenderer(OWLOntologyManager man, OWLOntology ontology, java.io.Writer writer)
           
 

Uses of OWLOntologyManager in org.coode.owl.krssparser
 

Methods in org.coode.owl.krssparser with parameters of type OWLOntologyManager
 OWLParser KRSSOWLParserFactory.createParser(OWLOntologyManager owlOntologyManager)
           
 

Uses of OWLOntologyManager in org.coode.owl.latex
 

Constructors in org.coode.owl.latex with parameters of type OWLOntologyManager
LatexRenderer(OWLOntologyManager owlOntologyManager)
           
 

Uses of OWLOntologyManager in org.coode.owl.owlxmlparser
 

Methods in org.coode.owl.owlxmlparser that return OWLOntologyManager
 OWLOntologyManager OWLXMLParserHandler.getOWLOntologyManager()
           
 

Methods in org.coode.owl.owlxmlparser with parameters of type OWLOntologyManager
 OWLParser OWLXMLParserFactory.createParser(OWLOntologyManager owlOntologyManager)
           
 

Constructors in org.coode.owl.owlxmlparser with parameters of type OWLOntologyManager
OWLXMLParserHandler(OWLOntologyManager owlOntologyManager, OWLOntology ontology)
          Creates an OWLXML handler.
OWLXMLParserHandler(OWLOntologyManager owlOntologyManager, OWLOntology ontology, OWLElementHandler topHandler)
          Creates an OWLXML handler with the specified top level handler.
 

Uses of OWLOntologyManager in org.coode.owl.rdf.model
 

Constructors in org.coode.owl.rdf.model with parameters of type OWLOntologyManager
AbstractTranslator(OWLOntologyManager manager, OWLOntology ontology)
           
RDFTranslator(OWLOntologyManager manager, OWLOntology ontology)
           
 

Uses of OWLOntologyManager in org.coode.owl.rdf.rdfxml
 

Constructors in org.coode.owl.rdf.rdfxml with parameters of type OWLOntologyManager
RDFXMLNamespaceManager(OWLOntologyManager man, OWLOntology ontology)
           
RDFXMLNamespaceManager(OWLOntologyManager man, OWLOntology ontology, OWLOntologyFormat format)
           
RDFXMLRenderer(OWLOntologyManager manager, OWLOntology ontology, java.io.Writer w)
           
RDFXMLRenderer(OWLOntologyManager manager, OWLOntology ontology, java.io.Writer w, OWLOntologyFormat format)
           
 

Uses of OWLOntologyManager in org.coode.owl.rdf.renderer
 

Constructors in org.coode.owl.rdf.renderer with parameters of type OWLOntologyManager
RDFRendererBase(OWLOntology ontology, OWLOntologyManager manager)
           
 

Uses of OWLOntologyManager in org.coode.owl.rdf.turtle
 

Constructors in org.coode.owl.rdf.turtle with parameters of type OWLOntologyManager
TurtleRenderer(OWLOntology ontology, OWLOntologyManager manager, java.io.Writer writer)
           
 

Uses of OWLOntologyManager in org.coode.owl.rdfxml.parser
 

Methods in org.coode.owl.rdfxml.parser that return OWLOntologyManager
 OWLOntologyManager OWLRDFConsumer.getOWLOntologyManager()
           
 

Methods in org.coode.owl.rdfxml.parser with parameters of type OWLOntologyManager
 OWLParser RDFXMLParserFactory.createParser(OWLOntologyManager owlOntologyManager)
           
 void RDFXMLParser.setOWLOntologyManager(OWLOntologyManager owlOntologyManager)
           
 

Constructors in org.coode.owl.rdfxml.parser with parameters of type OWLOntologyManager
OWLRDFConsumer(OWLOntologyManager owlOntologyManager, OWLOntology ontology, AnonymousNodeChecker checker)
           
 

Uses of OWLOntologyManager in org.coode.owlapi.owlxml.renderer
 

Constructors in org.coode.owlapi.owlxml.renderer with parameters of type OWLOntologyManager
OWLXMLRenderer(OWLOntologyManager owlOntologyManager)
           
 

Uses of OWLOntologyManager in org.coode.xml
 

Constructors in org.coode.xml with parameters of type OWLOntologyManager
OWLOntologyNamespaceManager(OWLOntologyManager man, OWLOntology ontology)
           
OWLOntologyNamespaceManager(OWLOntologyManager man, OWLOntology ontology, OWLOntologyFormat format)
           
 

Uses of OWLOntologyManager in org.semanticweb.owl.apibinding
 

Methods in org.semanticweb.owl.apibinding that return OWLOntologyManager
static OWLOntologyManager OWLManager.createOWLOntologyManager()
          Creates an OWL ontology manager that is configured with standard parsers, storeres etc.
static OWLOntologyManager OWLManager.createOWLOntologyManager(OWLDataFactory dataFactory)
          Creates an OWL ontology manager that is configured with standard parsers, storeres etc.
 

Uses of OWLOntologyManager in org.semanticweb.owl.debugging
 

Methods in org.semanticweb.owl.debugging that return OWLOntologyManager
 OWLOntologyManager AbstractOWLDebugger.getOWLOntologyManager()
           
 

Constructors in org.semanticweb.owl.debugging with parameters of type OWLOntologyManager
BlackBoxOWLDebugger(OWLOntologyManager owlOntologyManager, OWLOntology ontology, OWLSatisfiabilityChecker reasoner)
           
 

Uses of OWLOntologyManager in org.semanticweb.owl.inference
 

Methods in org.semanticweb.owl.inference with parameters of type OWLOntologyManager
 OWLReasoner OWLReasonerFactory.createReasoner(OWLOntologyManager manager)
          Creates a reasoner that uses the specified manager.
 OWLReasoner NullReasonerFactory.createReasoner(OWLOntologyManager manager)
           
 

Constructors in org.semanticweb.owl.inference with parameters of type OWLOntologyManager
MonitorableOWLReasonerAdapter(OWLOntologyManager manager)
           
OWLReasonerManagerImpl(OWLOntologyManager man)
           
 

Uses of OWLOntologyManager in org.semanticweb.owl.io
 

Methods in org.semanticweb.owl.io that return OWLOntologyManager
 OWLOntologyManager AbstractOWLParser.getOWLOntologyManager()
           
 

Methods in org.semanticweb.owl.io with parameters of type OWLOntologyManager
 OWLParser OWLParserFactory.createParser(OWLOntologyManager owlOntologyManager)
           
 void OWLRenderer.setOWLOntologyManager(OWLOntologyManager owlOntologyManager)
           
 void OWLParser.setOWLOntologyManager(OWLOntologyManager owlOntologyManager)
          Sets the OWLOntologyManager which should be used to load imports etc.
 void AbstractOWLRenderer.setOWLOntologyManager(OWLOntologyManager owlOntologyManager)
           
 void AbstractOWLParser.setOWLOntologyManager(OWLOntologyManager owlOntologyManager)
           
 

Uses of OWLOntologyManager in org.semanticweb.owl.metrics
 

Methods in org.semanticweb.owl.metrics that return OWLOntologyManager
 OWLOntologyManager OWLMetric.getManager()
          Gets the ontology manager which, amongst other things can be used to obtain the imports closure of the current ontology.
 OWLOntologyManager AbstractOWLMetric.getManager()
           
 

Methods in org.semanticweb.owl.metrics with parameters of type OWLOntologyManager
static java.util.Set<OWLMetric> AxiomTypeCountMetricFactory.createMetrics(OWLOntologyManager manager)
           
 

Constructors in org.semanticweb.owl.metrics with parameters of type OWLOntologyManager
AbstractOWLMetric(OWLOntologyManager owlOntologyManager)
           
AverageAssertedNamedSuperclassCount(OWLOntologyManager owlOntologyManager)
           
AxiomCount(OWLOntologyManager owlOntologyManager)
           
AxiomCountMetric(OWLOntologyManager owlOntologyManager)
           
AxiomTypeMetric(OWLOntologyManager owlOntologyManager, AxiomType axiomType)
           
DLExpressivity(OWLOntologyManager owlOntologyManager)
           
DoubleValuedMetric(OWLOntologyManager owlOntologyManager)
           
GCICount(OWLOntologyManager owlOntologyManager)
           
HiddenGCICount(OWLOntologyManager owlOntologyManager)
           
ImportClosureSize(OWLOntologyManager owlOntologyManager)
           
LogicalAxiomCount(OWLOntologyManager owlOntologyManager)
           
MaximumNumberOfNamedSuperclasses(OWLOntologyManager owlOntologyManager)
           
NumberOfClassesWithMultipleInheritance(OWLOntologyManager owlOntologyManager)
           
ObjectCountMetric(OWLOntologyManager owlOntologyManager)
           
ReferencedClassCount(OWLOntologyManager owlOntologyManager)
           
ReferencedDataPropertyCount(OWLOntologyManager owlOntologyManager)
           
ReferencedIndividualCount(OWLOntologyManager owlOntologyManager)
           
ReferencedObjectPropertyCount(OWLOntologyManager owlOntologyManager)
           
UnsatisfiableClassCountMetric(OWLReasoner reasoner, OWLOntologyManager owlOntologyManager)
           
 

Uses of OWLOntologyManager in org.semanticweb.owl.model
 

Methods in org.semanticweb.owl.model with parameters of type OWLOntologyManager
 java.util.Set<OWLOntology> OWLOntology.getImports(OWLOntologyManager ontologyManager)
          Gets the OWLOntology instances that this ontology imports.
 void OWLOntologyFactory.setOWLOntologyManager(OWLOntologyManager owlOntologyManager)
           
 void OWLOntologyStorer.storeOntology(OWLOntologyManager manager, OWLOntology ontology, OWLOntologyOutputTarget target, OWLOntologyFormat format)
          Stores an ontology to the specified target.
 void OWLOntologyStorer.storeOntology(OWLOntologyManager manager, OWLOntology ontology, java.net.URI physicalURI, OWLOntologyFormat ontologyFormat)
          Stores an ontology at the specified physical URI in the specified format.
 

Uses of OWLOntologyManager in org.semanticweb.owl.profiles
 

Methods in org.semanticweb.owl.profiles with parameters of type OWLOntologyManager
 OWLProfileReport OWLProfile.checkOntology(OWLOntology ontology, OWLOntologyManager manager)
          Checks an ontology and its import closure to see if it is within this profile.
 OWLProfileReport OWLDLProfile.checkOntology(OWLOntology ontology, OWLOntologyManager manager)
           
 OWLProfileReport OWL2Profile.checkOntology(OWLOntology ontology, OWLOntologyManager manager)
           
 OWLProfileReport ELPlusPlusProfile.checkOntology(OWLOntology ontology, OWLOntologyManager manager)
           
 

Uses of OWLOntologyManager in org.semanticweb.owl.util
 

Methods in org.semanticweb.owl.util with parameters of type OWLOntologyManager
 java.util.Set<A> InferredEntityAxiomGenerator.createAxioms(OWLOntologyManager manager, OWLReasoner reasoner)
           
 java.util.Set<A> InferredAxiomGenerator.createAxioms(OWLOntologyManager manager, OWLReasoner reasoner)
           
 OWLOntology OWLOntologyMerger.createMergedOntology(OWLOntologyManager ontologyManager, java.net.URI ontologyURI)
           
 void InferredOntologyGenerator.fillOntology(OWLOntologyManager manager, OWLOntology ontology)
          Adds 'inferred axioms' to an ontology using the generators that have been registered with this InferredAxiomGenerator
 void AbstractOWLOntologyStorer.storeOntology(OWLOntologyManager manager, OWLOntology ontology, OWLOntologyOutputTarget target, OWLOntologyFormat format)
           
 void AbstractOWLOntologyStorer.storeOntology(OWLOntologyManager manager, OWLOntology ontology, java.net.URI physicalURI, OWLOntologyFormat ontologyFormat)
           
 

Constructors in org.semanticweb.owl.util with parameters of type OWLOntologyManager
BidirectionalShortFormProviderAdapter(OWLOntologyManager man, java.util.Set<OWLOntology> ontologies, ShortFormProvider shortFormProvider)
          Creates a BidirectionalShortFormProvider that maps between the entities that are referenced in the specified ontologies and the shortforms of these entities.
ImportsStructureEntitySorter(OWLOntology ontology, OWLOntologyManager manager)
           
ImportsStructureObjectSorter(OWLOntology ontology, OWLOntologyManager manager, ImportsStructureObjectSorter.ObjectSelector<O> objectSelector)
          Creates a sorter for the specified ontology, whose imports closure is obtained with the specified manager, and for each ontology whose objects are selected using the specified object selector.
OWLEntityRemover(OWLOntologyManager owlOntologyManager, java.util.Set<OWLOntology> ontologies)
          Creates an entity remover, which will remove entities (axioms referring to the entities from the specified ontologies).
OWLEntityRenamer(OWLOntologyManager owlOntologyManager, java.util.Set<OWLOntology> ontologies)
           
OWLEntityURIConverter(OWLOntologyManager manager, java.util.Set<OWLOntology> ontologies, OWLEntityURIConverterStrategy strategy)
          Creates a converter that will convert the URIs of entities in the specified ontologies using the specified conversion strategy.
OWLObjectPropertyManager(OWLOntologyManager manager, OWLOntology ont)
           
OWLOntologyImportsClosureSetProvider(OWLOntologyManager manager, OWLOntology rootOntology)
          Constructs an OWLOntologySetProvider which provides a set containing the imports closure of a given ontology.
OWLOntologyURIChanger(OWLOntologyManager owlOntologyManager)
           
ShortForm2AnnotationGenerator(OWLOntologyManager ontologyManager, OWLOntology ontology, ShortFormProvider shortFormProvider, java.net.URI annotationURI)
           
ShortForm2AnnotationGenerator(OWLOntologyManager ontologyManager, OWLOntology ontology, ShortFormProvider shortFormProvider, java.net.URI annotationURI, java.lang.String languageTag)
           
ToldClassHierarchyReasoner(OWLOntologyManager owlOntologyManager)
           
 

Uses of OWLOntologyManager in org.semanticweb.reasonerfactory.factpp
 

Methods in org.semanticweb.reasonerfactory.factpp with parameters of type OWLOntologyManager
 OWLReasoner FaCTPlusPlusReasonerFactory.createReasoner(OWLOntologyManager manager)
           
 

Uses of OWLOntologyManager in org.semanticweb.reasonerfactory.pellet
 

Methods in org.semanticweb.reasonerfactory.pellet with parameters of type OWLOntologyManager
 OWLReasoner PelletReasonerFactory.createReasoner(OWLOntologyManager manager)
          Creates an instance of the pellet reasoner.
 

Uses of OWLOntologyManager in uk.ac.manchester.cs.owl
 

Classes in uk.ac.manchester.cs.owl that implement OWLOntologyManager
 class OWLOntologyManagerImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 27-Oct-2006

 

Methods in uk.ac.manchester.cs.owl that return OWLOntologyManager
 OWLOntologyManager AbstractInMemOWLOntologyFactory.getOWLOntologyManager()
           
 

Methods in uk.ac.manchester.cs.owl with parameters of type OWLOntologyManager
 java.util.Set<OWLOntology> OWLOntologyImpl.getImports(OWLOntologyManager ontologyManager)
           
 void ParsableOWLOntologyFactory.setOWLOntologyManager(OWLOntologyManager owlOntologyManager)
           
 void AbstractInMemOWLOntologyFactory.setOWLOntologyManager(OWLOntologyManager owlOntologyManager)
           
 

Uses of OWLOntologyManager in uk.ac.manchester.cs.owl.inference.dig11
 

Constructors in uk.ac.manchester.cs.owl.inference.dig11 with parameters of type OWLOntologyManager
DIGReasoner(OWLOntologyManager owlOntologyManager)
          Creates a reasoner that is backed by a DIG server.
DIGRenderer(OWLOntologyManager manager, org.w3c.dom.Document document, org.w3c.dom.Element node)
           
DIGTranslatorImpl(OWLOntologyManager manager)
           
HTTPReasonerImpl(OWLOntologyManager manager)
           
 

Uses of OWLOntologyManager in uk.ac.manchester.cs.owl.mansyntaxrenderer
 

Constructors in uk.ac.manchester.cs.owl.mansyntaxrenderer with parameters of type OWLOntologyManager
ManchesterOWLSyntaxFrameRenderer(OWLOntologyManager owlOntologyManager, OWLOntology ontology, java.io.Writer writer)
           
ManchesterOWLSyntaxRenderer(OWLOntologyManager owlOntologyManager)
           
 

Uses of OWLOntologyManager in uk.ac.manchester.cs.owl.modularity
 

Constructors in uk.ac.manchester.cs.owl.modularity with parameters of type OWLOntologyManager
SyntacticLocalityModuleExtractor(OWLOntologyManager man, OWLOntology ont, ModuleType moduleType)
          Creates a new module extractor for a given ontology, its manager, and a specified type of locality.
 

Uses of OWLOntologyManager in uk.ac.manchester.cs.owl.turtle.parser
 

Methods in uk.ac.manchester.cs.owl.turtle.parser with parameters of type OWLOntologyManager
 OWLParser TurtleOntologyParserFactory.createParser(OWLOntologyManager owlOntologyManager)
           
 

Constructors in uk.ac.manchester.cs.owl.turtle.parser with parameters of type OWLOntologyManager
OWLRDFConsumerAdapter(OWLOntologyManager owlOntologyManager, OWLOntology ontology, AnonymousNodeChecker checker)