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

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

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

Methods in org.semanticweb.owl.impl.model that return OWLObjectPropertyInstance
 OWLObjectPropertyInstance OWLDataFactoryImpl.getOWLObjectPropertyInstance(OWLIndividual subject, OWLObjectProperty property, OWLIndividual object)
           
 

Uses of OWLObjectPropertyInstance in org.semanticweb.owl.model
 

Methods in org.semanticweb.owl.model that return OWLObjectPropertyInstance
 OWLObjectPropertyInstance OWLDataFactory.getOWLObjectPropertyInstance(OWLIndividual subject, OWLObjectProperty property, OWLIndividual object)
          Method getOWLOntology.
 



WonderWeb