Lines Matching refs:Grounding
77 setProperty(OWLS.Grounding.wsdlDocument, wsdlLoc);
84 return getPropertyAsURI(OWLS.Grounding.wsdlDocument);
248 return getPropertyAsURI(OWLS.Grounding.wsdlInputMessage);
255 setProperty(OWLS.Grounding.wsdlInputMessage, inputMessage);
262 return getPropertyAsURI(OWLS.Grounding.wsdlOutputMessage);
269 setProperty(OWLS.Grounding.wsdlOutputMessage, outputMessage);
276 return OWLSFactory.createMessageMapList(getProperties(OWLS.Grounding.wsdlInput));
283 return OWLSFactory.createMessageMapList(getProperties(OWLS.Grounding.wsdlOutput));
290 return (WSDLOperationRef) getPropertyAs(OWLS.Grounding.wsdlOperation, WSDLOperationRef.class);
297 setProperty(OWLS.Grounding.wsdlOperation, operationRef);
329 if (hasProperty(OWLS.Grounding.wsdlOperation)) {
333 removeProperties(OWLS.Grounding.wsdlOperation);
343 if (ind.hasProperty(OWLS.Grounding.owlsParameter))
344 ind.removeProperties(OWLS.Grounding.owlsParameter);
345 if (ind.hasProperty(OWLS.Grounding.wsdlMessagePart))
346 ind.removeProperties(OWLS.Grounding.wsdlMessagePart);
355 if (hasProperty(OWLS.Grounding.wsdlDocument))
356 removeProperties(OWLS.Grounding.wsdlDocument);
359 if (hasProperty(OWLS.Grounding.wsdlInputMessage))
360 removeProperties(OWLS.Grounding.wsdlInputMessage);
362 removeMessageMaps(OWLS.Grounding.wsdlInput);
363 removeMessageMaps(OWLS.Grounding.wsdlOutput);
365 if (hasProperty(OWLS.Grounding.wsdlOutputMessage))
366 removeProperties(OWLS.Grounding.wsdlOutputMessage);