| Package | Description |
|---|---|
| com.clarkparsia.owlapi.explanation |
Explanation package
|
| com.clarkparsia.owlapi.explanation.util |
Explanation utils
|
| com.clarkparsia.owlapi.modularity.locality |
Locality package
|
| org.obolibrary.macro | |
| org.obolibrary.obo2owl | |
| org.semanticweb.owlapi.apibinding |
Guice modules and binding package
|
| org.semanticweb.owlapi.change |
Ontology change classes.
|
| org.semanticweb.owlapi.debugging |
Debugging package
|
| org.semanticweb.owlapi.metrics |
Metrics package
|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.rdf.model |
RDF model package
|
| org.semanticweb.owlapi.rdf.rdfxml.parser | |
| org.semanticweb.owlapi.util |
Utilities package
|
| uk.ac.manchester.cs.owl.explanation.ordering |
Explanation ordering package
|
| uk.ac.manchester.cs.owl.owlapi |
OWL API reference implementation package
|
| uk.ac.manchester.cs.owl.owlapi.concurrent | |
| uk.ac.manchester.cs.owlapi.modularity |
Modularity package
|
| Modifier and Type | Method and Description |
|---|---|
OWLOntologyManager |
SingleExplanationGeneratorImpl.getOntologyManager() |
OWLOntologyManager |
SingleExplanationGenerator.getOntologyManager()
Gets the ontology manager.
|
OWLOntologyManager |
HSTExplanationGenerator.getOntologyManager() |
| Constructor and Description |
|---|
DefaultExplanationGenerator(OWLOntologyManager man,
OWLReasonerFactory reasonerFactory,
OWLOntology ontology,
ExplanationProgressMonitor progressMonitor)
Instantiates a new default explanation generator.
|
DefaultExplanationGenerator(OWLOntologyManager man,
OWLReasonerFactory reasonerFactory,
OWLOntology ontology,
OWLReasoner reasoner,
ExplanationProgressMonitor progressMonitor)
Instantiates a new default explanation generator.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
OntologyUtils.addAxiom(OWLAxiom axiom,
Set<OWLOntology> ontologies,
OWLOntologyManager manager)
Add the axiom to all the given ontologies.
|
static Set<OWLOntology> |
OntologyUtils.removeAxiom(OWLAxiom axiom,
Set<OWLOntology> ontologies,
OWLOntologyManager manager)
Removes an axiom from all the given ontologies that contains the axiom
and returns those ontologies.
|
| Constructor and Description |
|---|
SemanticLocalityEvaluator(OWLOntologyManager man,
OWLReasonerFactory reasonerFactory)
Instantiates a new semantic locality evaluator.
|
| Constructor and Description |
|---|
MacroExpansionGCIVisitor(OWLOntologyManager outputManager,
OWLOntology inputOntology,
boolean shouldAddExpansionMarker) |
MacroExpansionGCIVisitor(OWLOntology inputOntology,
OWLOntologyManager outputManager,
boolean preserveAnnotationsWhenExpanding) |
| Modifier and Type | Method and Description |
|---|---|
OWLOntologyManager |
OWLAPIOwl2Obo.getManager()
Gets the manager.
|
OWLOntologyManager |
OWLAPIObo2Owl.getManager()
Gets the manager.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
OWLAPIObo2Owl.convertURL(String iri,
String outFile,
OWLOntologyManager manager)
Static convenience method which: (1) creates an Obo2Owl bridge object (2)
parses an obo file from a URL (3) converts that to an OWL ontology (4)
saves the OWL ontology as RDF/XML.
|
static void |
OWLAPIObo2Owl.convertURL(String iri,
String outFile,
String defaultOnt,
OWLOntologyManager manager)
See.
|
void |
OWLAPIOwl2Obo.setManager(OWLOntologyManager manager)
Sets the manager.
|
void |
OWLAPIObo2Owl.setManager(OWLOntologyManager manager)
Sets the manager.
|
static String |
OwlStringTools.translate(Set<OWLAxiom> axioms,
OWLOntologyManager translationManager)
Create a string for the given set of axioms.
|
static Set<OWLAxiom> |
OwlStringTools.translate(String axioms,
OWLOntologyManager translationManager)
Parse the axioms from the given axiom string.
|
| Constructor and Description |
|---|
OWLAPIObo2Owl(OWLOntologyManager manager)
Instantiates a new oWLAPI obo2 owl.
|
OWLAPIOwl2Obo(OWLOntologyManager translationManager)
Instantiates a new oWLAPI owl2 obo.
|
| Modifier and Type | Method and Description |
|---|---|
static OWLOntologyManager |
OWLManager.createConcurrentOWLOntologyManager()
Creates an OWL ontology manager that is configured with the standard parsers and storers and provides
locking for concurrent access.
|
static OWLOntologyManager |
OWLManager.createOWLOntologyManager()
Creates an OWL ontology manager that is configured with standard parsers,
storeres etc.
|
OWLOntologyManager |
OWLManager.get() |
| Modifier and Type | Method and Description |
|---|---|
static OWLOntology |
OWLFunctionalSyntaxFactory.Ontology(OWLOntologyManager man,
OWLAxiom... axioms) |
| Modifier and Type | Method and Description |
|---|---|
OWLOntologyChange |
OWLOntologyChangeRecord.createOntologyChange(OWLOntologyManager manager)
Creates an
OWLOntologyChange from the OWLOntologyID and
OWLOntologyChangeData associated with this
OWLOntologyChangeRecord object. |
| Constructor and Description |
|---|
ShortForm2AnnotationGenerator(OWLDataFactory df,
OWLOntologyManager ontologyManager,
OWLOntology ontology,
ShortFormProvider shortFormProvider,
IRI annotationIRI)
Instantiates a new short form2 annotation generator.
|
ShortForm2AnnotationGenerator(OWLDataFactory df,
OWLOntologyManager ontologyManager,
OWLOntology ontology,
ShortFormProvider shortFormProvider,
IRI annotationIRI,
String languageTag)
Instantiates a new short form2 annotation generator.
|
| Constructor and Description |
|---|
BlackBoxOWLDebugger(OWLOntologyManager owlOntologyManager,
OWLOntology ontology,
OWLReasonerFactory reasonerFactory)
Instantiates a new black box owl debugger.
|
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
OWLOntologyManager |
OWLOntologyManagerFactory.get()
Creates a new ontology manager.
|
OWLOntologyManager |
OWLOntology.getOWLOntologyManager()
Gets the manager that manages this ontology.
|
| Modifier and Type | Method and Description |
|---|---|
OWLOntology |
OWLOntologyBuilder.createOWLOntology(OWLOntologyManager manager,
OWLOntologyID ontologyID) |
OWLOntology |
OWLOntologyFactory.createOWLOntology(OWLOntologyManager manager,
OWLOntologyID ontologyID,
IRI documentIRI,
OWLOntologyFactory.OWLOntologyCreationHandler handler)
Creates an (empty) ontology.
|
OWLOntology |
OWLOntologyFactory.loadOWLOntology(OWLOntologyManager manager,
OWLOntologyDocumentSource documentSource,
OWLOntologyFactory.OWLOntologyCreationHandler handler,
OWLOntologyLoaderConfiguration configuration)
Creates and loads an
OWLOntology. |
void |
OWLOntology.setOWLOntologyManager(OWLOntologyManager manager)
Sets the manager for this ontology.
|
| Constructor and Description |
|---|
AbstractTranslator(OWLOntologyManager manager,
OWLOntology ontology,
boolean useStrongTyping,
IndividualAppearance multiple) |
RDFTranslator(OWLOntologyManager manager,
OWLOntology ontology,
boolean useStrongTyping,
IndividualAppearance occurrences) |
| Modifier and Type | Method and Description |
|---|---|
OWLOntologyManager |
OWLRDFConsumer.getOWLOntologyManager()
Gets the oWL ontology manager.
|
| Modifier and Type | Method and Description |
|---|---|
OWLOntology |
OWLOntologyMerger.createMergedOntology(OWLOntologyManager ontologyManager,
IRI ontologyIRI) |
void |
SimpleRenderer.setPrefixesFromOntologyFormat(OWLOntology ontology,
OWLOntologyManager manager,
boolean processImportedOntologies)
Resets the short form provider and adds prefix name to prefix mappings
based on the specified ontology's format (if it is a prefix format) and
possibly the ontologies in the imports closure.
|
| Constructor and Description |
|---|
BidirectionalShortFormProviderAdapter(OWLOntologyManager man,
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.
|
OWLEntityRenamer(OWLOntologyManager owlOntologyManager,
Set<OWLOntology> ontologies) |
OWLEntityURIConverter(OWLOntologyManager manager,
Set<OWLOntology> ontologies,
OWLEntityURIConverterStrategy strategy)
Creates a converter that will convert the URIs of entities in the
specified ontologies using the specified conversion strategy.
|
OWLLiteralReplacer(OWLOntologyManager owlOntologyManager,
Set<OWLOntology> ontologies) |
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. |
OWLOntologyIRIChanger(OWLOntologyManager owlOntologyManager) |
| Constructor and Description |
|---|
ExplanationOrdererImpl(OWLOntologyManager m)
Instantiates a new explanation orderer impl.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OWLOntologyManagerImpl |
| Modifier and Type | Method and Description |
|---|---|
OWLOntologyManager |
OWLImmutableOntologyImpl.getOWLOntologyManager() |
| Modifier and Type | Method and Description |
|---|---|
OWLOntology |
OWLOntologyFactoryImpl.createOWLOntology(OWLOntologyManager manager,
OWLOntologyID ontologyID,
IRI documentIRI,
OWLOntologyFactory.OWLOntologyCreationHandler handler) |
OWLOntology |
OWLOntologyFactoryImpl.loadOWLOntology(OWLOntologyManager manager,
OWLOntologyDocumentSource documentSource,
OWLOntologyFactory.OWLOntologyCreationHandler handler,
OWLOntologyLoaderConfiguration configuration) |
void |
OWLImmutableOntologyImpl.setOWLOntologyManager(OWLOntologyManager manager) |
| Constructor and Description |
|---|
OWLImmutableOntologyImpl(OWLOntologyManager manager,
OWLOntologyID ontologyID) |
OWLOntologyImpl(OWLOntologyManager manager,
OWLOntologyID ontologyID) |
| Modifier and Type | Method and Description |
|---|---|
OWLOntologyManager |
ConcurrentOWLOntologyImpl.getOWLOntologyManager() |
| Modifier and Type | Method and Description |
|---|---|
OWLOntology |
NonConcurrentOWLOntologyBuilder.createOWLOntology(OWLOntologyManager manager,
OWLOntologyID ontologyID) |
OWLOntology |
ConcurrentOWLOntologyBuilder.createOWLOntology(OWLOntologyManager manager,
OWLOntologyID ontologyID) |
void |
ConcurrentOWLOntologyImpl.setOWLOntologyManager(OWLOntologyManager owlOntologyManager) |
| Constructor and Description |
|---|
SyntacticLocalityModuleExtractor(OWLOntologyManager man,
IRI ontIRI,
Set<OWLAxiom> axs,
ModuleType moduleType)
Creates a new module extractor for a subset of a given ontology, its
manager, and a specified type of locality.
|
SyntacticLocalityModuleExtractor(OWLOntologyManager man,
OWLOntology ont,
ModuleType moduleType)
Creates a new module extractor for a given ontology, its manager, and a
specified type of locality.
|
SyntacticLocalityModuleExtractor(OWLOntologyManager man,
OWLOntology ont,
Set<OWLAxiom> axs,
ModuleType moduleType)
Deprecated.
use the contructor that takes an IRI rather than an ontology
as second argument. The second argument is used only in
logging assertions and can be null.
|
Copyright © 2016 The University of Manchester. All Rights Reserved.