# # ChangeLog for branches/Operator Architecture Refactoring # # Generated by Trac 1.0.12 # 08/03/24 03:58:51 Wed, 03 Jun 2009 00:40:39 GMT swagner [1994] * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/AtomicOperation.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/Environment.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/HeuristicLab.Core-3.2.csproj (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/Interfaces/IEnvironment.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/Interfaces/IItem.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/Interfaces/IOperator.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/Interfaces/IParameter.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/Interfaces/IScope.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/Interfaces/IViewable.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/ParameterEventArgs.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/ParameterType.cs (added) Refactoring of the operator architecture (#95) Tue, 02 Jun 2009 20:48:31 GMT swagner [1992] * branches/Operator Architecture Refactoring (copied) Created branch for refactoring the operator architecture (#95) Tue, 02 Jun 2009 12:14:47 GMT gkronber [1990] * trunk/sources/HeuristicLab.Hive.Client.Core/3.2/Core.cs (modified) * trunk/sources/HeuristicLab.Hive.Client.ExecutionEngine/3.2/Executor.cs (modified) * trunk/sources/HeuristicLab.Hive.Engine/3.2/HiveEngine.cs (modified) * trunk/sources/HeuristicLab.PluginInfrastructure/PluginManager.cs (modified) * trunk/sources/HeuristicLab.PluginInfrastructure/Runner.cs (modified) * Refactoring: renamed method `LoadPlugins` to `LoadAssemblies` in ...