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

/owl-s/src/org/mindswap/owls/process/
H A DOutputList.java36 public Output outputAt(int index); method in interface:OutputList
/owl-s/src/impl/owls/process/parameter/
H A DOutputListImpl.java51 public Output outputAt(int index) { method in class:OutputListImpl
/owl-s/src/examples/
H A DCreateSequence.java155 Output output = process.getOutputs().outputAt(i);
190 Output output = prevPerform.getProcess().getOutputs().outputAt(0);
215 Output output = lastPerform.getProcess().getOutputs().outputAt(0);
H A DCreateComplexProcess.java129 Output output = process.getOutputs().outputAt( i );
/owl-s/src/impl/owls/process/
H A DProcessImpl.java127 addOutput(outputs.outputAt(i));
217 return outputs.isEmpty() ? null : outputs.outputAt(0);
222 return outputs.outputAt(i);
296 str += outputs.outputAt(i).debugString() + "\n";
/owl-s/src/impl/owls/profile/
H A DProfileImpl.java117 addOutput(outputs.outputAt(i));
189 str += getOutputs().outputAt(i).debugString() + "\n";
/owl-s/src/impl/owls/grounding/
H A DWSDLAtomicGroundingImpl.java195 Parameter param = outputs.outputAt(i);
/owl-s/src/org/mindswap/owls/validator/
H A DOWLSValidator.java258 Output aOutput = aOutputList.outputAt(i);

Completed in 17 milliseconds