Searched refs:javaMethod (Results 1 - 2 of 2) sorted by relevance

/owl-s/src/org/mindswap/owls/vocabulary/
H A DMoreGroundings.java54 public static OWLDataProperty javaMethod; field in class:MoreGroundings
71 javaMethod = EntityFactory.createDataProperty(URIUtils.createURI(URI + "javaMethod"));
/owl-s/src/impl/owls/grounding/
H A DJavaAtomicGroundingImpl.java78 setProperty(MoreGroundings.javaMethod, method);
85 return getPropertyAsString(MoreGroundings.javaMethod);
355 if (hasProperty(MoreGroundings.javaMethod))
356 removeProperties(MoreGroundings.javaMethod);

Completed in 6 milliseconds