Uses of Interface
org.mindswap.owl.OWLProperty

Packages that use OWLProperty
org.mindswap.owl   
org.mindswap.owls.io   
 

Uses of OWLProperty in org.mindswap.owl
 

Subinterfaces of OWLProperty in org.mindswap.owl
 interface OWLDataProperty
           
 interface OWLObjectProperty
           
 

Methods in org.mindswap.owl that return OWLProperty
 OWLProperty OWLModel.getProperty(java.net.URI uri)
           
 

Methods in org.mindswap.owl with parameters of type OWLProperty
 void OWLModel.addProperty(OWLIndividual ind, OWLProperty prop, OWLValue value)
           
 java.util.Set OWLModel.getEquivalentProperties(OWLProperty p)
           
 java.util.Set OWLModel.getSubProperties(OWLProperty p)
           
 java.util.Set OWLModel.getSuperProperties(OWLProperty p)
           
 boolean OWLModel.hasProperty(OWLIndividual ind, OWLProperty prop)
           
 boolean OWLModel.hasProperty(OWLIndividual ind, OWLProperty prop, OWLValue value)
           
 boolean OWLIndividual.hasProperty(OWLProperty prop)
          Return true if a value for the given property exists.
 boolean OWLIndividual.hasProperty(OWLProperty prop, OWLValue value)
          Return true if the given value for the property exists.
 void OWLModel.removeProperties(OWLIndividual ind, OWLProperty prop)
           
 void OWLIndividual.removeProperties(OWLProperty prop)
           
 void OWLModel.removeProperty(OWLIndividual theInd, OWLProperty theProp, OWLValue theValue)
          Removes the specified triple from the Model.
 void OWLIndividual.removeProperty(OWLProperty theProp, OWLValue theValue)
           
 

Uses of OWLProperty in org.mindswap.owls.io
 

Methods in org.mindswap.owls.io with parameters of type OWLProperty
 void BaseExpressionWriter.print(OWLProperty prop)
           
 



Copyright © 2004 Evren Sirin. All Rights Reserved.