Changeset 9963 for branches/HeuristicLab.EvolutionaryTracking/HeuristicLab.EvolutionaryTracking.Views/3.4/VisualGenealogyGraphNode.cs
- Timestamp:
- 09/13/13 14:42:38 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.EvolutionaryTracking/HeuristicLab.EvolutionaryTracking.Views/3.4/VisualGenealogyGraphNode.cs
r9420 r9963 27 27 namespace HeuristicLab.EvolutionaryTracking.Views { 28 28 public class VisualGenealogyGraphNode : Ellipse { 29 public SymbolicExpression GenealogyGraphNode Data { get; internal set; }29 public SymbolicExpressionTreeGenealogyGraphNode Data { get; internal set; } 30 30 private List<VisualGenealogyGraphArc> incomingArcs = new List<VisualGenealogyGraphArc>(); 31 31 private List<VisualGenealogyGraphArc> outgoingArcs = new List<VisualGenealogyGraphArc>();
Note: See TracChangeset
for help on using the changeset viewer.