Package | Description |
---|---|
org.semanticweb.owlapi.model |
Main API classes.
|
uk.ac.manchester.cs.owl.owlapi |
OWL API reference implementation package.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OWLPropertyAssertionAxiom<P extends OWLPropertyExpression,O extends OWLPropertyAssertionObject>
Represents an Assertion in the OWL 2
specification.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OWLAnonymousIndividual
Represents Anonymous
Individuals in the OWL 2 Specification.
|
interface |
OWLIndividual
Represents a named or anonymous individual.
|
interface |
OWLLiteral
Represents a Literal
in the OWL 2 Specification.
|
interface |
OWLNamedIndividual
Represents a
Named
Individual in the OWL 2 Specification.
|
Modifier and Type | Class and Description |
---|---|
class |
OWLIndividualRelationshipAxiomImpl<P extends OWLPropertyExpression,O extends OWLPropertyAssertionObject> |
Modifier and Type | Class and Description |
---|---|
class |
OWLAnonymousIndividualImpl |
class |
OWLIndividualImpl |
class |
OWLLiteralImpl
Implementation of
OWLLiteral that uses compression of strings. |
class |
OWLLiteralImplBoolean |
class |
OWLLiteralImplDouble |
class |
OWLLiteralImplFloat |
class |
OWLLiteralImplInteger |
class |
OWLLiteralImplLong |
class |
OWLLiteralImplNoCompression |
class |
OWLLiteralImplPlain
An OWLLiteral whose datatype is RDF_LANG_STRING or XSD_STRING
|
class |
OWLLiteralImplString
An OWLLiteral with xsd:string datatype and no language tag.
|
class |
OWLNamedIndividualImpl |
Copyright © 2020 The University of Manchester. All rights reserved.