| Package | Description |
|---|---|
| org.semanticweb.owlapi.apibinding |
Guice modules and binding package.
|
| org.semanticweb.owlapi.functional.renderer |
Functional syntax parser and renderer.
|
| org.semanticweb.owlapi.latex.renderer |
LaTeX syntax renderer.
|
| org.semanticweb.owlapi.manchestersyntax.renderer |
Manchester OWL syntax parser and renderer.
|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.model.axiomproviders |
Axiom provider classes.
|
| org.semanticweb.owlapi.owlxml.renderer |
OWL/XML syntax parser and renderer.
|
| org.semanticweb.owlapi.rdf.model |
RDF model package.
|
| org.semanticweb.owlapi.util |
Utilities package.
|
| org.semanticweb.owlapitools.builders |
Builders package.
|
| org.semanticweb.owlapitools.decomposition | |
| uk.ac.manchester.cs.owl.owlapi |
OWL API reference implementation package.
|
| uk.ac.manchester.cs.owl.owlapi.concurrent |
Concurrent implementation package.
|
| Modifier and Type | Method and Description |
|---|---|
static OWLHasKeyAxiom |
OWLFunctionalSyntaxFactory.HasKey(Collection<OWLAnnotation> a,
OWLClassExpression classExpression,
OWLPropertyExpression... propertyExpressions) |
static OWLHasKeyAxiom |
OWLFunctionalSyntaxFactory.HasKey(OWLClassExpression classExpression,
OWLPropertyExpression... propertyExpressions) |
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionalSyntaxObjectRenderer.visit(OWLHasKeyAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
LatexObjectVisitor.visit(OWLHasKeyAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
ManchesterOWLSyntaxObjectRenderer.visit(OWLHasKeyAxiom axiom) |
| 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 java.util.stream.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 |
|---|---|
void |
OWLXMLObjectRenderer.visit(OWLHasKeyAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTranslator.visit(OWLHasKeyAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLHasKeyAxiom |
OWLObjectDuplicator.visit(OWLHasKeyAxiom axiom) |
OWLHasKeyAxiom |
OWLObjectDesharer.visit(OWLHasKeyAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
StructureWalker.visit(OWLHasKeyAxiom axiom) |
void |
SimpleRenderer.visit(OWLHasKeyAxiom axiom) |
OWLHasKeyAxiom |
OWLObjectDuplicator.visit(OWLHasKeyAxiom axiom) |
OWLHasKeyAxiom |
OWLObjectDesharer.visit(OWLHasKeyAxiom axiom) |
void |
OWLAnnotationPropertyTransformer.visit(OWLHasKeyAxiom ax) |
O |
DelegatingObjectVisitorEx.visit(OWLHasKeyAxiom axiom) |
OWLObject |
AxiomSubjectProviderEx.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SyntacticLocalityChecker.visit(OWLHasKeyAxiom axiom) |
| Modifier and Type | Class and Description |
|---|---|
class |
OWLHasKeyAxiomImpl |
| Modifier and Type | Method and Description |
|---|---|
OWLHasKeyAxiom |
OWLHasKeyAxiomImpl.getAxiomWithoutAnnotations() |
OWLHasKeyAxiom |
OWLDataFactoryImpl.getOWLHasKeyAxiom(OWLClassExpression ce,
Collection<? extends OWLPropertyExpression> objectProperties,
Collection<OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
K |
InitVisitorFactory.InitVisitor.visit(OWLHasKeyAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
Set<OWLHasKeyAxiom> |
ConcurrentOWLOntologyImpl.getHasKeyAxioms(OWLClass owlClass) |
java.util.stream.Stream<OWLHasKeyAxiom> |
ConcurrentOWLOntologyImpl.hasKeyAxioms(OWLClass cls) |
Copyright © 2017 The University of Manchester. All Rights Reserved.