| Package | Description |
|---|---|
| org.semanticweb.owlapi.dlsyntax.renderer |
DL syntax renderer.
|
| 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.providers |
Provider interfaces.
|
| 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.
|
| uk.ac.manchester.cs.owl.owlapi |
OWL API reference implementation package.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DLSyntaxObjectRenderer.visit(SWRLIndividualArgument node) |
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionalSyntaxObjectRenderer.visit(SWRLIndividualArgument node) |
| Modifier and Type | Method and Description |
|---|---|
void |
LatexObjectVisitor.visit(SWRLIndividualArgument node) |
| Modifier and Type | Method and Description |
|---|---|
void |
ManchesterOWLSyntaxObjectRenderer.visit(SWRLIndividualArgument node) |
| Modifier and Type | Method and Description |
|---|---|
default O |
SWRLObjectVisitorEx.visit(SWRLIndividualArgument node)
visit SWRLIndividualArgument type
|
default void |
SWRLObjectVisitor.visit(SWRLIndividualArgument node)
visit SWRLIndividualArgument type
|
| Modifier and Type | Method and Description |
|---|---|
SWRLIndividualArgument |
SWRLProvider.getSWRLIndividualArgument(OWLIndividual individual)
Gets a SWRLIndividualArgument, which is used to wrap and OWLIndividual as
an argument for an atom.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OWLXMLObjectRenderer.visit(SWRLIndividualArgument node) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTranslator.visit(SWRLIndividualArgument node) |
| Modifier and Type | Method and Description |
|---|---|
SWRLIndividualArgument |
OWLObjectDuplicator.visit(SWRLIndividualArgument node) |
SWRLIndividualArgument |
OWLObjectDesharer.visit(SWRLIndividualArgument node) |
| Modifier and Type | Method and Description |
|---|---|
void |
StructureWalker.visit(SWRLIndividualArgument node) |
void |
SimpleRendererDebug.visit(SWRLIndividualArgument node) |
void |
SimpleRenderer.visit(SWRLIndividualArgument node) |
Collection<SWRLVariable> |
SWRLVariableExtractor.visit(SWRLIndividualArgument node) |
SWRLIndividualArgument |
OWLObjectDuplicator.visit(SWRLIndividualArgument node) |
SWRLIndividualArgument |
OWLObjectDesharer.visit(SWRLIndividualArgument node) |
void |
OWLAnnotationPropertyTransformer.visit(SWRLIndividualArgument node) |
O |
DelegatingObjectVisitorEx.visit(SWRLIndividualArgument node) |
| Modifier and Type | Method and Description |
|---|---|
SWRLIndividualArgument |
BuilderSWRLIndividualArgument.buildObject() |
| Constructor and Description |
|---|
BuilderSWRLIndividualArgument(SWRLIndividualArgument expected,
OWLDataFactory df)
Builder initialized from an existing object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SWRLIndividualArgumentImpl |
| Modifier and Type | Method and Description |
|---|---|
SWRLIndividualArgument |
OWLDataFactoryImpl.getSWRLIndividualArgument(OWLIndividual individual) |
Copyright © 2019 The University of Manchester. All rights reserved.