Package | Description |
---|---|
org.semanticweb.owlapi.model |
Main API classes.
|
org.semanticweb.owlapi.util |
Utilities package
|
uk.ac.manchester.cs.owl.owlapi |
OWL API reference implementation package
|
uk.ac.manchester.cs.owl.owlapi.concurrent |
Modifier and Type | Interface and Description |
---|---|
interface |
OWLDataPropertyCharacteristicAxiom |
interface |
OWLDataPropertyDomainAxiom
Represents a
DataPropertyDomain axiom in the OWL 2 Specification.
|
interface |
OWLDataPropertyRangeAxiom
Represents a
DataPropertyRange axiom in the OWL 2 Specification.
|
interface |
OWLDisjointDataPropertiesAxiom
Represents a DisjointDataProperties axiom in the OWL 2 Specification.
|
interface |
OWLEquivalentDataPropertiesAxiom
Represents an EquivalentDataProperties axiom in the OWL 2 Specification.
|
interface |
OWLFunctionalDataPropertyAxiom
Represents a FunctionalDataProperty axiom in the OWL 2 Specification.
|
interface |
OWLSubDataPropertyOfAxiom
Represents an
SubDataPropertyOf axiom in the OWL 2 Specification.
|
Modifier and Type | Method and Description |
---|---|
Set<OWLDataPropertyAxiom> |
OWLAxiomCollectionNoArgs.getAxioms(OWLDataProperty property)
Deprecated.
|
Set<OWLDataPropertyAxiom> |
OWLAxiomCollectionBooleanArgs.getAxioms(OWLDataProperty property,
boolean includeImportsClosure)
Deprecated.
|
Set<OWLDataPropertyAxiom> |
OWLAxiomCollection.getAxioms(OWLDataProperty property,
Imports includeImportsClosure)
Gets the axioms that form the definition/description of a data property.
|
Modifier and Type | Class and Description |
---|---|
class |
InferredDataPropertyAxiomGenerator<A extends OWLDataPropertyAxiom> |
Modifier and Type | Class and Description |
---|---|
class |
OWLDataPropertyCharacteristicAxiomImpl |
class |
OWLDataPropertyDomainAxiomImpl |
class |
OWLDataPropertyRangeAxiomImpl |
class |
OWLDisjointDataPropertiesAxiomImpl |
class |
OWLEquivalentDataPropertiesAxiomImpl |
class |
OWLFunctionalDataPropertyAxiomImpl |
class |
OWLSubDataPropertyOfAxiomImpl |
Modifier and Type | Method and Description |
---|---|
Set<OWLDataPropertyAxiom> |
OWLImmutableOntologyImpl.getAxioms(OWLDataProperty property) |
Set<OWLDataPropertyAxiom> |
OWLImmutableOntologyImpl.getAxioms(OWLDataProperty property,
boolean includeImportsClosure) |
Set<OWLDataPropertyAxiom> |
OWLImmutableOntologyImpl.getAxioms(OWLDataProperty property,
Imports includeImportsClosure) |
Modifier and Type | Method and Description |
---|---|
Set<OWLDataPropertyAxiom> |
ConcurrentOWLOntologyImpl.getAxioms(OWLDataProperty owlDataProperty)
Deprecated.
|
Set<OWLDataPropertyAxiom> |
ConcurrentOWLOntologyImpl.getAxioms(OWLDataProperty owlDataProperty,
boolean b)
Deprecated.
|
Set<OWLDataPropertyAxiom> |
ConcurrentOWLOntologyImpl.getAxioms(OWLDataProperty owlDataProperty,
Imports imports) |
Copyright © 2020 The University of Manchester. All rights reserved.