Changeset 5535 for branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive/3.4/ExperimentManager/HiveJobClient.cs
- Timestamp:
- 02/22/11 13:54:31 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive/3.4/ExperimentManager/HiveJobClient.cs
r5526 r5535 114 114 } 115 115 116 //public HiveJob(Job jobDto)117 // : this() {118 // this.Job = jobDto;119 //}120 121 //public HiveJob(LightweightJob lightweightJob)122 // : this() {123 // UpdateFromLightweightJob(lightweightJob);124 //}125 126 116 public HiveJob(OptimizerJob optimizerJob, bool autoCreateChildHiveJobs) 127 117 : this() { … … 145 135 this.OptimizerJob = null; 146 136 } 137 this.childHiveJobs = new ItemList<HiveJob>(); 147 138 this.syncJobsWithOptimizers = true; 148 139 }
Note: See TracChangeset
for help on using the changeset viewer.