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 | Description |
---|---|---|
OWLAxiom |
AbstractMacroExpansionVisitor.visit(SWRLRule rule) |
Modifier and Type | Method | Description |
---|---|---|
void |
DLSyntaxObjectRenderer.visit(SWRLRule rule) |
Modifier and Type | Method | Description |
---|---|---|
void |
FunctionalSyntaxObjectRenderer.visit(SWRLRule rule) |
Modifier and Type | Method | Description |
---|---|---|
void |
LatexObjectVisitor.visit(SWRLRule rule) |
Modifier and Type | Method | Description |
---|---|---|
void |
ManchesterOWLSyntaxObjectRenderer.visit(SWRLRule rule) |
|
Collection<OWLAxiom> |
ManchesterOWLSyntaxFrameRenderer.write(SWRLRule rule) |
Modifier and Type | Field | Description |
---|---|---|
static AxiomType<SWRLRule> |
AxiomType.SWRL_RULE |
Rule
|
Modifier and Type | Method | 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 | Description |
---|---|---|
void |
OWLLogicalAxiomVisitor.visit(SWRLRule rule) |
visit SWRLRule type
|
O |
OWLLogicalAxiomVisitorEx.visit(SWRLRule rule) |
visit SWRLRule type
|
void |
SWRLObjectVisitor.visit(SWRLRule node) |
visit SWRLRule type
|
O |
SWRLObjectVisitorEx.visit(SWRLRule node) |
visit SWRLRule type
|
Modifier and Type | Method | Description |
---|---|---|
void |
OWLXMLObjectRenderer.visit(SWRLRule rule) |
Modifier and Type | Method | Description |
---|---|---|
void |
AbstractTranslator.visit(SWRLRule rule) |
Modifier and Type | Method | Description |
---|---|---|
SWRLRule |
OWLObjectDesharer.visit(SWRLRule rule) |
Modifier and Type | Method | Description |
---|---|---|
void |
AxiomSubjectProvider.visit(SWRLRule rule) |
|
O |
DelegatingObjectVisitorEx.visit(SWRLRule rule) |
|
void |
DeprecatedOWLEntityCollector.visit(SWRLRule rule) |
Deprecated.
|
void |
HashCode.visit(SWRLRule rule) |
|
OWLAxiom |
NNF.visit(SWRLRule rule) |
|
void |
OWLAnnotationPropertyTransformer.visit(SWRLRule rule) |
|
void |
OWLAnonymousIndividualsWithMultipleOccurrences.visit(SWRLRule rule) |
|
void |
OWLAxiomVisitorAdapter.visit(SWRLRule rule) |
|
O |
OWLAxiomVisitorExAdapter.visit(SWRLRule rule) |
|
Set<OWLClassExpression> |
OWLClassExpressionCollector.visit(SWRLRule rule) |
|
Collection<OWLEntity> |
OWLEntityCollector.visit(SWRLRule rule) |
|
void |
OWLObjectComponentCollector.visit(SWRLRule rule) |
|
SWRLRule |
OWLObjectDesharer.visit(SWRLRule rule) |
|
void |
OWLObjectDuplicator.visit(SWRLRule rule) |
|
void |
OWLObjectTypeIndexProvider.visit(SWRLRule rule) |
|
O |
OWLObjectVisitorExAdapter.visit(SWRLRule rule) |
|
void |
SimpleRenderer.visit(SWRLRule rule) |
|
void |
StructureWalker.visit(SWRLRule rule) |
|
void |
SWRLVariableExtractor.visit(SWRLRule node) |
Modifier and Type | Method | Description |
---|---|---|
SWRLRule |
BuilderSWRLRule.buildObject() |
Constructor | Description |
---|---|
BuilderSWRLRule(SWRLRule expected,
OWLDataFactory df) |
builder initialized from an existing object
|
Modifier and Type | Class | Description |
---|---|---|
class |
SWRLRuleImpl |
Modifier and Type | Method | 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 | Description |
---|---|---|
void |
AbstractEntityRegistrationManager.visit(SWRLRule rule) |
Copyright © 2018 The University of Manchester. All rights reserved.