Searched defs:theProp (Results 1 - 5 of 5) sorted by relevance
/owl-s/src/org/mindswap/owl/ |
H A D | OWLIndividual.java | 152 public void removeProperty(OWLProperty theProp, OWLValue theValue);
argument
|
H A D | OWLModel.java | 362 * @param theProp OWLProperty
365 public void removeProperty(OWLIndividual theInd, OWLProperty theProp, OWLValue theValue);
argument
|
/owl-s/src/impl/jena/ |
H A D | OWLIndividualImpl.java | 138 public void removeProperty(OWLProperty theProp, OWLValue theValue) {
argument 139 ontology.removeProperty(this,theProp,theValue);
|
H A D | OWLKnowledgeBaseImpl.java | 418 public void removeProperty(OWLIndividual theInd, OWLProperty theProp, OWLValue theValue) {
argument 419 baseOntology.removeProperty(theInd,theProp,theValue);
|
/owl-s/src/impl/owl/ |
H A D | WrappedIndividual.java | 188 public void removeProperty(OWLProperty theProp, OWLValue theValue) {
argument 189 individual.removeProperty(theProp,theValue);
|
Completed in 12 milliseconds