Changeset 6406 for branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Interfaces/IJSSPOperator.cs
- Timestamp:
- 06/10/11 16:18:44 (13 years ago)
- Location:
- branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3
- Property svn:ignore
-
old new 2 2 bin 3 3 obj 4 HeuristicLab.Problems.Scheduling-3.3.csproj.user
-
- Property svn:ignore
-
branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Interfaces/IJSSPOperator.cs
r6364 r6406 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using HeuristicLab.Core; 6 using HeuristicLab.Parameters; 1 using HeuristicLab.Core; 7 2 8 namespace HeuristicLab.Problems.Scheduling .Interfaces{3 namespace HeuristicLab.Problems.Scheduling { 9 4 public interface IJSSPOperator : IOperator { 10 ILookupParameter<ItemList<Job>> JobDataParameter {get;}5 ILookupParameter<ItemList<Job>> JobDataParameter { get; } 11 6 } 12 7 }
Note: See TracChangeset
for help on using the changeset viewer.