Package | Description |
---|---|
org.semanticweb.owlapi.apibinding |
Binding package
|
org.semanticweb.owlapi.formats | |
org.semanticweb.owlapi.functional.renderer | |
org.semanticweb.owlapi.manchestersyntax.parser | |
org.semanticweb.owlapi.model |
Main API classes.
|
org.semanticweb.owlapi.rdf.rdfxml.parser | |
org.semanticweb.owlapi.rdf.turtle.parser | |
org.semanticweb.owlapi.util |
Utilities package
|
org.semanticweb.owlapitools.builders | |
uk.ac.manchester.cs.owl.owlapi |
OWL API reference implementation package
|
Modifier and Type | Method | Description |
---|---|---|
static OWLAnnotationProperty |
OWLFunctionalSyntaxFactory.AnnotationProperty(String abbreviatedIRI,
PrefixManager pm) |
|
static OWLClass |
OWLFunctionalSyntaxFactory.Class(String abbreviatedIRI,
PrefixManager pm) |
|
static OWLDataProperty |
OWLFunctionalSyntaxFactory.DataProperty(String abbreviatedIRI,
PrefixManager pm) |
|
static OWLNamedIndividual |
OWLFunctionalSyntaxFactory.NamedIndividual(String abbreviatedIRI,
PrefixManager pm) |
|
static OWLObjectProperty |
OWLFunctionalSyntaxFactory.ObjectProperty(String abbreviatedIRI,
PrefixManager pm) |
Modifier and Type | Interface | Description |
---|---|---|
interface |
PrefixDocumentFormat |
A PrefixOWLOntologyFormat delegates all PrefixManager operations to a
PrefixManager implementation.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractRDFPrefixDocumentFormat |
An Abstract Document Format for Prefix aware RDF formats.
|
class |
FunctionalSyntaxDocumentFormat |
|
class |
ManchesterSyntaxDocumentFormat |
|
class |
OWLXMLDocumentFormat |
|
class |
PrefixDocumentFormatImpl |
A PrefixOWLOntologyFormat delegates all PrefixManager operations to a
PrefixManager implementation.
|
class |
RDFXMLDocumentFormat |
|
class |
TurtleDocumentFormat |
Modifier and Type | Method | Description |
---|---|---|
void |
PrefixDocumentFormatImpl.copyPrefixesFrom(PrefixManager from) |
|
void |
PrefixDocumentFormat.setPrefixManager(PrefixManager m) |
|
void |
PrefixDocumentFormatImpl.setPrefixManager(PrefixManager m) |
Constructor | Description |
---|---|
PrefixDocumentFormatImpl(PrefixManager manager) |
Modifier and Type | Method | Description |
---|---|---|
void |
FunctionalSyntaxObjectRenderer.setPrefixManager(PrefixManager prefixManager) |
Modifier and Type | Method | Description |
---|---|---|
PrefixManager |
ManchesterOWLSyntaxParserImpl.getPrefixManager() |
Modifier and Type | Method | Description |
---|---|---|
void |
PrefixManager.copyPrefixesFrom(PrefixManager from) |
Copies the prefix from another prefix manager into this one
|
OWLAnnotationProperty |
OWLDataFactory.getOWLAnnotationProperty(String abbreviatedIRI,
PrefixManager prefixManager) |
Gets an OWLAnnotationProperty that has an IRI that is obtained by
expanding an abbreviated name using an appropriate prefix mapping.
|
OWLClass |
OWLDataFactory.getOWLClass(String abbreviatedIRI,
PrefixManager prefixManager) |
Gets an OWLClass that has an IRI that is obtained by expanding an
abbreviated name using an appropriate prefix mapping.
|
OWLDataProperty |
OWLDataFactory.getOWLDataProperty(String abbreviatedIRI,
PrefixManager prefixManager) |
Gets an OWLDataProperty that has an IRI that is obtained by expanding an
abbreviated name using an appropriate prefix mapping.
|
OWLDatatype |
OWLDataFactory.getOWLDatatype(String abbreviatedIRI,
PrefixManager prefixManager) |
Gets an OWLDatatype that has an IRI that is obtained by expanding an
abbreviated name using an appropriate prefix mapping.
|
OWLNamedIndividual |
OWLDataFactory.getOWLNamedIndividual(String abbreviatedIRI,
PrefixManager prefixManager) |
Gets an OWLNamedIndividual that has an IRI that is obtained by expanding
an abbreviated name using an appropriate prefix mapping.
|
OWLObjectProperty |
OWLDataFactory.getOWLObjectProperty(String abbreviatedIRI,
PrefixManager prefixManager) |
Gets an OWLObjectProperty that has an IRI that is obtained by expanding
an abbreviated name using an appropriate prefix mapping.
|
Modifier and Type | Method | Description |
---|---|---|
void |
TripleLogger.setPrefixManager(PrefixManager prefixManager) |
Modifier and Type | Method | Description |
---|---|---|
PrefixManager |
TurtleParser.getPrefixManager() |
Gets the prefix manager.
|
Modifier and Type | Class | Description |
---|---|---|
class |
DefaultPrefixManager |
Modifier and Type | Method | Description |
---|---|---|
void |
DefaultPrefixManager.copyPrefixesFrom(PrefixManager from) |
Constructor | Description |
---|---|
DefaultPrefixManager(PrefixManager pm,
StringComparator c,
String defaultPrefix) |
Modifier and Type | Method | Description |
---|---|---|
PrefixManager |
BaseEntityBuilder.getPM() |
Modifier and Type | Method | Description |
---|---|---|
B |
BaseEntityBuilder.withPrefixManager(PrefixManager arg) |
Modifier and Type | Method | Description |
---|---|---|
OWLAnnotationProperty |
OWLDataFactoryImpl.getOWLAnnotationProperty(String abbreviatedIRI,
PrefixManager prefixManager) |
|
OWLClass |
OWLDataFactoryImpl.getOWLClass(String abbreviatedIRI,
PrefixManager prefixManager) |
|
OWLDataProperty |
OWLDataFactoryImpl.getOWLDataProperty(String abbreviatedIRI,
PrefixManager prefixManager) |
|
OWLDatatype |
OWLDataFactoryImpl.getOWLDatatype(String abbreviatedIRI,
PrefixManager prefixManager) |
|
OWLNamedIndividual |
OWLDataFactoryImpl.getOWLNamedIndividual(String abbreviatedIRI,
PrefixManager prefixManager) |
|
OWLObjectProperty |
OWLDataFactoryImpl.getOWLObjectProperty(String abbreviatedIRI,
PrefixManager prefixManager) |
Copyright © 2018 The University of Manchester. All rights reserved.