| Package | Description |
|---|---|
| org.semanticweb.owlapi.formats | |
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.util |
Utilities package
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PrefixDocumentFormat
A PrefixOWLOntologyFormat 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 PrefixOWLOntologyFormat 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 |
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 | 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) |
Copyright © 2016 The University of Manchester. All Rights Reserved.