Package | Description |
---|---|
org.obolibrary.macro | |
org.semanticweb.owlapi.apibinding |
Binding package
|
org.semanticweb.owlapi.functional.parser | |
org.semanticweb.owlapi.functional.renderer | |
org.semanticweb.owlapi.latex.renderer |
LaTeX syntax renderer
|
org.semanticweb.owlapi.manchestersyntax.renderer | |
org.semanticweb.owlapi.model |
Main API classes.
|
org.semanticweb.owlapi.owlxml.renderer | |
org.semanticweb.owlapi.profiles | |
org.semanticweb.owlapi.rdf.model |
RDF model package
|
org.semanticweb.owlapi.util |
Utilities package
|
org.semanticweb.owlapitools.builders | |
uk.ac.manchester.cs.owl.owlapi |
OWL API reference implementation package
|
uk.ac.manchester.cs.owl.owlapi.concurrent |
Modifier and Type | Method and Description |
---|---|
OWLAxiom |
AbstractMacroExpansionVisitor.visit(OWLHasKeyAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
static OWLHasKeyAxiom |
OWLFunctionalSyntaxFactory.HasKey(OWLClassExpression classExpression,
OWLPropertyExpression... propertyExpressions) |
static OWLHasKeyAxiom |
OWLFunctionalSyntaxFactory.HasKey(Set<OWLAnnotation> a,
OWLClassExpression classExpression,
OWLPropertyExpression... propertyExpressions) |
Modifier and Type | Method and Description |
---|---|
OWLHasKeyAxiom |
OWLFunctionalSyntaxParser.HasKey() |
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() |
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 |
OWLXMLObjectRenderer.visit(OWLHasKeyAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
void |
ProfileVisitor.visit(OWLHasKeyAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTranslator.visit(OWLHasKeyAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
OWLHasKeyAxiom |
OWLObjectDesharer.visit(OWLHasKeyAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
void |
StructureWalker.visit(OWLHasKeyAxiom axiom) |
void |
SimpleRendererDebug.visit(OWLHasKeyAxiom axiom) |
void |
SimpleRenderer.visit(OWLHasKeyAxiom axiom) |
O |
OWLObjectVisitorExAdapter.visit(OWLHasKeyAxiom axiom) |
void |
OWLObjectTypeIndexProvider.visit(OWLHasKeyAxiom axiom) |
void |
OWLObjectDuplicator.visit(OWLHasKeyAxiom axiom) |
OWLHasKeyAxiom |
OWLObjectDesharer.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) |
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 | Class and Description |
---|---|
class |
OWLHasKeyAxiomImpl |
Modifier and Type | Method and Description |
---|---|
OWLHasKeyAxiom |
OWLHasKeyAxiomImpl.getAnnotatedAxiom(Set<OWLAnnotation> annotations) |
OWLHasKeyAxiom |
OWLHasKeyAxiomImpl.getAxiomWithoutAnnotations() |
OWLHasKeyAxiom |
OWLDataFactoryImpl.getOWLHasKeyAxiom(OWLClassExpression ce,
OWLPropertyExpression... properties) |
OWLHasKeyAxiom |
OWLDataFactoryImpl.getOWLHasKeyAxiom(OWLClassExpression ce,
Set<? extends OWLPropertyExpression> properties) |
OWLHasKeyAxiom |
OWLDataFactoryImpl.getOWLHasKeyAxiom(OWLClassExpression ce,
Set<? extends OWLPropertyExpression> objectProperties,
Set<? extends OWLAnnotation> annotations) |
Modifier and Type | Method and Description |
---|---|
Set<OWLHasKeyAxiom> |
OWLAxiomIndexImpl.getHasKeyAxioms(OWLClass cls) |
Modifier and Type | Method and Description |
---|---|
K |
InitVisitorFactory.InitVisitor.visit(OWLHasKeyAxiom axiom) |
void |
AbstractEntityRegistrationManager.visit(OWLHasKeyAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
Set<OWLHasKeyAxiom> |
ConcurrentOWLOntologyImpl.getHasKeyAxioms(OWLClass owlClass) |
Copyright © 2020 The University of Manchester. All rights reserved.