| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.model.providers |
Provider interfaces.
|
| org.semanticweb.owlapi.search |
Search utilities package.
|
| org.semanticweb.owlapi.util |
Utilities package.
|
| org.semanticweb.owlapitools.builders |
Builders package.
|
| Modifier and Type | Field and Description |
|---|---|
static AxiomType<OWLClassAssertionAxiom> |
AxiomType.CLASS_ASSERTION
ClassAssertion.
|
| Modifier and Type | Method and Description |
|---|---|
OWLClassAssertionAxiom |
OWLClassAssertionAxiom.getAxiomWithoutAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
default Stream<OWLClassAssertionAxiom> |
OWLAxiomIndex.classAssertionAxioms(OWLClassExpression ce)
Gets the
OWLClassAssertionAxioms contained in this ontology that
make the specified class expression, ce, a type for some
individual. |
default Stream<OWLClassAssertionAxiom> |
OWLAxiomIndex.classAssertionAxioms(OWLIndividual individual)
Gets the
OWLClassAssertionAxioms contained in this ontology that
make the specified individual an instance of some class
expression. |
default Set<OWLClassAssertionAxiom> |
OWLAxiomIndex.getClassAssertionAxioms(OWLClassExpression ce)
Deprecated.
use the stream method
|
default Set<OWLClassAssertionAxiom> |
OWLAxiomIndex.getClassAssertionAxioms(OWLIndividual individual)
Deprecated.
use the stream method
|
| Modifier and Type | Method and Description |
|---|---|
default O |
OWLLogicalAxiomVisitorEx.visit(OWLClassAssertionAxiom axiom)
visit OWLClassAssertionAxiom type
|
default void |
OWLLogicalAxiomVisitor.visit(OWLClassAssertionAxiom axiom)
visit OWLClassAssertionAxiom type
|
| Modifier and Type | Method and Description |
|---|---|
default OWLClassAssertionAxiom |
ClassAssertionProvider.getOWLClassAssertionAxiom(OWLClassExpression classExpression,
OWLIndividual individual) |
OWLClassAssertionAxiom |
ClassAssertionProvider.getOWLClassAssertionAxiom(OWLClassExpression classExpression,
OWLIndividual individual,
Collection<OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
static Stream<OWLIndividual> |
Searcher.instances(Stream<OWLClassAssertionAxiom> axioms)
Retrieve individuals from class assertions.
|
static Stream<OWLClassExpression> |
Searcher.types(Stream<OWLClassAssertionAxiom> axioms)
Retrieve classes from class assertions.
|
| Modifier and Type | Method and Description |
|---|---|
OWLClassAssertionAxiom |
OWLObjectDuplicator.visit(OWLClassAssertionAxiom ax) |
OWLClassAssertionAxiom |
OWLObjectDesharer.visit(OWLClassAssertionAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLAxiom |
NNF.visit(OWLClassAssertionAxiom axiom) |
OWLObject |
AxiomSubjectProviderEx.visit(OWLClassAssertionAxiom axiom) |
void |
OWLAnnotationPropertyTransformer.visit(OWLClassAssertionAxiom ax) |
O |
DelegatingObjectVisitorEx.visit(OWLClassAssertionAxiom axiom) |
void |
SimpleRenderer.visit(OWLClassAssertionAxiom axiom) |
OWLClassAssertionAxiom |
OWLObjectDuplicator.visit(OWLClassAssertionAxiom ax) |
OWLClassAssertionAxiom |
OWLObjectDesharer.visit(OWLClassAssertionAxiom axiom) |
void |
DLExpressivityChecker.visit(OWLClassAssertionAxiom axiom) |
Integer |
MaximumModalDepthFinder.visit(OWLClassAssertionAxiom axiom) |
void |
StructureWalker.visit(OWLClassAssertionAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLClassAssertionAxiom |
BuilderClassAssertion.buildObject() |
| Constructor and Description |
|---|
BuilderClassAssertion(OWLClassAssertionAxiom expected,
OWLDataFactory df)
Builder initialized from an existing object.
|
Copyright © 2018 The University of Manchester. All rights reserved.