| Package | Description |
|---|---|
| org.semanticweb.owlapi.apibinding |
Guice modules and binding package.
|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.model.axiomproviders |
Axiom provider classes.
|
| org.semanticweb.owlapi.model.providers |
Provider interfaces.
|
| org.semanticweb.owlapi.rdf.rdfxml.parser |
RDF/XML syntax parser and renderer.
|
| org.semanticweb.owlapi.reasoner |
OWLReasoner package.
|
| org.semanticweb.owlapi.reasoner.structural |
Structural reasoner implementation package.
|
| org.semanticweb.owlapi.search |
Search utilities package.
|
| org.semanticweb.owlapi.util |
Utilities package.
|
| org.semanticweb.owlapitools.builders |
Builders package.
|
| uk.ac.manchester.cs.owl.owlapi |
OWL API reference implementation package.
|
| uk.ac.manchester.cs.owl.owlapi.concurrent |
Concurrent implementation package.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
OWLDataProperty
Represents a Data
Property in the OWL 2 Specification.
|
| Modifier and Type | Method and Description |
|---|---|
default OWLDataPropertyExpression |
OWLPropertyExpression.asDataPropertyExpression() |
OWLDataPropertyExpression |
SWRLDataPropertyAtom.getPredicate() |
OWLDataPropertyExpression |
OWLDataRestriction.getProperty()
Gets the property/properties that the restriction acts along depending on
R being a scalar or collection type.
|
| Modifier and Type | Method and Description |
|---|---|
default java.util.stream.Stream<OWLDataPropertyExpression> |
OWLHasKeyAxiom.dataPropertyExpressions()
Gets the set of data property expressions that make up the key.
|
default Set<OWLDataPropertyExpression> |
OWLHasKeyAxiom.getDataPropertyExpressions()
Deprecated.
use the stream method
|
| Modifier and Type | Method and Description |
|---|---|
default java.util.stream.Stream<OWLSubDataPropertyOfAxiom> |
OWLAxiomIndex.dataSubPropertyAxiomsForSuperProperty(OWLDataPropertyExpression superProperty)
Gets the
OWLSubDataPropertyOfAxioms where the super-property is
equal to the specified property. |
default java.util.stream.Stream<OWLFunctionalDataPropertyAxiom> |
OWLAxiomIndex.functionalDataPropertyAxioms(OWLDataPropertyExpression property)
Gets the
OWLFunctionalDataPropertyAxioms contained in this
ontology that make the specified data property functional. |
default Set<OWLSubDataPropertyOfAxiom> |
OWLAxiomIndex.getDataSubPropertyAxiomsForSuperProperty(OWLDataPropertyExpression superProperty)
Deprecated.
use the stream method
|
default Set<OWLFunctionalDataPropertyAxiom> |
OWLAxiomIndex.getFunctionalDataPropertyAxioms(OWLDataPropertyExpression property)
Deprecated.
use the stream method
|
| Modifier and Type | Method and Description |
|---|---|
default OWLDisjointDataPropertiesAxiom |
DisjointAxiomProvider.getOWLDisjointDataPropertiesAxiom(Collection<? extends OWLDataPropertyExpression> properties) |
OWLDisjointDataPropertiesAxiom |
DisjointAxiomProvider.getOWLDisjointDataPropertiesAxiom(Collection<? extends OWLDataPropertyExpression> properties,
Collection<OWLAnnotation> annotations) |
default OWLEquivalentDataPropertiesAxiom |
EquivalentAxiomProvider.getOWLEquivalentDataPropertiesAxiom(Collection<? extends OWLDataPropertyExpression> properties) |
OWLEquivalentDataPropertiesAxiom |
EquivalentAxiomProvider.getOWLEquivalentDataPropertiesAxiom(Collection<? extends OWLDataPropertyExpression> properties,
Collection<OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
OWLDataPropertyExpression |
OWLRDFConsumer.translateDataPropertyExpression(IRI iri)
Translate data property expression.
|
| Modifier and Type | Method and Description |
|---|---|
NodeSet<OWLDataProperty> |
OWLReasoner.getDisjointDataProperties(OWLDataPropertyExpression pe)
Gets the data properties that are disjoint with the specified data
property expression
pe. |
| Modifier and Type | Method and Description |
|---|---|
NodeSet<OWLDataProperty> |
StructuralReasoner.getDisjointDataProperties(OWLDataPropertyExpression pe) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.collect.Multimap<OWLDataPropertyExpression,OWLLiteral> |
EntitySearcher.getDataPropertyValues(OWLIndividual i,
OWLOntology ontology) |
static com.google.common.collect.Multimap<OWLDataPropertyExpression,OWLLiteral> |
EntitySearcher.getDataPropertyValues(OWLIndividual i,
java.util.stream.Stream<OWLOntology> ontologies) |
static java.util.stream.Stream<OWLDataPropertyExpression> |
EntitySearcher.getEquivalentProperties(OWLDataProperty e,
OWLOntology ontology)
A convenience method that examines the axioms in the specified ontology
and returns the class expressions corresponding to equivalent classes of
this class.
|
static java.util.stream.Stream<OWLDataPropertyExpression> |
EntitySearcher.getEquivalentProperties(OWLDataProperty e,
java.util.stream.Stream<OWLOntology> ontologies)
A convenience method that examines the axioms in the specified ontologies
and returns the class expressions corresponding to equivalent classes of
this class.
|
static com.google.common.collect.Multimap<OWLDataPropertyExpression,OWLLiteral> |
EntitySearcher.getNegativeDataPropertyValues(OWLIndividual i,
OWLOntology ontology) |
static com.google.common.collect.Multimap<OWLDataPropertyExpression,OWLLiteral> |
EntitySearcher.getNegativeDataPropertyValues(OWLIndividual i,
java.util.stream.Stream<OWLOntology> ontologies) |
| Modifier and Type | Method and Description |
|---|---|
Map<OWLDataPropertyExpression,List<String>> |
PropertyAssertionValueShortFormProvider.getPreferredLanguageMap() |
| Constructor and Description |
|---|
PropertyAssertionValueShortFormProvider(List<OWLPropertyExpression> properties,
Map<OWLDataPropertyExpression,List<String>> preferredLanguageMap,
OWLOntologySetProvider ontologySetProvider)
Constructs a property value short form provider.
|
PropertyAssertionValueShortFormProvider(List<OWLPropertyExpression> properties,
Map<OWLDataPropertyExpression,List<String>> preferredLanguageMap,
OWLOntologySetProvider ontologySetProvider,
ShortFormProvider alternateShortFormProvider)
Constructs a property value short form provider.
|
| Modifier and Type | Method and Description |
|---|---|
OWLDataPropertyExpression |
BaseDataPropertyBuilder.getProperty() |
| Modifier and Type | Method and Description |
|---|---|
B |
BaseDataPropertyBuilder.withProperty(OWLDataPropertyExpression arg) |
| Modifier and Type | Class and Description |
|---|---|
class |
OWLDataPropertyImpl |
| Modifier and Type | Method and Description |
|---|---|
OWLDataPropertyExpression |
SWRLDataPropertyAtomImpl.getPredicate() |
OWLDataPropertyExpression |
OWLQuantifiedDataRestrictionImpl.getProperty() |
OWLDataPropertyExpression |
OWLDataPropertyCharacteristicAxiomImpl.getProperty() |
OWLDataPropertyExpression |
OWLDataHasValueImpl.getProperty() |
OWLDataPropertyExpression |
OWLDataCardinalityRestrictionImpl.getProperty() |
| Modifier and Type | Method and Description |
|---|---|
OWLDisjointDataPropertiesAxiom |
OWLDataFactoryImpl.getOWLDisjointDataPropertiesAxiom(Collection<? extends OWLDataPropertyExpression> properties,
Collection<OWLAnnotation> annotations) |
OWLEquivalentDataPropertiesAxiom |
OWLDataFactoryImpl.getOWLEquivalentDataPropertiesAxiom(Collection<? extends OWLDataPropertyExpression> properties,
Collection<OWLAnnotation> annotations) |
| Constructor and Description |
|---|
OWLDisjointDataPropertiesAxiomImpl(Collection<? extends OWLDataPropertyExpression> properties,
Collection<OWLAnnotation> annotations) |
OWLEquivalentDataPropertiesAxiomImpl(Collection<? extends OWLDataPropertyExpression> properties,
Collection<OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<OWLSubDataPropertyOfAxiom> |
ConcurrentOWLOntologyImpl.dataSubPropertyAxiomsForSuperProperty(OWLDataPropertyExpression superProperty) |
java.util.stream.Stream<OWLFunctionalDataPropertyAxiom> |
ConcurrentOWLOntologyImpl.functionalDataPropertyAxioms(OWLDataPropertyExpression property) |
Set<OWLSubDataPropertyOfAxiom> |
ConcurrentOWLOntologyImpl.getDataSubPropertyAxiomsForSuperProperty(OWLDataPropertyExpression owlDataPropertyExpression) |
Set<OWLFunctionalDataPropertyAxiom> |
ConcurrentOWLOntologyImpl.getFunctionalDataPropertyAxioms(OWLDataPropertyExpression owlDataPropertyExpression) |
Copyright © 2017 The University of Manchester. All Rights Reserved.