| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.util |
Utilities package
|
| org.semanticweb.owlapi.util.mansyntax |
| 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 |
|---|---|
Set<OWLClassAxiom> |
OWLAxiomCollectionNoArgs.getAxioms(OWLClass cls)
Deprecated.
use getAxioms(entity, Imports) instead
|
Set<OWLClassAxiom> |
OWLAxiomCollectionBooleanArgs.getAxioms(OWLClass cls,
boolean includeImportsClosure)
Deprecated.
use getAxioms(entity, Imports) instead
|
Set<OWLClassAxiom> |
OWLAxiomCollection.getAxioms(OWLClass cls,
Imports includeImportsClosure)
Gets the axioms that form the definition/description of a class.
|
Set<OWLClassAxiom> |
OWLOntology.getGeneralClassAxioms()
Gets the set of general axioms in this ontology.
|
| 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.
|
Copyright © 2016 The University of Manchester. All Rights Reserved.