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

Packages that use OWLDataPropertyInstance
org.semanticweb.owl.impl.model A basic implementation of the OWL API.  
org.semanticweb.owl.model An API for OWL.  
 

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

Methods in org.semanticweb.owl.impl.model that return OWLDataPropertyInstance
 OWLDataPropertyInstance OWLDataFactoryImpl.getOWLDataPropertyInstance(OWLIndividual subject, OWLDataProperty property, OWLDataValue object)
           
 

Uses of OWLDataPropertyInstance in org.semanticweb.owl.model
 

Methods in org.semanticweb.owl.model that return OWLDataPropertyInstance
 OWLDataPropertyInstance OWLDataFactory.getOWLDataPropertyInstance(OWLIndividual subject, OWLDataProperty property, OWLDataValue object)
           
 



WonderWeb