| 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 Set<SWRLVariable> |
SWRLRule.getVariables()
Deprecated.
|
Stream<SWRLVariable> |
SWRLRule.variables()
Gets the variables that appear in this rule.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
SWRLObjectVisitor.visit(SWRLVariable node)
visit SWRLVariable type
|
default O |
SWRLObjectVisitorEx.visit(SWRLVariable node)
visit SWRLVariable type
|
| Modifier and Type | Method and Description |
|---|---|
default SWRLVariable |
SWRLProvider.getSWRLVariable(HasIRI var)
Gets a SWRLVariable with the same IRI as the input.
|
SWRLVariable |
SWRLProvider.getSWRLVariable(IRI var)
Gets a SWRLVariable.
|
default SWRLVariable |
SWRLProvider.getSWRLVariable(String iri)
Gets a SWRLVariable.
|
default SWRLVariable |
SWRLProvider.getSWRLVariable(String namespace,
String remainder)
Gets a SWRLVariable.
|
| Modifier and Type | Method and Description |
|---|---|
SWRLVariable |
OWLObjectDuplicator.visit(SWRLVariable node) |
SWRLVariable |
OWLObjectDesharer.visit(SWRLVariable node) |
| Modifier and Type | Method and Description |
|---|---|
String |
SWRLVariableShortFormProvider.getShortForm(SWRLVariable variable) |
void |
OWLAnnotationPropertyTransformer.visit(SWRLVariable node) |
O |
DelegatingObjectVisitorEx.visit(SWRLVariable node) |
void |
SimpleRenderer.visit(SWRLVariable node) |
SWRLVariable |
OWLObjectDuplicator.visit(SWRLVariable node) |
SWRLVariable |
OWLObjectDesharer.visit(SWRLVariable node) |
Collection<SWRLVariable> |
SWRLVariableExtractor.visit(SWRLVariable node) |
void |
StructureWalker.visit(SWRLVariable node) |
Collection<OWLObject> |
OWLObjectComponentCollector.visit(SWRLVariable node) |
| Modifier and Type | Method and Description |
|---|---|
SWRLVariable |
BuilderSWRLVariable.buildObject() |
| Constructor and Description |
|---|
BuilderSWRLVariable(SWRLVariable expected,
OWLDataFactory df)
Builder initialized from an existing object.
|
Copyright © 2018 The University of Manchester. All rights reserved.