| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.model.axiomproviders |
Axiom provider classes.
|
| org.semanticweb.owlapi.util |
Utilities package.
|
| org.semanticweb.owlapitools.builders |
Builders package.
|
| Modifier and Type | Field and Description |
|---|---|
static AxiomType<OWLHasKeyAxiom> |
AxiomType.HAS_KEY
HasKey.
|
| Modifier and Type | Method and Description |
|---|---|
OWLHasKeyAxiom |
OWLHasKeyAxiom.getAxiomWithoutAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
default Set<OWLHasKeyAxiom> |
OWLAxiomIndex.getHasKeyAxioms(OWLClass cls)
Deprecated.
use the stream method
|
default Stream<OWLHasKeyAxiom> |
OWLAxiomIndex.hasKeyAxioms(OWLClass cls)
Gets the has key axioms that have the specified class as their subject.
|
| Modifier and Type | Method and Description |
|---|---|
default O |
OWLLogicalAxiomVisitorEx.visit(OWLHasKeyAxiom axiom)
visit OWLHasKeyAxiom type
|
default void |
OWLLogicalAxiomVisitor.visit(OWLHasKeyAxiom axiom)
visit OWLHasKeyAxiom type
|
| Modifier and Type | Method and Description |
|---|---|
default OWLHasKeyAxiom |
HasKeyAxiomProvider.getOWLHasKeyAxiom(OWLClassExpression ce,
Collection<? extends OWLPropertyExpression> properties) |
OWLHasKeyAxiom |
HasKeyAxiomProvider.getOWLHasKeyAxiom(OWLClassExpression ce,
Collection<? extends OWLPropertyExpression> objectProperties,
Collection<OWLAnnotation> annotations) |
default OWLHasKeyAxiom |
HasKeyAxiomProvider.getOWLHasKeyAxiom(OWLClassExpression ce,
OWLPropertyExpression... properties) |
| Modifier and Type | Method and Description |
|---|---|
OWLHasKeyAxiom |
OWLObjectDuplicator.visit(OWLHasKeyAxiom ax) |
OWLHasKeyAxiom |
OWLObjectDesharer.visit(OWLHasKeyAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLObject |
AxiomSubjectProviderEx.visit(OWLHasKeyAxiom axiom) |
void |
OWLAnnotationPropertyTransformer.visit(OWLHasKeyAxiom ax) |
O |
DelegatingObjectVisitorEx.visit(OWLHasKeyAxiom axiom) |
void |
SimpleRenderer.visit(OWLHasKeyAxiom axiom) |
OWLHasKeyAxiom |
OWLObjectDuplicator.visit(OWLHasKeyAxiom ax) |
OWLHasKeyAxiom |
OWLObjectDesharer.visit(OWLHasKeyAxiom axiom) |
void |
StructureWalker.visit(OWLHasKeyAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLHasKeyAxiom |
BuilderHasKey.buildObject() |
| Constructor and Description |
|---|
BuilderHasKey(OWLHasKeyAxiom expected,
OWLDataFactory df)
Builder initialized from an existing object.
|
Copyright © 2018 The University of Manchester. All rights reserved.