Package | Description |
---|---|
org.semanticweb.owlapi.model |
Main API classes.
|
uk.ac.manchester.cs.owl.owlapi |
OWL API reference implementation package
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
OWLPropertyAssertionAxiom<P extends OWLPropertyExpression,O extends OWLPropertyAssertionObject> |
Represents an Assertion in the OWL
2 specification.
|
Modifier and Type | Interface | 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 | Description |
---|---|---|
class |
OWLIndividualRelationshipAxiomImpl<P extends OWLPropertyExpression,O extends OWLPropertyAssertionObject> |
Modifier and Type | Class | Description |
---|---|---|
class |
OWLAnonymousIndividualImpl |
|
class |
OWLIndividualImpl |
|
class |
OWLLiteralImpl |
Implementation of
OWLLiteral that uses compression of strings. |
class |
OWLLiteralImplBoolean |
|
class |
OWLLiteralImplDouble |
|
class |
OWLLiteralImplFloat |
|
class |
OWLLiteralImplInteger |
|
class |
OWLLiteralImplNoCompression |
|
class |
OWLLiteralImplPlain |
An OWLLiteral whose datatype is RDF_PLAIN_LITERAL
|
class |
OWLLiteralImplString |
An OWLLiteral with xsd:string datatype and no language tag
|
class |
OWLNamedIndividualImpl |
Copyright © 2018 The University of Manchester. All rights reserved.