|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--haifa.shopsim.AbstractShopData
|
+--haifa.shopsim.FastAbstractShopData
|
+--haifa.shopsim.lab.RLikeNShopData
Creates a shop data object where the number of routes just about equals the number of jobs. It creates this based on:
| Field Summary | |
(package private) static long |
lastSeed
The last seed that was used to create the lat object. |
| Fields inherited from class haifa.shopsim.FastAbstractShopData |
CiList, K, routesList |
| Fields inherited from class haifa.shopsim.AbstractShopData |
I, R, routes, stepDurations |
| Constructor Summary | |
RLikeNShopData(int I_,
int a,
double[] machineMeans,
int N_)
Constructor gets arguments as specified by the class. |
|
| Method Summary | |
static void |
main(java.lang.String[] args)
For testing, as arguments enter: |
| Methods inherited from class haifa.shopsim.FastAbstractShopData |
getCi, getK, getRoute, getSizeCi, setUpFastData |
| Methods inherited from class haifa.shopsim.AbstractShopData |
getI, getKr, getMachine, getMaxMachineMean, getMaxRouteMean, getMeanOfMachine, getMeanOfRoute, getMeanOfRouteOnMacine, getMeanOfRoutesOnMachine, getMeansOfRoutesOnMachines, getR, getXto, getXto, isSingleRoute, toString |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
static long lastSeed
| Constructor Detail |
public RLikeNShopData(int I_,
int a,
double[] machineMeans,
int N_)
| Method Detail |
public static void main(java.lang.String[] args)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||