- From: David Martin <martin@AI.SRI.COM>
- Date: Tue, 18 Jan 2005 09:23:50 -0800
- To: public-sws-ig <public-sws-ig@w3.org>
2 simple proposals regarding iteration in OWL-S (proposals for version 1.2) - Currently we have this: Iterate (subclass of ControlConstruct) with no properties (sort of an "abstract class") Repeat-While (subclass of Iterate) with properties whileCondition whileProcess Repeat-Until (subclass of Iterate) with properties untilCondition untilProcess ----- Proposal (1) Delete properties whileProcess and untilProcess, and replace them with iterateProcess, a property with domain Iterate ----- Proposal (2) Create a new subclass of Iterate, called "Iterate-N", with a property called "numberOfIterations" that's an integer. (When instantiated, this property could be given a constant value or bound to some process parameter using (I think) existing dataflow mechanisms.) Comments, anyone? Thanks, - David
Received on Tuesday, 18 January 2005 17:24:43 UTC