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

/owl-s/src/org/mindswap/owls/vocabulary/
H A DFLAServiceOnt.java24 public static Hashtable flaObjectProperties = new Hashtable(); field in class:FLAServiceOnt
85 flaObjectProperties.put(locatedAt, Location);
99 flaObjectProperties.put(hasServiceControlUI, ServiceControlUI);
121 flaObjectProperties.put(ownedBy, Owner);
144 flaObjectProperties.put(hasSecuritySetting, SecurityParameter);
157 flaObjectProperties.put(hasSelfDestructionService, SelfDestructionService);
/owl-s/src/impl/owls/
H A DOWLSTranslator_1_0.java1161 } else if (FLAServiceOnt.flaObjectProperties.containsKey(prop)) {
1168 serviceParamValue = translate(serviceParamValue, (OWLClass) FLAServiceOnt.flaObjectProperties.get(objProp));

Completed in 13 milliseconds