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

Packages that use OWLObjectSelfRestriction
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.model   
org.semanticweb.owl.normalform   
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 OWLObjectSelfRestriction in de.uulm.ecs.ai.owl.krssrenderer
 

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

Uses of OWLObjectSelfRestriction in org.coode.owl.functionalrenderer
 

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

Uses of OWLObjectSelfRestriction in org.coode.owl.latex
 

Methods in org.coode.owl.latex with parameters of type OWLObjectSelfRestriction
 void LatexObjectVisitor.visit(OWLObjectSelfRestriction desc)
           
 void LatexBracketChecker.visit(OWLObjectSelfRestriction owlSelfRestriction)
           
 

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

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

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

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

Uses of OWLObjectSelfRestriction in org.semanticweb.owl.model
 

Methods in org.semanticweb.owl.model that return OWLObjectSelfRestriction
 OWLObjectSelfRestriction OWLDataFactory.getOWLObjectSelfRestriction(OWLObjectPropertyExpression property)
           
 

Methods in org.semanticweb.owl.model with parameters of type OWLObjectSelfRestriction
 O OWLDescriptionVisitorEx.visit(OWLObjectSelfRestriction desc)
           
 void OWLDescriptionVisitor.visit(OWLObjectSelfRestriction desc)
           
 

Uses of OWLObjectSelfRestriction in org.semanticweb.owl.normalform
 

Methods in org.semanticweb.owl.normalform with parameters of type OWLObjectSelfRestriction
 void OWLObjectComplementOfExtractor.visit(OWLObjectSelfRestriction desc)
           
 

Uses of OWLObjectSelfRestriction in org.semanticweb.owl.util
 

Methods in org.semanticweb.owl.util with parameters of type OWLObjectSelfRestriction
 void SimpleRenderer.visit(OWLObjectSelfRestriction desc)
           
 O OWLObjectVisitorExAdapter.visit(OWLObjectSelfRestriction desc)
           
 void OWLObjectVisitorAdapter.visit(OWLObjectSelfRestriction desc)
           
 void OWLObjectTypeIndexProvider.visit(OWLObjectSelfRestriction desc)
           
 void OWLObjectDuplicator.visit(OWLObjectSelfRestriction desc)
           
 void OWLObjectComponentCollector.visit(OWLObjectSelfRestriction desc)
           
 void OWLEntityCollector.visit(OWLObjectSelfRestriction desc)
           
 void OWLDescriptionVisitorAdapter.visit(OWLObjectSelfRestriction desc)
           
 void OWLDescriptionComparator.CoarseGrainedDescriptionComparator.visit(OWLObjectSelfRestriction desc)
           
 OWLDescription NNF.visit(OWLObjectSelfRestriction desc)
           
 void HashCode.visit(OWLObjectSelfRestriction desc)
           
 void DLExpressivityChecker.visit(OWLObjectSelfRestriction desc)
           
 O DelegatingObjectVisitorEx.visit(OWLObjectSelfRestriction desc)
           
 

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

Classes in uk.ac.manchester.cs.owl that implement OWLObjectSelfRestriction
 class OWLObjectSelfRestrictionImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006

 

Methods in uk.ac.manchester.cs.owl that return OWLObjectSelfRestriction
 OWLObjectSelfRestriction OWLDataFactoryImpl.getOWLObjectSelfRestriction(OWLObjectPropertyExpression property)
           
 

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

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

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

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

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

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