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

/owl-s/src/examples/
H A DCreateSequence.java148 for(int i = 0; i < process.getInputs().size(); i++) {
149 Input input = process.getInputs().inputAt(i);
189 Input input = p.getInputs().inputAt(0);
199 boolean createInput = firstPerform.getProcess().getInputs().size() > 0;
203 Input input = firstPerform.getProcess().getInputs().inputAt(0);
265 values.setValue(process.getInputs().inputAt(0), EntityFactory.createDataValue("City of Glass"));
H A DCreateComplexProcess.java122 for(int i = 0; i < process.getInputs().size(); i++) {
123 Input input = process.getInputs().inputAt( i );
H A DExecutionMonitor.java119 for(Iterator i = process.getInputs().iterator(); i.hasNext();) {
H A DWSDL2OWLS.java483 addParams(op.getInputs(), inputTable);
/owl-s/src/impl/owls/process/
H A DProcessImpl.java192 public InputList getInputs() { method in class:ProcessImpl
197 InputList inputs = getInputs();
202 InputList inputs = getInputs();
207 InputList inputs = getInputs();
235 ParameterList parameters = OWLSFactory.createParameterList(getInputs());
290 InputList inputs = getInputs();
320 InputList list = getInputs();
354 InputList inputs = getInputs();
/owl-s/src/impl/owls/profile/
H A DProfileImpl.java129 * @see org.mindswap.owls.profile.Profile#getInputs()
131 public InputList getInputs() { method in class:ProfileImpl
186 for(int i = 0; i < getInputs().size(); i++)
187 str += getInputs().inputAt(i).debugString() + "\n";
374 InputList list = getInputs();
406 InputList inputs = getInputs();
/owl-s/src/org/mindswap/owls/process/
H A DProcess.java116 public InputList getInputs(); method in interface:Process
/owl-s/src/org/mindswap/owls/process/execution/
H A DDefaultProcessMonitor.java37 for(Iterator i = process.getInputs().iterator(); i.hasNext();) {
/owl-s/src/org/mindswap/shop/
H A DSHOPTranslator.java87 InputList inputs = process.getInputs();
109 InputList inputs = process.getInputs();
/owl-s/src/org/mindswap/owls/profile/
H A DProfile.java166 public InputList getInputs(); method in interface:Profile
/owl-s/src/org/mindswap/utils/
H A DProcessUtils.java96 InputList inputs = process.getInputs();
/owl-s/src/org/mindswap/wsdl/
H A DWSDLOperation.java60 return (WSDLParameter) getInputs().elementAt(i);
85 public Vector getInputs() { return inputs; } method in class:WSDLOperation
H A DWSDLService.java191 System.out.println(" Inputs : " + op.getInputs().size());
/owl-s/src/org/mindswap/owls/validator/
H A DOWLSValidator.java248 InputList aInputList = theProcess.getInputs();
578 if (!aProfile.getInputs().equals(theService.getProcess().getInputs()))
/owl-s/src/org/mindswap/owls/io/
H A DPresentationSyntaxWriter.java242 return process.getInputs().isEmpty() &&
282 InputList inputs = process.getInputs();
/owl-s/src/impl/owls/grounding/
H A DWSDLAtomicGroundingImpl.java150 for(int i = 0; i < op.getInputs().size(); i++) {
/owl-s/src/impl/owls/
H A DOWLSTranslator_1_0.java1069 ParameterList params = isInput ? (ParameterList) process.getInputs() : process.getOutputs();
1090 process.getInputs().getParameter(owlsParameterInfo):

Completed in 34 milliseconds