| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.search |
Search utulities package
|
| org.semanticweb.owlapi.util |
Utilities package
|
| Modifier and Type | Field and Description |
|---|---|
static AxiomType<OWLClassAssertionAxiom> |
AxiomType.CLASS_ASSERTION
ClassAssertion
|
| Modifier and Type | Method and Description |
|---|---|
OWLClassAssertionAxiom |
OWLClassAssertionAxiom.getAxiomWithoutAnnotations() |
OWLClassAssertionAxiom |
OWLDataFactory.getOWLClassAssertionAxiom(OWLClassExpression classExpression,
OWLIndividual individual) |
OWLClassAssertionAxiom |
OWLDataFactory.getOWLClassAssertionAxiom(OWLClassExpression classExpression,
OWLIndividual individual,
Set<? extends OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
Set<OWLClassAssertionAxiom> |
OWLAxiomIndex.getClassAssertionAxioms(OWLClassExpression ce)
Gets the
OWLClassAssertionAxioms contained in this ontology that
make the specified class expression, ce, a type for some
individual. |
Set<OWLClassAssertionAxiom> |
OWLAxiomIndex.getClassAssertionAxioms(OWLIndividual individual)
Gets the
OWLClassAssertionAxioms contained in this ontology that
make the specified individual an instance of some class
expression. |
| Modifier and Type | Method and Description |
|---|---|
O |
OWLLogicalAxiomVisitorEx.visit(OWLClassAssertionAxiom axiom)
visit OWLClassAssertionAxiom type
|
void |
OWLLogicalAxiomVisitor.visit(OWLClassAssertionAxiom axiom)
visit OWLClassAssertionAxiom type
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<OWLIndividual> |
Searcher.instances(Collection<OWLClassAssertionAxiom> axioms)
Retrieve individuals from class assertions.
|
static Collection<OWLClassExpression> |
Searcher.types(Collection<OWLClassAssertionAxiom> axioms)
Retrieve classes from class assertions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StructureWalker.visit(OWLClassAssertionAxiom axiom) |
void |
SimpleRenderer.visit(OWLClassAssertionAxiom axiom) |
O |
OWLObjectVisitorExAdapter.visit(OWLClassAssertionAxiom axiom) |
void |
OWLObjectTypeIndexProvider.visit(OWLClassAssertionAxiom axiom) |
void |
OWLObjectDuplicator.visit(OWLClassAssertionAxiom axiom) |
void |
OWLObjectComponentCollector.visit(OWLClassAssertionAxiom axiom) |
Collection<OWLEntity> |
OWLEntityCollector.visit(OWLClassAssertionAxiom axiom) |
Set<OWLClassExpression> |
OWLClassExpressionCollector.visit(OWLClassAssertionAxiom axiom) |
O |
OWLAxiomVisitorExAdapter.visit(OWLClassAssertionAxiom axiom) |
void |
OWLAxiomVisitorAdapter.visit(OWLClassAssertionAxiom axiom) |
void |
OWLAnonymousIndividualsWithMultipleOccurrences.visit(OWLClassAssertionAxiom axiom) |
void |
OWLAnnotationPropertyTransformer.visit(OWLClassAssertionAxiom axiom) |
OWLAxiom |
NNF.visit(OWLClassAssertionAxiom axiom) |
Integer |
MaximumModalDepthFinder.visit(OWLClassAssertionAxiom axiom) |
void |
HashCode.visit(OWLClassAssertionAxiom axiom) |
void |
DLExpressivityChecker.visit(OWLClassAssertionAxiom axiom) |
void |
DeprecatedOWLEntityCollector.visit(OWLClassAssertionAxiom axiom)
Deprecated.
|
O |
DelegatingObjectVisitorEx.visit(OWLClassAssertionAxiom axiom) |
void |
AxiomSubjectProvider.visit(OWLClassAssertionAxiom axiom) |
Copyright © 2016 The University of Manchester. All Rights Reserved.