Searched defs:addOutput (Results 1 - 6 of 6) sorted by relevance

/owl-s/src/org/mindswap/wsdl/
H A DWSDLTranslator.java110 public void addOutput(WSDLParameter param, String paramName, URI paramType, String xsltTransformation) { method in class:WSDLTranslator
122 process.addOutput(output);
123 profile.addOutput(output);
H A DWSDLOperation.java88 void addOutput(String name, QName type) { outputs.add(new WSDLParameter(name, type)); } method in class:WSDLOperation
/owl-s/src/impl/owls/process/
H A DProcessImpl.java109 public void addOutput(Output output) { method in class:ProcessImpl
119 addOutput( out );
127 addOutput(outputs.outputAt(i));
150 addOutput((Output) param);
/owl-s/src/impl/owls/profile/
H A DProfileImpl.java106 public void addOutput(Output output) { method in class:ProfileImpl
117 addOutput(outputs.outputAt(i));
/owl-s/src/org/mindswap/owls/process/
H A DProcess.java89 public void addOutput(Output output); method in interface:Process
/owl-s/src/org/mindswap/owls/profile/
H A DProfile.java151 public void addOutput(Output output); method in interface:Profile

Completed in 11 milliseconds