Changeset 102 for gssim_ui/branches/vine/gssimstudio
- Timestamp:
- 02/13/12 14:43:22 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/app/gssim/gssimstudio/editor/gssim/experiment/ExperimentProperties.as
r62 r102 2 2 { 3 3 import gssim.gssimstudio.db.dao.data.Experiment; 4 4 import mx.controls.Alert; 5 5 6 /** 6 7 * Class used to store experiment properties … … 138 139 public function setGlobal(item : Object) : void 139 140 { 141 Alert.show(item.data); 140 142 properties[gridSchedulingPlugin] = item.data; 141 143 global = item.label; … … 144 146 public function setLocal(item : Object) : void 145 147 { 148 Alert.show(item.label); 146 149 properties[localAllocPolicyPlugin] = item.data; 147 150 local = item.label;
Note: See TracChangeset
for help on using the changeset viewer.