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

/owl-s/src/examples/
H A DRunService.java62 String inValue; field in class:RunService
120 // inValue = "hello";
121 // values3.setDataValue(process3.getInput("InputString"), inValue);
186 inValue = "City of Glass";
189 values.setDataValue(process.getInput("BookName"), inValue);
211 inValue = "City of Glass";
213 values.setDataValue(process.getInput("BookName"), inValue);
296 inValue = "mere";
297 values.setDataValue(process.getInput("InputString"), inValue);
344 inValue
[all...]

Completed in 10 milliseconds