- Timestamp:
- 07/22/10 00:44:01 (14 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.ExternalEvaluation/3.3/Converters
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.ExternalEvaluation/3.3/Converters/DateTimeValueConverter.cs
r3881 r4068 21 21 22 22 using System; 23 using System.Collections.Generic;24 using System.Linq;25 using System.Text;26 23 using HeuristicLab.Core; 24 using HeuristicLab.Data; 27 25 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 28 using HeuristicLab.Data;29 26 30 27 namespace HeuristicLab.Problems.ExternalEvaluation { … … 50 47 } 51 48 } 52 49 53 50 #endregion 54 51 -
trunk/sources/HeuristicLab.Problems.ExternalEvaluation/3.3/Converters/StringConverter.cs
r3881 r4068 21 21 22 22 using System; 23 using System.Collections.Generic;24 using System.Linq;25 using System.Text;26 23 using HeuristicLab.Core; 24 using HeuristicLab.Data; 27 25 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 28 using HeuristicLab.Data;29 26 30 27 namespace HeuristicLab.Problems.ExternalEvaluation { … … 35 32 36 33 #region IItemToSolutionMessageConverter Members 37 34 38 35 public Type[] ItemTypes { 39 36 get { return itemTypes; } -
trunk/sources/HeuristicLab.Problems.ExternalEvaluation/3.3/Converters/TimeSpanValueConverter.cs
r3881 r4068 21 21 22 22 using System; 23 using System.Collections.Generic;24 using System.Linq;25 using System.Text;26 23 using HeuristicLab.Core; 24 using HeuristicLab.Data; 27 25 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 28 using HeuristicLab.Data;29 26 30 27 namespace HeuristicLab.Problems.ExternalEvaluation { … … 50 47 } 51 48 } 52 49 53 50 #endregion 54 51
Note: See TracChangeset
for help on using the changeset viewer.