Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive_Milestone3/sources/HeuristicLab.Visualization/3.2/LabelProvider/ILabelProvider.cs @ 5143

Last change on this file since 5143 was 1996, checked in by mstoeger, 16 years ago

implemented IStorable and made use of the PersistenceManager wherever possible. #639

File size: 173 bytes
Line 
1using HeuristicLab.Core;
2
3namespace HeuristicLab.Visualization.LabelProvider {
4  public interface ILabelProvider : IStorable {
5    string GetLabel(double value);
6  }
7}
Note: See TracBrowser for help on using the repository browser.