Searched refs:xsltTransformation (Results 1 - 13 of 13) sorted by relevance

/owl-s/src/impl/owls/grounding/
H A DUPnPMessageMapImpl.java53 public void setTransformation(String xsltTransformation) { argument
54 setProperty(OWLS.Grounding.xsltTransformationString, xsltTransformation);
H A DWSDLMessageMapImpl.java52 public void setTransformation(String xsltTransformation) { argument
53 setProperty(OWLS.Grounding.xsltTransformationString, xsltTransformation);
H A DUPnPAtomicGroundingImpl.java197 public void addMessageMap(Parameter owlsParameter, String groundingParameter, String xsltTransformation) { argument
203 if(xsltTransformation != null && xsltTransformation.length() > 0)
204 map.setTransformation(xsltTransformation);
H A DWSDLAtomicGroundingImpl.java304 public void addMessageMap(Parameter owlsParameter, String groundingParameter, String xsltTransformation) { argument
317 if(xsltTransformation != null && xsltTransformation.length() > 0)
318 map.setTransformation(xsltTransformation);
H A DJavaAtomicGroundingImpl.java99 String groundingParameter, String xsltTransformation) {
98 addMessageMap(Parameter owlsParameter, String groundingParameter, String xsltTransformation) argument
/owl-s/src/org/mindswap/owls/grounding/
H A DAtomicGrounding.java79 public void addMessageMap(Parameter owlsParameter, String groundingParameter, String xsltTransformation); argument
/owl-s/src/org/mindswap/wsdl/
H A DWSDLTranslator.java90 public void addInput(WSDLParameter param, String paramName, URI paramType, String xsltTransformation) { argument
107 grounding.addMessageMap(input, param.getName(), xsltTransformation);
110 public void addOutput(WSDLParameter param, String paramName, URI paramType, String xsltTransformation) { argument
127 grounding.addMessageMap(output, param.getName(), xsltTransformation);
/owl-s/src/org/mindswap/owls/vocabulary/
H A DOWLS_1_0.java266 public static OWLDataProperty xsltTransformation; field in class:OWLS_1_0.Grounding
294 xsltTransformation = EntityFactory.createDataProperty(URIUtils.createURI(URI + "xsltTransformation"));
H A DOWLS_1_0DL.java259 public static OWLDataProperty xsltTransformation; field in class:OWLS_1_0DL.Grounding
284 xsltTransformation = EntityFactory.createDataProperty(URIUtils.createURI(URI + "xsltTransformation"));
H A DOWLS_1_1.java363 public static OWLDataProperty xsltTransformation; field in class:OWLS_1_1.Grounding
388 xsltTransformation = EntityFactory.createDataProperty(URIUtils.createURI(URI + "xsltTransformation"));
H A DOWLS_1_2.java363 public static OWLDataProperty xsltTransformation; field in class:OWLS_1_2.Grounding
388 xsltTransformation = EntityFactory.createDataProperty(URIUtils.createURI(URI + "xsltTransformation"));
/owl-s/src/examples/
H A DWSDL2OWLS.java625 String xsltTransformation = (String) inputs.getValueAt(i, 4);
653 t.addInput(param, paramName, paramTypeURI, xsltTransformation);
661 String xsltTransformation = (String) outputs.getValueAt(i, 4);
688 t.addOutput(param, paramName, paramTypeURI, xsltTransformation);
/owl-s/src/impl/owls/
H A DOWLSTranslator_1_0.java1097 if(inputOnt.hasProperty(messageMap, OWLS_1_0.Grounding.xsltTransformation)) {
1098 transformation = inputOnt.getProperty(messageMap, OWLS_1_0.Grounding.xsltTransformation).toString();

Completed in 1671 milliseconds