| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.util |
Utilities package
|
| Modifier and Type | Field and Description |
|---|---|
static AxiomType<OWLHasKeyAxiom> |
AxiomType.HAS_KEY
HasKey
|
| Modifier and Type | Method and Description |
|---|---|
OWLHasKeyAxiom |
OWLHasKeyAxiom.getAxiomWithoutAnnotations() |
OWLHasKeyAxiom |
OWLDataFactory.getOWLHasKeyAxiom(OWLClassExpression ce,
OWLPropertyExpression... properties) |
OWLHasKeyAxiom |
OWLDataFactory.getOWLHasKeyAxiom(OWLClassExpression ce,
Set<? extends OWLPropertyExpression> properties) |
OWLHasKeyAxiom |
OWLDataFactory.getOWLHasKeyAxiom(OWLClassExpression ce,
Set<? extends OWLPropertyExpression> objectProperties,
Set<? extends OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
Set<OWLHasKeyAxiom> |
OWLAxiomIndex.getHasKeyAxioms(OWLClass cls)
Gets the has key axioms that have the specified class as their subject.
|
| Modifier and Type | Method and Description |
|---|---|
O |
OWLLogicalAxiomVisitorEx.visit(OWLHasKeyAxiom axiom)
visit OWLHasKeyAxiom type
|
void |
OWLLogicalAxiomVisitor.visit(OWLHasKeyAxiom axiom)
visit OWLHasKeyAxiom type
|
| Modifier and Type | Method and Description |
|---|---|
void |
StructureWalker.visit(OWLHasKeyAxiom axiom) |
void |
SimpleRenderer.visit(OWLHasKeyAxiom axiom) |
O |
OWLObjectVisitorExAdapter.visit(OWLHasKeyAxiom axiom) |
void |
OWLObjectTypeIndexProvider.visit(OWLHasKeyAxiom axiom) |
void |
OWLObjectDuplicator.visit(OWLHasKeyAxiom axiom) |
void |
OWLObjectComponentCollector.visit(OWLHasKeyAxiom axiom) |
Collection<OWLEntity> |
OWLEntityCollector.visit(OWLHasKeyAxiom axiom) |
Set<OWLClassExpression> |
OWLClassExpressionCollector.visit(OWLHasKeyAxiom axiom) |
O |
OWLAxiomVisitorExAdapter.visit(OWLHasKeyAxiom axiom) |
void |
OWLAxiomVisitorAdapter.visit(OWLHasKeyAxiom axiom) |
void |
OWLAnonymousIndividualsWithMultipleOccurrences.visit(OWLHasKeyAxiom axiom) |
void |
OWLAnnotationPropertyTransformer.visit(OWLHasKeyAxiom axiom) |
OWLAxiom |
NNF.visit(OWLHasKeyAxiom axiom) |
void |
HashCode.visit(OWLHasKeyAxiom axiom) |
void |
DeprecatedOWLEntityCollector.visit(OWLHasKeyAxiom axiom)
Deprecated.
|
O |
DelegatingObjectVisitorEx.visit(OWLHasKeyAxiom axiom) |
void |
AxiomSubjectProvider.visit(OWLHasKeyAxiom axiom) |
Copyright © 2016 The University of Manchester. All Rights Reserved.