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

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

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

Uses of OWLDataValueRestriction in org.coode.owl.functionalrenderer
 

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

Uses of OWLDataValueRestriction in org.coode.owl.latex
 

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

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

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

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

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

Uses of OWLDataValueRestriction in org.semanticweb.owl.model
 

Methods in org.semanticweb.owl.model that return OWLDataValueRestriction
 OWLDataValueRestriction OWLDataFactory.getOWLDataValueRestriction(OWLDataPropertyExpression property, OWLConstant value)
           
 

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

Uses of OWLDataValueRestriction in org.semanticweb.owl.normalform
 

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

Uses of OWLDataValueRestriction in org.semanticweb.owl.util
 

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

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

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

 

Methods in uk.ac.manchester.cs.owl that return OWLDataValueRestriction
 OWLDataValueRestriction OWLDataFactoryImpl.getOWLDataValueRestriction(OWLDataPropertyExpression property, OWLConstant value)
           
 

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

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

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

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

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

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