Ticket #121 (closed: fixed)

Opened 12 years ago

Last modified 5 years ago

Adjust FrameworkManager exec and create to accept parameter strings using ordinal locations

Reported by: Nick Draper Owned by: Dickon Champion
Priority: major Milestone: Iteration 8
Component: Keywords:
Cc: Blocked By:
Blocking: Tester:

Description (last modified by Nick Draper) (diff)

Currently the Framework Manager accepts a parameter string into execute and create algorithm. This is formatted like this

Param1=34;Param2=Thiry;Param3=bob

This should be altered so the following is ALSO possible "34;Thirty;bob"

i.e. If the Param name is not specified it uses the ordinal position in the string and matches it to the ordinal position of the parameter.

Change History

comment:1 Changed 12 years ago by Nick Draper

  • Description modified (diff)

comment:2 Changed 12 years ago by Nick Draper

  • Owner set to Dickon Champion

comment:3 Changed 12 years ago by Dickon Champion

  • Status changed from new to closed
  • Resolution set to fixed

(In [952]) fixes #121

new delimiter between properties array for FrameworkManager.createAlgorithm() and exec() is now ';' and not ',' Specification of particular properties is made by '=' and not ':'

comment:4 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 969

Note: See TracTickets for help on using tickets.