| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| uk.ac.manchester.cs.owl.owlapi |
OWL API reference implementation package.
|
| uk.ac.manchester.cs.owl.owlapi.concurrent |
Concurrent implementation package.
|
| 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
A marker interface for properties that aren't expression i.e.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IRI
Represents International Resource Identifiers.
|
| Modifier and Type | Method and Description |
|---|---|
default Set<OWLAxiom> |
OWLAxiomCollection.getReferencingAxioms(OWLPrimitive owlEntity)
Deprecated.
use the stream method
|
default Set<OWLAxiom> |
OWLAxiomCollectionBooleanArgs.getReferencingAxioms(OWLPrimitive owlEntity,
boolean includeImportsClosure)
Deprecated.
use the stream method
|
default Set<OWLAxiom> |
OWLAxiomCollection.getReferencingAxioms(OWLPrimitive owlEntity,
Imports includeImportsClosure)
Deprecated.
use the stream method
|
java.util.stream.Stream<OWLAxiom> |
OWLAxiomCollection.referencingAxioms(OWLPrimitive owlEntity)
Gets the axioms where the specified
OWLPrimitive appears in the
signature of the axiom.Note that currently signatures contain OWLEntity only. |
default java.util.stream.Stream<OWLAxiom> |
OWLAxiomCollection.referencingAxioms(OWLPrimitive owlEntity,
Imports imports)
Gets the axioms where the specified
OWLPrimitive appears in the
signature of the axiom.Note that currently signatures contain OWLEntity only. |
| Modifier and Type | Class and Description |
|---|---|
class |
OWL2DatatypeImpl
An optimised implementation of OWLDatatype for OWL2Datatypes.
|
class |
OWLAnnotationPropertyImpl |
class |
OWLAnonymousIndividualImpl |
class |
OWLClassImpl |
class |
OWLDataPropertyImpl |
class |
OWLDatatypeImpl |
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_LANG_STRING or XSD_STRING
|
class |
OWLLiteralImplString
An OWLLiteral with xsd:string datatype and no language tag.
|
class |
OWLNamedIndividualImpl |
class |
OWLObjectPropertyImpl |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<OWLAxiom> |
OWLImmutableOntologyImpl.referencingAxioms(OWLPrimitive owlEntity) |
| Modifier and Type | Method and Description |
|---|---|
Set<OWLAxiom> |
ConcurrentOWLOntologyImpl.getReferencingAxioms(OWLPrimitive owlPrimitive) |
Set<OWLAxiom> |
ConcurrentOWLOntologyImpl.getReferencingAxioms(OWLPrimitive owlPrimitive,
boolean b) |
Set<OWLAxiom> |
ConcurrentOWLOntologyImpl.getReferencingAxioms(OWLPrimitive owlPrimitive,
Imports imports) |
java.util.stream.Stream<OWLAxiom> |
ConcurrentOWLOntologyImpl.referencingAxioms(OWLPrimitive owlPrimitive) |
java.util.stream.Stream<OWLAxiom> |
ConcurrentOWLOntologyImpl.referencingAxioms(OWLPrimitive owlPrimitive,
Imports imports) |
Copyright © 2017 The University of Manchester. All Rights Reserved.