| Package | Description |
|---|---|
| org.coode.owlapi.manchesterowlsyntax |
Manchester syntax compatibility package.
|
| org.coode.owlapi.turtle | |
| org.semanticweb.owlapi.apibinding |
Binding package.
|
| org.semanticweb.owlapi.formats |
Formats package.
|
| org.semanticweb.owlapi.functional.parser |
Functional syntax parser and renderer.
|
| org.semanticweb.owlapi.functional.renderer |
Functional syntax parser and renderer.
|
| org.semanticweb.owlapi.io |
Ontology parsing and saving classes.
|
| org.semanticweb.owlapi.manchestersyntax.parser |
Manchester OWL syntax parser and renderer.
|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.model.providers |
Provider interfaces.
|
| org.semanticweb.owlapi.rdf.rdfxml.parser |
RDF/XML syntax parser and renderer.
|
| org.semanticweb.owlapi.rdf.turtle.parser |
Turtle syntax parser and renderer.
|
| org.semanticweb.owlapi.util |
Utilities package.
|
| org.semanticweb.owlapi.vocab |
Vocabulary package.
|
| org.semanticweb.owlapitools.builders |
Builders package.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ManchesterOWLSyntaxOntologyFormat
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TurtleOntologyFormat
Deprecated.
|
| Modifier and Type | Method and 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 and Description |
|---|---|
interface |
PrefixDocumentFormat
A PrefixOWLDocumentFormat delegates all PrefixManager operations to a
PrefixManager implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRDFPrefixDocumentFormat
An Abstract Document Format for Prefix aware RDF formats.
|
class |
FunctionalSyntaxDocumentFormat |
class |
ManchesterSyntaxDocumentFormat |
class |
OWLXMLDocumentFormat |
class |
PrefixDocumentFormatImpl
A PrefixOWLDocumentFormat delegates all PrefixManager operations to a
PrefixManager implementation.
|
class |
RDFXMLDocumentFormat |
class |
TurtleDocumentFormat |
| Modifier and Type | Method and Description |
|---|---|
void |
PrefixDocumentFormatImpl.copyPrefixesFrom(PrefixManager from) |
void |
PrefixDocumentFormatImpl.setPrefixManager(PrefixManager m) |
void |
PrefixDocumentFormat.setPrefixManager(PrefixManager m) |
| Constructor and Description |
|---|
PrefixDocumentFormatImpl(PrefixManager manager) |
| Modifier and Type | Method and Description |
|---|---|
void |
OWLFunctionalSyntaxParser.setPrefixes(PrefixManager nsm) |
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionalSyntaxObjectRenderer.setPrefixManager(PrefixManager prefixManager) |
| Modifier and Type | Class and Description |
|---|---|
class |
OWLFunctionalSyntaxOntologyFormat
Deprecated.
|
class |
OWLXMLOntologyFormat
Deprecated.
|
class |
RDFXMLOntologyFormat
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
PrefixManager |
ManchesterOWLSyntaxParserImpl.getPrefixManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
PrefixManager.copyPrefixesFrom(PrefixManager from)
Copies the prefix from another prefix manager into this one.
|
| Modifier and Type | Method and Description |
|---|---|
default OWLAnnotationProperty |
AnnotationPropertyProvider.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.
|
default OWLClass |
ClassProvider.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.
|
default OWLDataProperty |
DataPropertyProvider.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.
|
default OWLDatatype |
DatatypeProvider.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.
|
default OWLNamedIndividual |
NamedIndividualProvider.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.
|
default OWLObjectProperty |
ObjectPropertyProvider.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 and Description |
|---|---|
void |
TripleLogger.setPrefixManager(PrefixManager prefixManager) |
| Modifier and Type | Method and Description |
|---|---|
PrefixManager |
TurtleParser.getPrefixManager()
Gets the prefix manager.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPrefixManager |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPrefixManager.copyPrefixesFrom(PrefixManager from) |
| Constructor and Description |
|---|
DefaultPrefixManager(PrefixManager pm,
StringComparator c,
String defaultPrefix) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PrefixOWLOntologyFormat
Deprecated.
use PrefixDocumentFormat instead
|
| Modifier and Type | Method and Description |
|---|---|
PrefixManager |
BaseEntityBuilder.getPM() |
| Modifier and Type | Method and Description |
|---|---|
B |
BaseEntityBuilder.withPrefixManager(PrefixManager arg) |
Copyright © 2020 The University of Manchester. All rights reserved.