| Package | Description |
|---|---|
| org.semanticweb.owlapi.model | |
| org.semanticweb.owlapi.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OWLDataProperty
Represents a Data
Property in the OWL 2 Specification.
|
interface |
OWLDataPropertyExpression
A high level interface to describe different types of data properties.
|
interface |
OWLObjectInverseOf
Represents a ObjectInverseOf Represents the inverse of a property expression.
|
interface |
OWLObjectProperty
Represents an Object
Property in the OWL 2 Specification.
|
interface |
OWLObjectPropertyExpression |
interface |
OWLProperty<R extends OWLPropertyRange,P extends OWLPropertyExpression<R,P>>
A marker interface for properties that aren't expression i.e.
|
| Modifier and Type | Method and Description |
|---|---|
Set<OWLPropertyExpression<?,?>> |
OWLHasKeyAxiom.getPropertyExpressions()
Gets the set of property expressions that form the key
|
| Modifier and Type | Method and Description |
|---|---|
OWLHasKeyAxiom |
OWLDataFactory.getOWLHasKeyAxiom(OWLClassExpression ce,
OWLPropertyExpression<?,?>... properties) |
| Modifier and Type | Method and Description |
|---|---|
OWLHasKeyAxiom |
OWLDataFactory.getOWLHasKeyAxiom(OWLClassExpression ce,
Set<? extends OWLPropertyExpression<?,?>> properties) |
OWLHasKeyAxiom |
OWLDataFactory.getOWLHasKeyAxiom(OWLClassExpression ce,
Set<? extends OWLPropertyExpression<?,?>> objectProperties,
Set<? extends OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
List<OWLPropertyExpression<?,?>> |
PropertyAssertionValueShortFormProvider.getProperties() |
| 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.
|
Copyright © 2014 The University of Manchester. All Rights Reserved.