- Timestamp:
- 03/04/15 12:53:48 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/ShiftToRightMigrator.cs
r12018 r12119 25 25 using HeuristicLab.Core; 26 26 using HeuristicLab.Operators; 27 using HeuristicLab.Optimization;28 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 29 28 … … 31 30 [Item("ShiftToRightMigrator", "Migrates the selected sub scopes by shifting them to the next(right) subscope.")] 32 31 [StorableClass] 33 public sealed class ShiftToRightMigrator : SingleSuccessorOperator , IMigrator{32 public sealed class ShiftToRightMigrator : SingleSuccessorOperator/*, IMigrator*/ { 34 33 35 34 [StorableConstructor]
Note: See TracChangeset
for help on using the changeset viewer.