| Package | Description |
|---|---|
| org.semanticweb.owlapi.manchestersyntax.parser |
Manchester OWL syntax parser and renderer.
|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.util |
Utilities package.
|
| org.semanticweb.owlapi.util.mansyntax | |
| uk.ac.manchester.cs.owl.owlapi |
OWL API reference implementation package.
|
| uk.ac.manchester.cs.owl.owlapi.concurrent |
Concurrent implementation package.
|
| Modifier and Type | Method and Description |
|---|---|
OWLClassAxiom |
ManchesterOWLSyntaxParserImpl.parseClassAxiom() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OWLDisjointClassesAxiom
Represents a
DisjointClasses
axiom in the OWL 2 Specification.
|
interface |
OWLDisjointUnionAxiom
Represents a
DisjointUnion axiom in the OWL 2 Specification.
|
interface |
OWLEquivalentClassesAxiom
Represents an
EquivalentClasses axiom in the OWL 2 Specification.
|
interface |
OWLNaryClassAxiom |
interface |
OWLSubClassOfAxiom
Represents an
SubClassOf
axiom in the OWL 2 Specification.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<OWLClassAxiom> |
OWLAxiomCollection.axioms(OWLClass cls)
Gets the axioms that form the definition/description of a class.
|
default java.util.stream.Stream<OWLClassAxiom> |
OWLAxiomCollection.axioms(OWLClass cls,
Imports imports)
Gets the axioms that form the definition/description of a class.
|
java.util.stream.Stream<OWLClassAxiom> |
OWLOntology.generalClassAxioms()
Gets the set of general axioms in this ontology.
|
default Set<OWLClassAxiom> |
OWLAxiomCollection.getAxioms(OWLClass cls)
Deprecated.
use the stream method
|
default Set<OWLClassAxiom> |
OWLAxiomCollectionBooleanArgs.getAxioms(OWLClass cls,
boolean includeImportsClosure)
Deprecated.
use getAxioms(entity, Imports) instead
|
default Set<OWLClassAxiom> |
OWLAxiomCollection.getAxioms(OWLClass cls,
Imports includeImportsClosure)
Deprecated.
use the stream method
|
default Set<OWLClassAxiom> |
OWLOntology.getGeneralClassAxioms()
Deprecated.
use the stream method
|
| Modifier and Type | Class and Description |
|---|---|
class |
InferredClassAxiomGenerator<A extends OWLClassAxiom> |
| Modifier and Type | Method and Description |
|---|---|
OWLClassAxiom |
ManchesterOWLSyntaxParser.parseClassAxiom()
Deprecated.
use parseAxiom(). parseClassAxiom() only casts the result of
parseAxiom() to OWLClassAxiom.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OWLClassAxiomImpl |
class |
OWLDisjointClassesAxiomImpl |
class |
OWLDisjointUnionAxiomImpl |
class |
OWLEquivalentClassesAxiomImpl |
class |
OWLNaryClassAxiomImpl |
class |
OWLSubClassOfAxiomImpl |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<OWLClassAxiom> |
OWLImmutableOntologyImpl.axioms(OWLClass cls) |
java.util.stream.Stream<OWLClassAxiom> |
OWLImmutableOntologyImpl.generalClassAxioms() |
java.util.stream.Stream<OWLClassAxiom> |
Internals.getGeneralClassAxioms() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Internals.addGeneralClassAxioms(OWLClassAxiom ax) |
boolean |
Internals.removeGeneralClassAxioms(OWLClassAxiom ax) |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<OWLClassAxiom> |
ConcurrentOWLOntologyImpl.axioms(OWLClass owlClass) |
java.util.stream.Stream<OWLClassAxiom> |
ConcurrentOWLOntologyImpl.axioms(OWLClass cls,
Imports imports) |
java.util.stream.Stream<OWLClassAxiom> |
ConcurrentOWLOntologyImpl.generalClassAxioms() |
Set<OWLClassAxiom> |
ConcurrentOWLOntologyImpl.getAxioms(OWLClass owlClass) |
Set<OWLClassAxiom> |
ConcurrentOWLOntologyImpl.getAxioms(OWLClass owlClass,
boolean b) |
Set<OWLClassAxiom> |
ConcurrentOWLOntologyImpl.getAxioms(OWLClass owlClass,
Imports imports) |
Set<OWLClassAxiom> |
ConcurrentOWLOntologyImpl.getGeneralClassAxioms() |
Copyright © 2017 The University of Manchester. All Rights Reserved.