| Package | Description |
|---|---|
| org.semanticweb.owlapi.model | |
| org.semanticweb.owlapi.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OWLCardinalityRestriction<R extends OWLPropertyRange,P extends OWLPropertyExpression<R,P>,F extends OWLPropertyRange>
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 24-Oct-2006 |
interface |
OWLHasValueRestriction<R extends OWLPropertyRange,P extends OWLPropertyExpression<R,P>,V extends OWLObject>
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 24-Oct-2006 |
interface |
OWLNaryPropertyAxiom<P extends OWLPropertyExpression<?,?>>
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 24-Oct-2006 |
interface |
OWLProperty<R extends OWLPropertyRange,P extends OWLPropertyExpression<R,P>>
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 23-Jan-2007 A marker interface for properties that aren't expression i.e. |
interface |
OWLPropertyAssertionAxiom<P extends OWLPropertyExpression<?,?>,O extends OWLPropertyAssertionObject>
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 24-Oct-2006 Represents an Assertion in the OWL 2 specification. |
interface |
OWLPropertyDomainAxiom<P extends OWLPropertyExpression<?,?>>
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 24-Oct-2006 Represents ObjectPropertyDomain axioms in the OWL 2 specification. |
interface |
OWLPropertyExpression<R extends OWLPropertyRange,P extends OWLPropertyExpression<R,P>>
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 24-Oct-2006 Represents a property or possibly the inverse of a property. |
interface |
OWLPropertyRangeAxiom<P extends OWLPropertyExpression<?,?>,R extends OWLPropertyRange>
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 24-Oct-2006 Represents ObjectPropertyRange axioms in the OWL 2 specification. |
interface |
OWLQuantifiedRestriction<R extends OWLPropertyRange,P extends OWLPropertyExpression<R,P>,F extends OWLPropertyRange>
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 25-Oct-2006 |
interface |
OWLRestriction<R extends OWLPropertyRange,P extends OWLPropertyExpression<R,P>,F>
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 24-Oct-2006 Represents a restriction (Object Property Restriction or Data Property Restriction) in the OWL 2 specification. |
interface |
OWLSubPropertyAxiom<P extends OWLPropertyExpression<?,?>>
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 24-Oct-2006 |
interface |
OWLUnaryPropertyAxiom<P extends OWLPropertyExpression<?,?>>
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 25-Oct-2006 |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OWLDataProperty
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 24-Oct-2006 |
interface |
OWLDataPropertyExpression
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 24-Oct-2006 A high level interface to describe different types of data properties. |
interface |
OWLObjectInverseOf
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 24-Oct-2006 Represents a ObjectInverseOf property expression in the OWL 2 Specification. |
interface |
OWLObjectProperty
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 24-Oct-2006 Represents an Object Property in the OWL 2 Specification. |
interface |
OWLObjectPropertyExpression
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 24-Oct-2006 |
interface |
OWLProperty<R extends OWLPropertyRange,P extends OWLPropertyExpression<R,P>>
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 23-Jan-2007 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 © 2013 The University of Manchester. All Rights Reserved.