Changeset 102


Ignore:
Timestamp:
02/13/12 14:43:22 (13 years ago)
Author:
mcichenski
Message:
 
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  
    22{        
    33        import gssim.gssimstudio.db.dao.data.Experiment; 
    4  
     4        import mx.controls.Alert; 
     5         
    56        /** 
    67         * Class used to store experiment properties 
     
    138139                public function setGlobal(item : Object) : void 
    139140                { 
     141                        Alert.show(item.data); 
    140142                        properties[gridSchedulingPlugin] = item.data; 
    141143                        global = item.label; 
     
    144146                public function setLocal(item : Object) : void 
    145147                { 
     148                        Alert.show(item.label); 
    146149                        properties[localAllocPolicyPlugin] = item.data; 
    147150                        local = item.label; 
Note: See TracChangeset for help on using the changeset viewer.