| 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 | Field and Description |
|---|---|
static AxiomType<SWRLRule> |
AxiomType.SWRL_RULE
Rule.
|
| Modifier and Type | Method and Description |
|---|---|
SWRLRule |
SWRLRule.getAxiomWithoutAnnotations() |
SWRLRule |
SWRLRule.getSimplified()
If this rule contains atoms that have predicates that are inverse object properties, then
this method creates and returns a rule where the arguments of these atoms are fliped over and
the predicate is the inverse (simplified) property.
|
| Modifier and Type | Method and Description |
|---|---|
default O |
SWRLRuleVisitorExBase.visit(SWRLRule node)
visit SWRLRule type
|
default void |
SWRLRuleVisitorBase.visit(SWRLRule node)
visit SWRLRule type
|
| Modifier and Type | Method and Description |
|---|---|
SWRLRule |
SWRLProvider.getSWRLRule(Collection<? extends SWRLAtom> body,
Collection<? extends SWRLAtom> head)
Gets an anonymous SWRL Rule.
|
SWRLRule |
SWRLProvider.getSWRLRule(Collection<? extends SWRLAtom> body,
Collection<? extends SWRLAtom> head,
Collection<OWLAnnotation> annotations)
Gets an anonymous SWRL Rule.
|
| Modifier and Type | Method and Description |
|---|---|
SWRLRule |
OWLObjectDuplicator.visit(SWRLRule rule) |
SWRLRule |
OWLObjectDesharer.visit(SWRLRule rule) |
| Modifier and Type | Method and Description |
|---|---|
OWLObject |
AxiomSubjectProviderEx.visit(SWRLRule rule) |
void |
OWLAnnotationPropertyTransformer.visit(SWRLRule rule) |
O |
DelegatingObjectVisitorEx.visit(SWRLRule rule) |
void |
SimpleRenderer.visit(SWRLRule rule) |
SWRLRule |
OWLObjectDuplicator.visit(SWRLRule rule) |
SWRLRule |
OWLObjectDesharer.visit(SWRLRule rule) |
Collection<SWRLVariable> |
SWRLVariableExtractor.visit(SWRLRule node) |
void |
StructureWalker.visit(SWRLRule rule) |
| Modifier and Type | Method and Description |
|---|---|
SWRLRule |
BuilderSWRLRule.buildObject() |
| Constructor and Description |
|---|
BuilderSWRLRule(SWRLRule expected,
OWLDataFactory df)
Builder initialized from an existing object.
|
Copyright © 2018 The University of Manchester. All rights reserved.