| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.model.providers |
Provider interfaces.
|
| org.semanticweb.owlapi.util |
Utilities package.
|
| org.semanticweb.owlapitools.builders |
Builders package.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
SWRLObjectVisitor.visit(SWRLLiteralArgument node)
visit SWRLLiteralArgument type
|
default O |
SWRLObjectVisitorEx.visit(SWRLLiteralArgument node)
visit SWRLLiteralArgument type
|
| Modifier and Type | Method and Description |
|---|---|
SWRLLiteralArgument |
SWRLProvider.getSWRLLiteralArgument(OWLLiteral literal)
Gets a SWRLLiteralArgument, which is used to wrap an OWLLiteral to
provide an argument for an atom.
|
| Modifier and Type | Method and Description |
|---|---|
SWRLLiteralArgument |
OWLObjectDuplicator.visit(SWRLLiteralArgument node) |
SWRLLiteralArgument |
OWLObjectDesharer.visit(SWRLLiteralArgument node) |
| Modifier and Type | Method and Description |
|---|---|
void |
OWLAnnotationPropertyTransformer.visit(SWRLLiteralArgument node) |
O |
DelegatingObjectVisitorEx.visit(SWRLLiteralArgument node) |
void |
SimpleRenderer.visit(SWRLLiteralArgument node) |
SWRLLiteralArgument |
OWLObjectDuplicator.visit(SWRLLiteralArgument node) |
SWRLLiteralArgument |
OWLObjectDesharer.visit(SWRLLiteralArgument node) |
Collection<SWRLVariable> |
SWRLVariableExtractor.visit(SWRLLiteralArgument node) |
void |
StructureWalker.visit(SWRLLiteralArgument node) |
| Modifier and Type | Method and Description |
|---|---|
SWRLLiteralArgument |
BuilderSWRLLiteralArgument.buildObject() |
| Constructor and Description |
|---|
BuilderSWRLLiteralArgument(SWRLLiteralArgument expected,
OWLDataFactory df)
Builder initialized from an existing object.
|
Copyright © 2018 The University of Manchester. All rights reserved.