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

/owl-s/src/org/mindswap/owls/vocabulary/
H A DFLAServiceOnt.java23 public static Hashtable flaObjectPropertiesToDataProperties = new Hashtable(); field in class:FLAServiceOnt
171 flaObjectPropertiesToDataProperties.put(strictTypeO, strictType);
/owl-s/src/impl/owls/
H A DOWLSTranslator_1_0.java1155 if (FLAServiceOnt.flaObjectPropertiesToDataProperties.containsKey(prop)) {
1159 translated.addProperty((OWLDataProperty)FLAServiceOnt.flaObjectPropertiesToDataProperties.get(prop), serviceParamInfo);

Completed in 12 milliseconds