Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/27/14 16:33:17 (10 years ago)
Author:
bburlacu
Message:

#1772: Adjusted namespace in Plugin.cs.frame for HeuristicLab.EvolutionTracking.Views. Simplified DirectedGraph and GenealogyGraph API. Added public events for the Vertex content (so that the graph itself can be notified when the content changes and can adjust it's content-to-vertex map. Adjusted instrumented operators code to reflect api changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.EvolutionTracking/HeuristicLab.EvolutionTracking.Views/3.4/Plugin.cs.frame

    r10458 r10897  
    2222using HeuristicLab.PluginInfrastructure;
    2323
    24 namespace HeuristicLab.EvolutionaryTracking.Views {
     24namespace HeuristicLab.EvolutionTracking.Views {
    2525  [Plugin("HeuristicLab.EvolutionTracking.Views", "Provides controls and views for the evolution graph and related structures.", "3.4.2.$WCREV$")]
    2626  [PluginFile("HeuristicLab.EvolutionTracking.Views-3.4.dll", PluginFileType.Assembly)]
     
    3333  [PluginDependency("HeuristicLab.EvolutionTracking", "3.4")]
    3434
    35   public class HeuristicLabEvolutionaryTrackingPlugin : PluginBase {
     35  public class HeuristicLabEvolutionTrackingPlugin : PluginBase {
    3636  }
    3737}
Note: See TracChangeset for help on using the changeset viewer.