Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/13/12 13:20:38 (12 years ago)
Author:
bburlacu
Message:

#1772: New analyzer: SymbolicExpressionTreeRelativeLengthAnalyzer. Rewrote the SymbolicExpressionTreeFragmentsAnalyzer, added generic wrapper to wrap HL objects as items.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.EvolutionaryTracking/HeuristicLab.EvolutionaryTracking.Views/3.4/GenealogyGraphView.cs

    r7817 r7997  
    8888    // TODO: Put event handlers of child controls here.
    8989    private void graphChart_GenealogyGraphNodeClicked(object sender, MouseEventArgs e) {
    90       // the hierarchy goes like this: VisualGenealogyGraphNode --> GenealogyGraphNode --> symbolicExpressionTree
     90      // the type hierarchy goes like this: VisualGenealogyGraphNode --> GenealogyGraphNode --> symbolicExpressionTree
    9191      var visualGenealogyGraphNode = (VisualGenealogyGraphNode)sender;
    9292      var genealogyGraphNode = (GenealogyGraphNode)visualGenealogyGraphNode.Data;
Note: See TracChangeset for help on using the changeset viewer.