Package | Description |
---|---|
org.semanticweb.owlapi.functional.parser | |
org.semanticweb.owlapi.manchestersyntax.parser | |
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 |
Modifier and Type | Method and Description |
---|---|
OWLClassAxiom |
OWLFunctionalSyntaxParser.ClassAxiom() |
OWLClassAxiom |
OWLFunctionalSyntaxParser.DisjointClasses() |
OWLClassAxiom |
OWLFunctionalSyntaxParser.DisjointUnion() |
OWLClassAxiom |
OWLFunctionalSyntaxParser.EquivalentClasses() |
OWLClassAxiom |
OWLFunctionalSyntaxParser.SubClassOf() |
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 |
---|---|
Set<OWLClassAxiom> |
OWLAxiomCollectionNoArgs.getAxioms(OWLClass cls)
Deprecated.
|
Set<OWLClassAxiom> |
OWLAxiomCollectionBooleanArgs.getAxioms(OWLClass cls,
boolean includeImportsClosure)
Deprecated.
|
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
ManchesterOWLSyntaxParser.parseAxiom() . ManchesterOWLSyntaxParser.parseClassAxiom() only casts the result of
ManchesterOWLSyntaxParser.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 |
---|---|
Set<OWLClassAxiom> |
OWLImmutableOntologyImpl.getAxioms(OWLClass cls) |
Set<OWLClassAxiom> |
OWLImmutableOntologyImpl.getAxioms(OWLClass cls,
boolean includeImportsClosure) |
Set<OWLClassAxiom> |
OWLImmutableOntologyImpl.getAxioms(OWLClass cls,
Imports includeImportsClosure) |
Set<OWLClassAxiom> |
OWLImmutableOntologyImpl.getGeneralClassAxioms() |
Set<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 |
---|---|
Set<OWLClassAxiom> |
ConcurrentOWLOntologyImpl.getAxioms(OWLClass owlClass)
Deprecated.
|
Set<OWLClassAxiom> |
ConcurrentOWLOntologyImpl.getAxioms(OWLClass owlClass,
boolean b)
Deprecated.
|
Set<OWLClassAxiom> |
ConcurrentOWLOntologyImpl.getAxioms(OWLClass owlClass,
Imports imports) |
Set<OWLClassAxiom> |
ConcurrentOWLOntologyImpl.getGeneralClassAxioms() |
Copyright © 2020 The University of Manchester. All rights reserved.