| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.model.axiomproviders |
Axiom provider classes.
|
| org.semanticweb.owlapi.util |
Utilities package.
|
| org.semanticweb.owlapitools.builders |
Builders package.
|
| 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 |
|---|---|
OWLFunctionalDataPropertyAxiom |
OWLObjectDuplicator.visit(OWLFunctionalDataPropertyAxiom ax) |
OWLFunctionalDataPropertyAxiom |
OWLObjectDesharer.visit(OWLFunctionalDataPropertyAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLObject |
AxiomSubjectProviderEx.visit(OWLFunctionalDataPropertyAxiom axiom) |
void |
OWLAnnotationPropertyTransformer.visit(OWLFunctionalDataPropertyAxiom ax) |
O |
DelegatingObjectVisitorEx.visit(OWLFunctionalDataPropertyAxiom axiom) |
void |
SimpleRenderer.visit(OWLFunctionalDataPropertyAxiom axiom) |
OWLFunctionalDataPropertyAxiom |
OWLObjectDuplicator.visit(OWLFunctionalDataPropertyAxiom ax) |
OWLFunctionalDataPropertyAxiom |
OWLObjectDesharer.visit(OWLFunctionalDataPropertyAxiom axiom) |
void |
DLExpressivityChecker.visit(OWLFunctionalDataPropertyAxiom axiom) |
void |
StructureWalker.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.
|
Copyright © 2018 The University of Manchester. All rights reserved.