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

Packages that use OWLDataAllRestriction
org.semanticweb.owl.impl.model A basic implementation of the OWL API.  
org.semanticweb.owl.io.abstract_syntax Simple renderer that writes ontologies in OWL Abstract Syntax.  
org.semanticweb.owl.io.owl_rdf   
org.semanticweb.owl.model An API for OWL.  
org.semanticweb.owl.model.helper Helper classes for the OWL API.  
uk.ac.man.cs.img.owl.io.dig1_0   
uk.ac.man.cs.img.owl.io.factplus Simple renderer that writes ontologies in FaCT Lisp.  
uk.ac.man.cs.img.owl.io.tptp Simple renderer that writes ontologies as TPTP.  
uk.ac.man.cs.img.owl.validation   
 

Uses of OWLDataAllRestriction in org.semanticweb.owl.impl.model
 

Classes in org.semanticweb.owl.impl.model that implement OWLDataAllRestriction
 class OWLDataAllRestrictionImpl
          A universally quantified restriction over a datatype propperty.
 

Methods in org.semanticweb.owl.impl.model that return OWLDataAllRestriction
 OWLDataAllRestriction OWLDataFactoryImpl.getOWLDataAllRestriction(OWLDataProperty property, OWLDataRange dataType)
           
 

Uses of OWLDataAllRestriction in org.semanticweb.owl.io.abstract_syntax
 

Methods in org.semanticweb.owl.io.abstract_syntax with parameters of type OWLDataAllRestriction
 void RenderingVisitor.visit(OWLDataAllRestriction restriction)
           
 

Uses of OWLDataAllRestriction in org.semanticweb.owl.io.owl_rdf
 

Methods in org.semanticweb.owl.io.owl_rdf with parameters of type OWLDataAllRestriction
 void RenderingVisitor.visit(OWLDataAllRestriction restriction)
           
 

Uses of OWLDataAllRestriction in org.semanticweb.owl.model
 

Methods in org.semanticweb.owl.model that return OWLDataAllRestriction
 OWLDataAllRestriction OWLDataFactory.getOWLDataAllRestriction(OWLDataProperty prop, OWLDataRange type)
           
 

Methods in org.semanticweb.owl.model with parameters of type OWLDataAllRestriction
 void OWLObjectVisitor.visit(OWLDataAllRestriction node)
           
 void OWLDescriptionVisitor.visit(OWLDataAllRestriction node)
           
 

Uses of OWLDataAllRestriction in org.semanticweb.owl.model.helper
 

Methods in org.semanticweb.owl.model.helper with parameters of type OWLDataAllRestriction
 void OWLObjectVisitorAdapter.visit(OWLDataAllRestriction node)
           
 void OWLEntityCollector.visit(OWLDataAllRestriction node)
           
 void OWLDescriptionVisitorAdapter.visit(OWLDataAllRestriction node)
           
 void ExceptionThrowingOWLObjectVisitorAdapter.visit(OWLDataAllRestriction node)
           
 

Uses of OWLDataAllRestriction in uk.ac.man.cs.img.owl.io.dig1_0
 

Methods in uk.ac.man.cs.img.owl.io.dig1_0 with parameters of type OWLDataAllRestriction
 void RenderingVisitor.visit(OWLDataAllRestriction node)
           
 

Uses of OWLDataAllRestriction in uk.ac.man.cs.img.owl.io.factplus
 

Methods in uk.ac.man.cs.img.owl.io.factplus with parameters of type OWLDataAllRestriction
 void RenderingVisitor.visit(OWLDataAllRestriction restriction)
           
 

Uses of OWLDataAllRestriction in uk.ac.man.cs.img.owl.io.tptp
 

Methods in uk.ac.man.cs.img.owl.io.tptp with parameters of type OWLDataAllRestriction
 void RenderingVisitor.visit(OWLDataAllRestriction restriction)
           
 

Uses of OWLDataAllRestriction in uk.ac.man.cs.img.owl.validation
 

Methods in uk.ac.man.cs.img.owl.validation with parameters of type OWLDataAllRestriction
 void ClassOrRestrictionIdentifier.visit(OWLDataAllRestriction node)
           
 



WonderWeb