| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.util |
Utilities 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.
|
SWRLRule |
SWRLDataFactory.getSWRLRule(Set<? extends SWRLAtom> body,
Set<? extends SWRLAtom> head)
Gets an anonymous SWRL Rule.
|
SWRLRule |
SWRLDataFactory.getSWRLRule(Set<? extends SWRLAtom> body,
Set<? extends SWRLAtom> head,
Set<OWLAnnotation> annotations)
Gets an anonymous SWRL Rule.
|
| Modifier and Type | Method and Description |
|---|---|
O |
SWRLObjectVisitorEx.visit(SWRLRule node)
visit SWRLRule type
|
void |
SWRLObjectVisitor.visit(SWRLRule node)
visit SWRLRule type
|
O |
OWLLogicalAxiomVisitorEx.visit(SWRLRule rule)
visit SWRLRule type
|
void |
OWLLogicalAxiomVisitor.visit(SWRLRule rule)
visit SWRLRule type
|
| Modifier and Type | Method and Description |
|---|---|
void |
SWRLVariableExtractor.visit(SWRLRule node) |
void |
StructureWalker.visit(SWRLRule rule) |
void |
SimpleRenderer.visit(SWRLRule rule) |
O |
OWLObjectVisitorExAdapter.visit(SWRLRule rule) |
void |
OWLObjectTypeIndexProvider.visit(SWRLRule rule) |
void |
OWLObjectDuplicator.visit(SWRLRule rule) |
void |
OWLObjectComponentCollector.visit(SWRLRule rule) |
Collection<OWLEntity> |
OWLEntityCollector.visit(SWRLRule rule) |
Set<OWLClassExpression> |
OWLClassExpressionCollector.visit(SWRLRule rule) |
O |
OWLAxiomVisitorExAdapter.visit(SWRLRule rule) |
void |
OWLAxiomVisitorAdapter.visit(SWRLRule rule) |
void |
OWLAnonymousIndividualsWithMultipleOccurrences.visit(SWRLRule rule) |
void |
OWLAnnotationPropertyTransformer.visit(SWRLRule rule) |
OWLAxiom |
NNF.visit(SWRLRule rule) |
void |
HashCode.visit(SWRLRule rule) |
void |
DeprecatedOWLEntityCollector.visit(SWRLRule rule)
Deprecated.
|
O |
DelegatingObjectVisitorEx.visit(SWRLRule rule) |
void |
AxiomSubjectProvider.visit(SWRLRule rule) |
Copyright © 2016 The University of Manchester. All Rights Reserved.