Changeset 5359 for branches/HeuristicLab.MetaOptimization/HeuristicLab.Problems.MetaOptimization/3.3/Interfaces
- Timestamp:
- 01/24/11 01:33:29 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.MetaOptimization/HeuristicLab.Problems.MetaOptimization/3.3/Interfaces/IValueConfiguration.cs
r5144 r5359 8 8 IItemCollection<IParameterConfiguration> ParameterConfigurations { get; } 9 9 IRange RangeConstraint { get; } 10 int Number { get; set; } // if larger than 0 it will be visible in the name. this can be used when multiple ValueConfiguration with the same name exist in a list 11 string NumberedName { get; } 12 10 13 event EventHandler ValueChanged; 11 14
Note: See TracChangeset
for help on using the changeset viewer.