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

Packages that use OWLProperty
org.semanticweb.owl.model   
uk.ac.manchester.cs.owl   
 

Uses of OWLProperty in org.semanticweb.owl.model
 

Subinterfaces of OWLProperty in org.semanticweb.owl.model
 interface OWLDataProperty
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006
 interface OWLObjectProperty
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006
 

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

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

 class OWLObjectPropertyImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006

 

Methods in uk.ac.manchester.cs.owl that return types with arguments of type OWLProperty
 java.util.Map<OWLProperty,java.util.Set<OWLObject>> OWLIndividualImpl.getNPropertyValues(OWLOntology ontology)
           
 java.util.Map<OWLProperty,java.util.Set<OWLObject>> OWLIndividualImpl.getPropertyValues(OWLOntology ontology)