Uses of Interface
org.semanticweb.owl.model.SWRLRule

Packages that use SWRLRule
de.uulm.ecs.ai.owl.krssrenderer   
org.coode.owl.functionalrenderer   
org.coode.owl.latex   
org.coode.owl.rdf.model   
org.coode.owlapi.owlxml.renderer   
org.semanticweb.owl.debugging   
org.semanticweb.owl.model   
org.semanticweb.owl.util   
uk.ac.manchester.cs.owl   
uk.ac.manchester.cs.owl.dlsyntax   
uk.ac.manchester.cs.owl.inference.dig11   
uk.ac.manchester.cs.owl.mansyntaxrenderer   
 

Uses of SWRLRule in de.uulm.ecs.ai.owl.krssrenderer
 

Methods in de.uulm.ecs.ai.owl.krssrenderer with parameters of type SWRLRule
 void KRSS2OWLObjectRenderer.visit(SWRLRule rule)
           
 

Uses of SWRLRule in org.coode.owl.functionalrenderer
 

Methods in org.coode.owl.functionalrenderer with parameters of type SWRLRule
 void OWLObjectRenderer.visit(SWRLRule rule)
           
 

Uses of SWRLRule in org.coode.owl.latex
 

Methods in org.coode.owl.latex with parameters of type SWRLRule
 void LatexObjectVisitor.visit(SWRLRule rule)
           
 

Uses of SWRLRule in org.coode.owl.rdf.model
 

Methods in org.coode.owl.rdf.model with parameters of type SWRLRule
 void AbstractTranslator.visit(SWRLRule rule)
           
 

Uses of SWRLRule in org.coode.owlapi.owlxml.renderer
 

Methods in org.coode.owlapi.owlxml.renderer with parameters of type SWRLRule
 void OWLXMLObjectRenderer.visit(SWRLRule rule)
           
 

Uses of SWRLRule in org.semanticweb.owl.debugging
 

Methods in org.semanticweb.owl.debugging with parameters of type SWRLRule
 void DebuggerDescriptionGenerator.visit(SWRLRule rule)
           
 

Uses of SWRLRule in org.semanticweb.owl.model
 

Fields in org.semanticweb.owl.model with type parameters of type SWRLRule
static AxiomType<SWRLRule> AxiomType.SWRL_RULE
           
 

Methods in org.semanticweb.owl.model that return SWRLRule
 SWRLRule SWRLDataFactory.getSWRLRule(java.util.Set<? extends SWRLAtom> antecendent, java.util.Set<? extends SWRLAtom> consequent)
          Gets a SWRL rule which is not named with a URI.
 SWRLRule SWRLDataFactory.getSWRLRule(java.net.URI uri, boolean anonymous, java.util.Set<? extends SWRLAtom> antededent, java.util.Set<? extends SWRLAtom> consequent)
          Gets a SWRL rule.
 SWRLRule SWRLDataFactory.getSWRLRule(java.net.URI uri, java.util.Set<? extends SWRLAtom> antecendent, java.util.Set<? extends SWRLAtom> consequent)
          Gets a SWRL rule which is named with a URI
 

Methods in org.semanticweb.owl.model that return types with arguments of type SWRLRule
 java.util.Set<SWRLRule> OWLOntology.getRules()
          Gets the rules in this ontology.
 

Methods in org.semanticweb.owl.model with parameters of type SWRLRule
 O SWRLObjectVisitorEx.visit(SWRLRule node)
           
 void SWRLObjectVisitor.visit(SWRLRule node)
           
 O OWLAxiomVisitorEx.visit(SWRLRule rule)
           
 void OWLAxiomVisitor.visit(SWRLRule rule)
           
 

Uses of SWRLRule in org.semanticweb.owl.util
 

Methods in org.semanticweb.owl.util with parameters of type SWRLRule
 void SWRLVariableExtractor.visit(SWRLRule node)
           
 void SimpleRenderer.visit(SWRLRule rule)
           
 void OWLOntologyChangeFilter.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)
           
 void OWLAxiomVisitorAdapter.visit(SWRLRule rule)
           
 void OWLAxiomTypeProcessor.visit(SWRLRule rule)
           
 void HashCode.visit(SWRLRule rule)
           
 void DLExpressivityChecker.visit(SWRLRule rule)
           
 O DelegatingObjectVisitorEx.visit(SWRLRule rule)
           
 void AxiomTypeProvider.visit(SWRLRule rule)
           
 void AxiomSubjectProvider.visit(SWRLRule rule)
           
 

Uses of SWRLRule in uk.ac.manchester.cs.owl
 

Classes in uk.ac.manchester.cs.owl that implement SWRLRule
 class SWRLRuleImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 15-Jan-2007

 

Methods in uk.ac.manchester.cs.owl that return SWRLRule
 SWRLRule OWLDataFactoryImpl.getSWRLRule(java.util.Set<? extends SWRLAtom> antecendent, java.util.Set<? extends SWRLAtom> consequent)
          Gets a SWRL rule which is anonymous - i.e.
 SWRLRule OWLDataFactoryImpl.getSWRLRule(java.net.URI uri, boolean anonymous, java.util.Set<? extends SWRLAtom> antededent, java.util.Set<? extends SWRLAtom> consequent)
          Gets a SWRL rule which is not named with a URI - i.e.
 SWRLRule OWLDataFactoryImpl.getSWRLRule(java.net.URI uri, java.util.Set<? extends SWRLAtom> antecendent, java.util.Set<? extends SWRLAtom> consequent)
          Gets a SWRL rule which is named with a URI
 

Methods in uk.ac.manchester.cs.owl that return types with arguments of type SWRLRule
 java.util.Set<SWRLRule> OWLOntologyImpl.getRules()
           
 

Uses of SWRLRule in uk.ac.manchester.cs.owl.dlsyntax
 

Methods in uk.ac.manchester.cs.owl.dlsyntax with parameters of type SWRLRule
 void DLSyntaxObjectRenderer.visit(SWRLRule rule)
           
 

Uses of SWRLRule in uk.ac.manchester.cs.owl.inference.dig11
 

Methods in uk.ac.manchester.cs.owl.inference.dig11 with parameters of type SWRLRule
 void DIGRenderer.visit(SWRLRule rule)
           
 

Uses of SWRLRule in uk.ac.manchester.cs.owl.mansyntaxrenderer
 

Methods in uk.ac.manchester.cs.owl.mansyntaxrenderer with parameters of type SWRLRule
 void ManchesterOWLSyntaxObjectRenderer.visit(SWRLRule rule)