Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/01/14 19:39:14 (10 years ago)
Author:
bburlacu
Message:

#2223: Changed arc data from IDeepCloneable to object.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core/3.3/Interfaces/DirectedGraph/IArc.cs

    r11241 r11256  
    2121
    2222using System;
    23 using HeuristicLab.Common;
    2423
    2524namespace HeuristicLab.Core {
     
    2928    string Label { get; set; }
    3029    double Weight { get; set; }
    31     IDeepCloneable Data { get; set; }
     30    object Data { get; set; }
    3231
    3332    event EventHandler Changed; // generic event for when the label, weight or data were changed
Note: See TracChangeset for help on using the changeset viewer.