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

Packages that use OWLDataAllRestriction
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 OWLDataAllRestriction in de.uulm.ecs.ai.owl.krssrenderer
 

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

Uses of OWLDataAllRestriction in org.coode.owl.functionalrenderer
 

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

Uses of OWLDataAllRestriction in org.coode.owl.latex
 

Methods in org.coode.owl.latex with parameters of type OWLDataAllRestriction
 void LatexObjectVisitor.visit(OWLDataAllRestriction node)
           
 void LatexBracketChecker.visit(OWLDataAllRestriction node)
           
 

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

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

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

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

Uses of OWLDataAllRestriction in org.semanticweb.owl.model
 

Methods in org.semanticweb.owl.model that return OWLDataAllRestriction
 OWLDataAllRestriction OWLDataFactory.getOWLDataAllRestriction(OWLDataPropertyExpression property, OWLDataRange dataRange)
           
 

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

Uses of OWLDataAllRestriction in org.semanticweb.owl.normalform
 

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

Uses of OWLDataAllRestriction in org.semanticweb.owl.util
 

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

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

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

 

Methods in uk.ac.manchester.cs.owl that return OWLDataAllRestriction
 OWLDataAllRestriction OWLDataFactoryImpl.getOWLDataAllRestriction(OWLDataPropertyExpression property, OWLDataRange dataRange)
           
 

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

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

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

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

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

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