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

/owl-s/src/impl/owls/process/
H A DProcessImpl.java211 public OutputList getOutputs() { method in class:ProcessImpl
216 OutputList outputs = getOutputs();
221 OutputList outputs = getOutputs();
226 OutputList outputs = getOutputs();
236 parameters.addAll(getOutputs());
291 OutputList outputs = getOutputs();
343 OutputList list = getOutputs();
378 OutputList outputs = getOutputs();
/owl-s/src/examples/
H A DCreateSequence.java154 for(int i = 0; i < process.getOutputs().size(); i++) {
155 Output output = process.getOutputs().outputAt(i);
190 Output output = prevPerform.getProcess().getOutputs().outputAt(0);
200 boolean createOutput = lastPerform.getProcess().getOutputs().size() > 0;
215 Output output = lastPerform.getProcess().getOutputs().outputAt(0);
H A DCreateComplexProcess.java128 for(int i = 0; i < process.getOutputs().size(); i++) {
129 Output output = process.getOutputs().outputAt( i );
H A DExecutionMonitor.java154 for(Iterator i = process.getOutputs().iterator(); i.hasNext();) {
H A DRunService.java301 outValue = values.getValue(process.getOutputs().getParameter("OutputString")).toString();
H A DWSDL2OWLS.java484 addParams(op.getOutputs(), outputTable);
/owl-s/src/impl/owls/profile/
H A DProfileImpl.java136 * @see org.mindswap.owls.profile.Profile#getOutputs()
138 public OutputList getOutputs() { method in class:ProfileImpl
188 for(int i = 0; i < getOutputs().size(); i++)
189 str += getOutputs().outputAt(i).debugString() + "\n";
385 OutputList list = getOutputs();
416 OutputList outputs = getOutputs();
/owl-s/src/org/mindswap/owls/process/
H A DProcess.java134 public OutputList getOutputs(); method in interface:Process
/owl-s/src/org/mindswap/owls/process/execution/
H A DDefaultProcessMonitor.java62 for(Iterator i = process.getOutputs().iterator(); i.hasNext();) {
/owl-s/src/org/mindswap/shop/
H A DSHOPTranslator.java93 OutputList outputs = process.getOutputs();
116 OutputList outputs = process.getOutputs();
/owl-s/src/org/mindswap/owls/profile/
H A DProfile.java173 public OutputList getOutputs(); method in interface:Profile
/owl-s/src/org/mindswap/wsdl/
H A DWSDLOperation.java73 return (WSDLParameter) getOutputs().elementAt(i);
86 public Vector getOutputs() { return outputs; } method in class:WSDLOperation
H A DWSDLService.java192 System.out.println(" Outputs : " + op.getOutputs().size());
/owl-s/src/org/mindswap/owls/validator/
H A DOWLSValidator.java255 OutputList aOutputList = theProcess.getOutputs();
585 if (!aProfile.getOutputs().equals(theService.getProcess().getOutputs()))
/owl-s/src/org/mindswap/owls/io/
H A DPresentationSyntaxWriter.java244 process.getOutputs().isEmpty() &&
321 OutputList outputs = process.getOutputs();
/owl-s/src/impl/owls/grounding/
H A DWSDLAtomicGroundingImpl.java192 OutputList outputs = process.getOutputs();
/owl-s/src/impl/owls/
H A DOWLSTranslator_1_0.java1069 ParameterList params = isInput ? (ParameterList) process.getInputs() : process.getOutputs();
1091 process.getOutputs().getParameter(owlsParameterInfo);

Completed in 319 milliseconds