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, - DavidReceived on Tuesday, 18 January 2005 17:24:43 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Sunday, 16 March 2008 00:10:59 GMT