Uses of Interface
org.semanticweb.owlapi.model.PrefixManager
Packages that use PrefixManager
Package
Description
Binding package.
Formats package.
Functional syntax parser and renderer.
Functional syntax parser and renderer.
Manchester OWL syntax parser and renderer.
Main API classes.
Provider interfaces.
RDF/XML syntax parser and renderer.
Turtle syntax parser and renderer.
Utilities package.
Builders package.
-
Uses of PrefixManager in org.semanticweb.owlapi.apibinding
Methods in org.semanticweb.owlapi.apibinding with parameters of type PrefixManagerModifier and TypeMethodDescriptionstatic 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) -
Uses of PrefixManager in org.semanticweb.owlapi.formats
Subinterfaces of PrefixManager in org.semanticweb.owlapi.formatsModifier and TypeInterfaceDescriptioninterface
A PrefixOWLDocumentFormat delegates all PrefixManager operations to a PrefixManager implementation.Classes in org.semanticweb.owlapi.formats that implement PrefixManagerModifier and TypeClassDescriptionclass
An Abstract Document Format for Prefix aware RDF formats.class
class
class
class
A PrefixOWLDocumentFormat delegates all PrefixManager operations to a PrefixManager implementation.class
class
Methods in org.semanticweb.owlapi.formats with parameters of type PrefixManagerModifier and TypeMethodDescriptionvoid
PrefixDocumentFormatImpl.copyPrefixesFrom
(PrefixManager from) void
PrefixDocumentFormat.setPrefixManager
(PrefixManager m) void
PrefixDocumentFormatImpl.setPrefixManager
(PrefixManager m) Constructors in org.semanticweb.owlapi.formats with parameters of type PrefixManager -
Uses of PrefixManager in org.semanticweb.owlapi.functional.parser
Methods in org.semanticweb.owlapi.functional.parser with parameters of type PrefixManager -
Uses of PrefixManager in org.semanticweb.owlapi.functional.renderer
Methods in org.semanticweb.owlapi.functional.renderer with parameters of type PrefixManagerModifier and TypeMethodDescriptionvoid
FunctionalSyntaxObjectRenderer.setPrefixManager
(PrefixManager prefixManager) -
Uses of PrefixManager in org.semanticweb.owlapi.manchestersyntax.parser
Methods in org.semanticweb.owlapi.manchestersyntax.parser that return PrefixManager -
Uses of PrefixManager in org.semanticweb.owlapi.model
Methods in org.semanticweb.owlapi.model with parameters of type PrefixManagerModifier and TypeMethodDescriptionvoid
PrefixManager.copyPrefixesFrom
(PrefixManager from) Copies the prefix from another prefix manager into this one. -
Uses of PrefixManager in org.semanticweb.owlapi.model.providers
Methods in org.semanticweb.owlapi.model.providers with parameters of type PrefixManagerModifier and TypeMethodDescriptiondefault 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. -
Uses of PrefixManager in org.semanticweb.owlapi.rdf.rdfxml.parser
Methods in org.semanticweb.owlapi.rdf.rdfxml.parser with parameters of type PrefixManagerModifier and TypeMethodDescriptionvoid
TripleLogger.setPrefixManager
(PrefixManager prefixManager) -
Uses of PrefixManager in org.semanticweb.owlapi.rdf.turtle.parser
Methods in org.semanticweb.owlapi.rdf.turtle.parser that return PrefixManager -
Uses of PrefixManager in org.semanticweb.owlapi.util
Classes in org.semanticweb.owlapi.util that implement PrefixManagerMethods in org.semanticweb.owlapi.util with parameters of type PrefixManagerConstructors in org.semanticweb.owlapi.util with parameters of type PrefixManagerModifierConstructorDescriptionDefaultPrefixManager
(PrefixManager pm, StringComparator c, String defaultPrefix) -
Uses of PrefixManager in org.semanticweb.owlapitools.builders
Methods in org.semanticweb.owlapitools.builders that return PrefixManagerMethods in org.semanticweb.owlapitools.builders with parameters of type PrefixManager