Ticket #19 (closed: fixed)

Opened 13 years ago

Last modified 5 years ago

Create the Algorithm Factory and Algorithm Base Class

Reported by: Nick Draper Owned by: Russell Taylor
Priority: major Milestone: Iteration 1
Component: Keywords:
Cc: Blocked By:
Blocking: Tester:

Description

Import as required from Gaudi

On the algorithm base class we will have to consider the interface as in GAUDI the execution was never public. For Mantid it will be.

Gaudi had sysInitialise calls Initialise sysExecute calls Execute etc.

We will probably need Initialise calls a private init Execute calls a private exec etc

Change History

comment:1 Changed 13 years ago by Nick Draper

  • Owner set to Russell Taylor

comment:2 Changed 13 years ago by Russell Taylor

  • Status changed from new to assigned

comment:3 Changed 13 years ago by Russell Taylor

(In [40]) First commit of code relating to the algorithm interface & base class. Re #19.

comment:4 Changed 13 years ago by Russell Taylor

(In [42]) Added IProperty interface. Re #19.

comment:5 Changed 13 years ago by Russell Taylor

(In [44]) Simple, temporary way of including algorithm properties added. Re #19.

comment:6 Changed 13 years ago by Russell Taylor

(In [46]) First version of Algorithm Factory. Re #19.

comment:7 Changed 13 years ago by Russell Taylor

(In [47]) First version of Algorithm Factory. Re #19.

comment:8 Changed 13 years ago by Russell Taylor

(In [48]) Re #19

comment:9 Changed 13 years ago by Russell Taylor

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

comment:10 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 867

Note: See TracTickets for help on using tickets.