| Package | Description |
|---|---|
| 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.reasoner |
OWLReasoner package.
|
| org.semanticweb.owlapi.search |
Search utilities package.
|
| org.semanticweb.owlapi.util |
Utilities package.
|
| org.semanticweb.owlapitools.builders |
Builders 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 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 Stream<OWLSubDataPropertyOfAxiom> |
OWLAxiomIndex.dataSubPropertyAxiomsForSuperProperty(OWLDataPropertyExpression superProperty)
Gets the
OWLSubDataPropertyOfAxioms where the super-property is
equal to the specified property. |
default 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 |
|---|---|
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 |
|---|---|
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,
Stream<OWLOntology> ontologies) |
static 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 Stream<OWLDataPropertyExpression> |
EntitySearcher.getEquivalentProperties(OWLDataProperty e,
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,
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) |
Copyright © 2018 The University of Manchester. All rights reserved.