| Package | Description |
|---|---|
| org.semanticweb.owlapi.apibinding |
Guice modules and binding package.
|
| org.semanticweb.owlapi.dlsyntax.renderer |
DL syntax renderer.
|
| org.semanticweb.owlapi.functional.renderer |
Functional syntax parser and renderer.
|
| org.semanticweb.owlapi.latex.renderer |
LaTeX syntax renderer.
|
| org.semanticweb.owlapi.manchestersyntax.renderer |
Manchester OWL syntax parser and renderer.
|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.model.axiomproviders |
Axiom provider classes.
|
| org.semanticweb.owlapi.owlxml.renderer |
OWL/XML syntax parser and renderer.
|
| org.semanticweb.owlapi.rdf.model |
RDF model package.
|
| org.semanticweb.owlapi.util |
Utilities package.
|
| org.semanticweb.owlapitools.builders |
Builders package.
|
| org.semanticweb.owlapitools.decomposition | |
| uk.ac.manchester.cs.owl.owlapi |
OWL API reference implementation package.
|
| uk.ac.manchester.cs.owl.owlapi.concurrent |
Concurrent implementation package.
|
| Modifier and Type | Method and Description |
|---|---|
static OWLFunctionalDataPropertyAxiom |
OWLFunctionalSyntaxFactory.FunctionalDataProperty(OWLDataPropertyExpression property) |
static OWLFunctionalDataPropertyAxiom |
OWLFunctionalSyntaxFactory.FunctionalDataProperty(OWLDataPropertyExpression property,
Collection<OWLAnnotation> a) |
| Modifier and Type | Method and Description |
|---|---|
void |
DLSyntaxObjectRenderer.visit(OWLFunctionalDataPropertyAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionalSyntaxObjectRenderer.visit(OWLFunctionalDataPropertyAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
LatexObjectVisitor.visit(OWLFunctionalDataPropertyAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
ManchesterOWLSyntaxObjectRenderer.visit(OWLFunctionalDataPropertyAxiom axiom) |
| Modifier and Type | Field and Description |
|---|---|
static AxiomType<OWLFunctionalDataPropertyAxiom> |
AxiomType.FUNCTIONAL_DATA_PROPERTY
FunctionalDataProperty.
|
| Modifier and Type | Method and Description |
|---|---|
OWLFunctionalDataPropertyAxiom |
OWLFunctionalDataPropertyAxiom.getAxiomWithoutAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
default Stream<OWLFunctionalDataPropertyAxiom> |
OWLAxiomIndex.functionalDataPropertyAxioms(OWLDataPropertyExpression property)
Gets the
OWLFunctionalDataPropertyAxioms contained in this
ontology that make the specified data property functional. |
default Set<OWLFunctionalDataPropertyAxiom> |
OWLAxiomIndex.getFunctionalDataPropertyAxioms(OWLDataPropertyExpression property)
Deprecated.
use the stream method
|
| Modifier and Type | Method and Description |
|---|---|
default O |
OWLLogicalAxiomVisitorEx.visit(OWLFunctionalDataPropertyAxiom axiom)
visit OWLFunctionalDataPropertyAxiom type
|
default void |
OWLLogicalAxiomVisitor.visit(OWLFunctionalDataPropertyAxiom axiom)
visit OWLFunctionalDataPropertyAxiom type
|
| Modifier and Type | Method and Description |
|---|---|
default OWLFunctionalDataPropertyAxiom |
PropertyCharacteristicAxiomProvider.getOWLFunctionalDataPropertyAxiom(OWLDataPropertyExpression property) |
OWLFunctionalDataPropertyAxiom |
PropertyCharacteristicAxiomProvider.getOWLFunctionalDataPropertyAxiom(OWLDataPropertyExpression property,
Collection<OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
void |
OWLXMLObjectRenderer.visit(OWLFunctionalDataPropertyAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTranslator.visit(OWLFunctionalDataPropertyAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLFunctionalDataPropertyAxiom |
OWLObjectDuplicator.visit(OWLFunctionalDataPropertyAxiom ax) |
OWLFunctionalDataPropertyAxiom |
OWLObjectDesharer.visit(OWLFunctionalDataPropertyAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
StructureWalker.visit(OWLFunctionalDataPropertyAxiom axiom) |
void |
SimpleRenderer.visit(OWLFunctionalDataPropertyAxiom axiom) |
OWLFunctionalDataPropertyAxiom |
OWLObjectDuplicator.visit(OWLFunctionalDataPropertyAxiom ax) |
OWLFunctionalDataPropertyAxiom |
OWLObjectDesharer.visit(OWLFunctionalDataPropertyAxiom axiom) |
void |
OWLAnnotationPropertyTransformer.visit(OWLFunctionalDataPropertyAxiom ax) |
O |
DelegatingObjectVisitorEx.visit(OWLFunctionalDataPropertyAxiom axiom) |
void |
DLExpressivityChecker.visit(OWLFunctionalDataPropertyAxiom axiom) |
OWLObject |
AxiomSubjectProviderEx.visit(OWLFunctionalDataPropertyAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLFunctionalDataPropertyAxiom |
BuilderFunctionalDataProperty.buildObject() |
| Constructor and Description |
|---|
BuilderFunctionalDataProperty(OWLFunctionalDataPropertyAxiom expected,
OWLDataFactory df)
Builder initialized from an existing object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SyntacticLocalityChecker.visit(OWLFunctionalDataPropertyAxiom axiom) |
void |
SemanticLocalityChecker.visit(OWLFunctionalDataPropertyAxiom axiom) |
| Modifier and Type | Class and Description |
|---|---|
class |
OWLFunctionalDataPropertyAxiomImpl |
| Modifier and Type | Method and Description |
|---|---|
OWLFunctionalDataPropertyAxiom |
OWLFunctionalDataPropertyAxiomImpl.getAxiomWithoutAnnotations() |
OWLFunctionalDataPropertyAxiom |
OWLDataFactoryImpl.getOWLFunctionalDataPropertyAxiom(OWLDataPropertyExpression property,
Collection<OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
K |
InitVisitorFactory.InitVisitor.visit(OWLFunctionalDataPropertyAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
Stream<OWLFunctionalDataPropertyAxiom> |
ConcurrentOWLOntologyImpl.functionalDataPropertyAxioms(OWLDataPropertyExpression property) |
Set<OWLFunctionalDataPropertyAxiom> |
ConcurrentOWLOntologyImpl.getFunctionalDataPropertyAxioms(OWLDataPropertyExpression owlDataPropertyExpression) |
Copyright © 2017 The University of Manchester. All rights reserved.