Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Algorithms.DataAnalysis/3.4/FixedDataAnalysisAlgorithm.cs
- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Algorithms.DataAnalysis/3.4/FixedDataAnalysisAlgorithm.cs
r13368 r14711 29 29 30 30 namespace HeuristicLab.Algorithms.DataAnalysis { 31 [Storable Class("3F67A714-90EE-4140-B2AF-91AE86F28FF9")]31 [StorableType("3F67A714-90EE-4140-B2AF-91AE86F28FF9")] 32 32 public abstract class FixedDataAnalysisAlgorithm<T> : Algorithm, 33 33 IDataAnalysisAlgorithm<T>,
Note: See TracChangeset
for help on using the changeset viewer.