| Package | Description |
|---|---|
| org.obolibrary.macro | |
| org.semanticweb.owlapi.dlsyntax.renderer | |
| org.semanticweb.owlapi.functional.renderer | |
| org.semanticweb.owlapi.latex.renderer |
LaTeX syntax renderer
|
| org.semanticweb.owlapi.manchestersyntax.renderer | |
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.owlxml.renderer | |
| org.semanticweb.owlapi.rdf.model |
RDF model package
|
| org.semanticweb.owlapi.util |
Utilities package
|
| org.semanticweb.owlapitools.builders | |
| uk.ac.manchester.cs.owl.owlapi |
OWL API reference implementation package
|
| Modifier and Type | Method and Description |
|---|---|
OWLAxiom |
AbstractMacroExpansionVisitor.visit(SWRLRule rule) |
| Modifier and Type | Method and Description |
|---|---|
void |
DLSyntaxObjectRenderer.visit(SWRLRule rule) |
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionalSyntaxObjectRenderer.visit(SWRLRule rule) |
| Modifier and Type | Method and Description |
|---|---|
void |
LatexObjectVisitor.visit(SWRLRule rule) |
| Modifier and Type | Method and Description |
|---|---|
void |
ManchesterOWLSyntaxObjectRenderer.visit(SWRLRule rule) |
Collection<OWLAxiom> |
ManchesterOWLSyntaxFrameRenderer.write(SWRLRule rule) |
| 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 |
OWLXMLObjectRenderer.visit(SWRLRule rule) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTranslator.visit(SWRLRule rule) |
| Modifier and Type | Method and Description |
|---|---|
void |
StructureWalker.visit(SWRLRule rule) |
void |
SimpleRenderer.visit(SWRLRule rule) |
void |
SWRLVariableExtractor.visit(SWRLRule node) |
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) |
| Modifier and Type | Method and Description |
|---|---|
SWRLRule |
BuilderSWRLRule.buildObject() |
| Constructor and Description |
|---|
BuilderSWRLRule(SWRLRule expected,
OWLDataFactory df)
builder initialized from an existing object
|
| Modifier and Type | Class and Description |
|---|---|
class |
SWRLRuleImpl |
| Modifier and Type | Method and Description |
|---|---|
SWRLRule |
SWRLRuleImpl.getAxiomWithoutAnnotations() |
SWRLRule |
SWRLRuleImpl.getSimplified() |
SWRLRule |
OWLDataFactoryImpl.getSWRLRule(Set<? extends SWRLAtom> body,
Set<? extends SWRLAtom> head) |
SWRLRule |
OWLDataFactoryImpl.getSWRLRule(Set<? extends SWRLAtom> body,
Set<? extends SWRLAtom> head,
Set<OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractEntityRegistrationManager.visit(SWRLRule rule) |
Copyright © 2016 The University of Manchester. All Rights Reserved.