| Package | Description |
|---|---|
| org.semanticweb.owlapi.model | |
| org.semanticweb.owlapi.profiles | |
| org.semanticweb.owlapi.util |
| 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(IRI iri,
Set<? extends SWRLAtom> body,
Set<? extends SWRLAtom> head)
Deprecated.
|
SWRLRule |
SWRLDataFactory.getSWRLRule(NodeID nodeID,
Set<? extends SWRLAtom> body,
Set<? extends SWRLAtom> head)
Deprecated.
|
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
|
O |
OWLAxiomVisitorEx.visit(SWRLRule rule)
visit SWRLRule type
|
void |
OWLAxiomVisitor.visit(SWRLRule rule)
visit SWRLRule type
|
| Modifier and Type | Method and Description |
|---|---|
Object |
OWL2ELProfile.OWL2ELProfileObjectVisitor.visit(SWRLRule rule) |
| Modifier and Type | Method and Description |
|---|---|
void |
SWRLVariableExtractor.visit(SWRLRule node) |
void |
SimpleRenderer.visit(SWRLRule rule) |
O |
OWLObjectVisitorExAdapter.visit(SWRLRule rule) |
void |
OWLObjectVisitorAdapter.visit(SWRLRule rule) |
void |
OWLObjectTypeIndexProvider.visit(SWRLRule rule) |
void |
OWLObjectDuplicator.visit(SWRLRule rule) |
void |
OWLObjectComponentCollector.visit(SWRLRule node) |
void |
OWLEntityCollector.visit(SWRLRule rule) |
Set<OWLClassExpression> |
OWLClassExpressionCollector.visit(SWRLRule rule) |
O |
OWLAxiomVisitorExAdapter.visit(SWRLRule rule) |
void |
OWLAxiomVisitorAdapter.visit(SWRLRule rule) |
void |
OWLAxiomTypeProcessor.visit(SWRLRule rule) |
OWLAxiom |
NNF.visit(SWRLRule rule) |
Integer |
MaximumModalDepthFinder.visit(SWRLRule rule) |
Boolean |
HornAxiomVisitorEx.visit(SWRLRule rule) |
void |
HashCode.visit(SWRLRule rule) |
void |
DLExpressivityChecker.visit(SWRLRule rule) |
O |
DelegatingObjectVisitorEx.visit(SWRLRule rule) |
void |
AxiomTypeProvider.visit(SWRLRule rule)
Deprecated.
|
void |
AxiomSubjectProvider.visit(SWRLRule rule) |
Copyright © 2014 The University of Manchester. All Rights Reserved.