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

/owl-s/src/org/mindswap/owls/validator/
H A DOWLSValidator.java478 private void validateResult(Service theService, Result theResult) argument
480 ParameterList aParamList = theResult.getParameters();
487 OWLIndividualList aList = theResult.getEffects();
494 OutputBindingList aBindingList = theResult.getBindings();
499 addMessage(theService,CODE_MISSING_VALUE,"Result '"+theResult.getLocalName()+"' must specify an Output for its toParam property.");

Completed in 21 milliseconds