| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OWLAnnotationProperty
Represents an AnnotationProperty in the OWL 2 specification.
|
interface |
OWLAnnotationSubject
A marker interface for annotation subjects, which can either be IRIs or
anonymous individuals, with visitor methods.
|
interface |
OWLAnnotationValue
A marker interface for annotation values, which can either be an IRI (URI),
Literal or Anonymous Individual, with visitor methods.
|
interface |
OWLAnonymousIndividual
Represents Anonymous
Individuals in the OWL 2 Specification.
|
interface |
OWLClass
Represents a Class in
the OWL 2 specification.
|
interface |
OWLDataProperty
Represents a Data
Property in the OWL 2 Specification.
|
interface |
OWLDatatype
Represents a Datatype (named data
range) in the OWL 2 Specification.
|
interface |
OWLEntity
Represents Entities in the OWL 2 Specification.
|
interface |
OWLLiteral
Represents a Literal
in the OWL 2 Specification.
|
interface |
OWLLogicalEntity
An
OWLLogicalEntity is an OWLEntity that is not an
OWLAnnotationProperty. |
interface |
OWLNamedIndividual
Represents a Named
Individual in the OWL 2 Specification.
|
interface |
OWLObjectProperty
Represents an Object
Property in the OWL 2 Specification.
|
interface |
OWLProperty<R extends OWLPropertyRange,P extends OWLPropertyExpression<R,P>>
A marker interface for properties that aren't expression i.e.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IRI |
Copyright © 2014 The University of Manchester. All Rights Reserved.