Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/23/08 00:28:11 (16 years ago)
Author:
gkronber
Message:
  • implemented operator to store a whole scope as an result item into the cedma-db.
  • worked on AgentListView to display results as sub-nodes of agents.

(ticket #191)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.CEDMA.Operators/OnGridProcessor.cs

    r393 r394  
    4444
    4545    public override IOperation Apply(IScope scope) {
    46      
    4746      IOperatorGraph operatorGraph = scope.GetVariableValue<IOperatorGraph>("OperatorGraph", false);
    4847      string serverUrl = scope.GetVariableValue<StringData>("CedmaServerUri", true).Data;
Note: See TracChangeset for help on using the changeset viewer.