Package | Description |
---|---|
org.semanticweb.owlapi.functional.parser | |
org.semanticweb.owlapi.model |
Main API classes.
|
org.semanticweb.owlapi.util |
Utilities package
|
uk.ac.manchester.cs.owl.owlapi |
OWL API reference implementation package
|
uk.ac.manchester.cs.owl.owlapi.concurrent |
Modifier and Type | Method and Description |
---|---|
OWLIndividualAxiom |
OWLFunctionalSyntaxParser.ClassAssertion() |
OWLIndividualAxiom |
OWLFunctionalSyntaxParser.DataPropertyAssertion() |
OWLIndividualAxiom |
OWLFunctionalSyntaxParser.DifferentIndividuals() |
OWLIndividualAxiom |
OWLFunctionalSyntaxParser.IndividualAxiom() |
OWLIndividualAxiom |
OWLFunctionalSyntaxParser.NegativeDataPropertyAssertion() |
OWLIndividualAxiom |
OWLFunctionalSyntaxParser.NegativeObjectPropertyAssertion() |
OWLIndividualAxiom |
OWLFunctionalSyntaxParser.ObjectPropertyAssertion() |
OWLIndividualAxiom |
OWLFunctionalSyntaxParser.SameIndividuals() |
Modifier and Type | Interface and Description |
---|---|
interface |
OWLClassAssertionAxiom
Represents ClassAssertion
axioms in the OWL 2 Specification.
|
interface |
OWLDataPropertyAssertionAxiom
Represents a DataPropertyAssertion in the OWL 2 Specification.
|
interface |
OWLDifferentIndividualsAxiom
Represents a DifferentIndividuals axiom in the OWL 2 Specification.
|
interface |
OWLNaryIndividualAxiom |
interface |
OWLNegativeDataPropertyAssertionAxiom
Represents a NegativeDataPropertyAssertion axiom in the OWL 2 Specification.
|
interface |
OWLNegativeObjectPropertyAssertionAxiom
Represents a NegativeObjectPropertyAssertion axiom in the OWL 2 Specification.
|
interface |
OWLObjectPropertyAssertionAxiom
Represents an ObjectPropertyAssertion axiom in the OWL 2 Specification.
|
interface |
OWLPropertyAssertionAxiom<P extends OWLPropertyExpression,O extends OWLPropertyAssertionObject>
Represents an Assertion in the OWL
2 specification.
|
interface |
OWLSameIndividualAxiom
Represents an
SameIndividual axiom in the OWL 2 Specification.
|
Modifier and Type | Method and Description |
---|---|
Set<OWLIndividualAxiom> |
OWLAxiomCollectionNoArgs.getAxioms(OWLIndividual individual)
Deprecated.
|
Set<OWLIndividualAxiom> |
OWLAxiomCollectionBooleanArgs.getAxioms(OWLIndividual individual,
boolean includeImportsClosure)
Deprecated.
|
Set<OWLIndividualAxiom> |
OWLAxiomCollection.getAxioms(OWLIndividual individual,
Imports includeImportsClosure)
Gets the axioms that form the definition/description of an individual.
|
Modifier and Type | Class and Description |
---|---|
class |
InferredIndividualAxiomGenerator<A extends OWLIndividualAxiom> |
Modifier and Type | Class and Description |
---|---|
class |
OWLClassAssertionAxiomImpl |
class |
OWLDataPropertyAssertionAxiomImpl |
class |
OWLDifferentIndividualsAxiomImpl |
class |
OWLIndividualAxiomImplWithEntityAndAnonCaching |
class |
OWLIndividualAxiomImplWithoutEntityAndAnonCaching |
class |
OWLIndividualRelationshipAxiomImpl<P extends OWLPropertyExpression,O extends OWLPropertyAssertionObject> |
class |
OWLNaryIndividualAxiomImpl |
class |
OWLNegativeDataPropertyAssertionAxiomImpl |
class |
OWLNegativeObjectPropertyAssertionAxiomImpl |
class |
OWLObjectPropertyAssertionAxiomImpl |
class |
OWLSameIndividualAxiomImpl |
Modifier and Type | Method and Description |
---|---|
Set<OWLIndividualAxiom> |
OWLImmutableOntologyImpl.getAxioms(OWLIndividual individual) |
Set<OWLIndividualAxiom> |
OWLImmutableOntologyImpl.getAxioms(OWLIndividual individual,
boolean includeImportsClosure) |
Set<OWLIndividualAxiom> |
OWLImmutableOntologyImpl.getAxioms(OWLIndividual individual,
Imports includeImportsClosure) |
Modifier and Type | Method and Description |
---|---|
Set<OWLIndividualAxiom> |
ConcurrentOWLOntologyImpl.getAxioms(OWLIndividual owlIndividual)
Deprecated.
|
Set<OWLIndividualAxiom> |
ConcurrentOWLOntologyImpl.getAxioms(OWLIndividual owlIndividual,
boolean b)
Deprecated.
|
Set<OWLIndividualAxiom> |
ConcurrentOWLOntologyImpl.getAxioms(OWLIndividual owlIndividual,
Imports imports) |
Copyright © 2020 The University of Manchester. All rights reserved.