| 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)
|