source:
trunk/sources/HeuristicLab.Visualization/3.2/LabelProvider/ILabelProvider.cs
@
2297
Last change on this file since 2297 was 1996, checked in by mstoeger, 15 years ago | |
---|---|
File size: 173 bytes |
Line | |
---|---|
1 | using HeuristicLab.Core; |
2 | |
3 | namespace 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.