Uses of Interface
org.semanticweb.owlapi.model.SWRLRule
Packages that use SWRLRule
Package
Description
DL syntax renderer.
Functional syntax parser and renderer.
Functional syntax parser and renderer.
LaTeX syntax renderer.
Manchester OWL syntax parser and renderer.
Main API classes.
Provider interfaces.
OWL/XML syntax parser and renderer.
Profile classes.
RDF model package.
Utilities package.
Builders package.
OWL API reference implementation package.
-
Uses of SWRLRule in org.semanticweb.owlapi.dlsyntax.renderer
Methods in org.semanticweb.owlapi.dlsyntax.renderer with parameters of type SWRLRule -
Uses of SWRLRule in org.semanticweb.owlapi.functional.parser
Methods in org.semanticweb.owlapi.functional.parser that return SWRLRule -
Uses of SWRLRule in org.semanticweb.owlapi.functional.renderer
Methods in org.semanticweb.owlapi.functional.renderer with parameters of type SWRLRule -
Uses of SWRLRule in org.semanticweb.owlapi.latex.renderer
Methods in org.semanticweb.owlapi.latex.renderer with parameters of type SWRLRule -
Uses of SWRLRule in org.semanticweb.owlapi.manchestersyntax.renderer
Methods in org.semanticweb.owlapi.manchestersyntax.renderer with parameters of type SWRLRule -
Uses of SWRLRule in org.semanticweb.owlapi.model
Fields in org.semanticweb.owlapi.model with type parameters of type SWRLRuleMethods in org.semanticweb.owlapi.model that return SWRLRuleModifier and TypeMethodDescriptionSWRLRule.getAxiomWithoutAnnotations()
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 flipped over and the predicate is the inverse (simplified) property.Methods in org.semanticweb.owlapi.model with parameters of type SWRLRule -
Uses of SWRLRule in org.semanticweb.owlapi.model.providers
Methods in org.semanticweb.owlapi.model.providers that return SWRLRuleModifier and TypeMethodDescriptionSWRLProvider.getSWRLRule
(Collection<? extends SWRLAtom> body, Collection<? extends SWRLAtom> head) Gets an anonymous SWRL Rule.SWRLProvider.getSWRLRule
(Collection<? extends SWRLAtom> body, Collection<? extends SWRLAtom> head, Collection<OWLAnnotation> annotations) Gets an anonymous SWRL Rule. -
Uses of SWRLRule in org.semanticweb.owlapi.owlxml.renderer
Methods in org.semanticweb.owlapi.owlxml.renderer with parameters of type SWRLRule -
Uses of SWRLRule in org.semanticweb.owlapi.profiles
Methods in org.semanticweb.owlapi.profiles with parameters of type SWRLRule -
Uses of SWRLRule in org.semanticweb.owlapi.rdf.model
Methods in org.semanticweb.owlapi.rdf.model with parameters of type SWRLRule -
Uses of SWRLRule in org.semanticweb.owlapi.util
Methods in org.semanticweb.owlapi.util that return SWRLRuleModifier and TypeMethodDescriptionMethods in org.semanticweb.owlapi.util with parameters of type SWRLRuleModifier and TypeMethodDescriptionvoid
void
void
void
-
Uses of SWRLRule in org.semanticweb.owlapitools.builders
Methods in org.semanticweb.owlapitools.builders that return SWRLRuleConstructors in org.semanticweb.owlapitools.builders with parameters of type SWRLRuleModifierConstructorDescriptionBuilderSWRLRule
(SWRLRule expected, OWLDataFactory df) Builder initialized from an existing object. -
Uses of SWRLRule in org.semanticweb.owlapitools.decomposition
Methods in org.semanticweb.owlapitools.decomposition with parameters of type SWRLRule -
Uses of SWRLRule in uk.ac.manchester.cs.owl.owlapi
Classes in uk.ac.manchester.cs.owl.owlapi that implement SWRLRuleMethods in uk.ac.manchester.cs.owl.owlapi that return SWRLRuleModifier and TypeMethodDescriptionSWRLRuleImpl.getAxiomWithoutAnnotations()
SWRLRuleImpl.getSimplified()
OWLDataFactoryImpl.getSWRLRule
(Collection<? extends SWRLAtom> body, Collection<? extends SWRLAtom> head) OWLDataFactoryImpl.getSWRLRule
(Collection<? extends SWRLAtom> body, Collection<? extends SWRLAtom> head, Collection<OWLAnnotation> annotations)