Changeset 273 for xssim/branches/tpiontek/src/example
- Timestamp:
- 04/13/12 12:28:37 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
xssim/branches/tpiontek/src/example/localplugin/FCFSPreferedConsolidationClusterLocalPlugin.java
r271 r273 35 35 public class FCFSPreferedConsolidationClusterLocalPlugin extends BaseLocalPlugin { 36 36 37 private int scenario = 2; 37 private int scenario = 1; 38 39 //0 - konsolidacja bez wylaczania 40 //1 - konsolidacja, wylaczanie bez preferencji zasobu 41 //2 - konsolidacja, wylaczanie, 2 rozlaczne pule zasobobow 42 //3 - konsolidacja, wylaczanie jesli nie ma preferowanych sprawdza druga kategorie 38 43 39 44 public FCFSPreferedConsolidationClusterLocalPlugin () { … … 133 138 { 134 139 case 2: 140 case 3: 135 141 if( type == 0) 136 142 category = "B";
Note: See TracChangeset
for help on using the changeset viewer.