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

/owl-s/src/org/mindswap/owls/validator/
H A DOWLSValidator.java196 private void validateProcess(Service theService, Process theProcess) argument
198 if (theProcess == null)
207 if (theProcess.getProfile() == null)
209 OWLSValidatorMessage msg = new OWLSValidatorMessage(CODE_MISSING_VALUE,"No profile specified for process: "+theProcess.getLocalName());
220 if (theProcess.getNames().size() > 1)
223 OWLSValidatorMessage msg = new OWLSValidatorMessage(CODE_MISSING_VALUE,"Process '"+theProcess.getLocalName()+"' can specify at most one name");
234 ResultList aResultList = theProcess.getResults();
241 ParameterList aParamList = theProcess.getLocals();
248 InputList aInputList = theProcess.getInputs();
255 OutputList aOutputList = theProcess
[all...]

Completed in 163 milliseconds