haifa.shopsim.lab
Class RLikeNShopData

java.lang.Object
  |
  +--haifa.shopsim.AbstractShopData
        |
        +--haifa.shopsim.FastAbstractShopData
              |
              +--haifa.shopsim.lab.RLikeNShopData
All Implemented Interfaces:
ShopData

public class RLikeNShopData
extends FastAbstractShopData

Creates a shop data object where the number of routes just about equals the number of jobs. It creates this based on:

This class is a GeneralShopDataArray.

Version:
0.60

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: and machine means
 
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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

lastSeed

static long lastSeed
The last seed that was used to create the lat object. Ensures that conscutive objects have diffrent seeds.
Constructor Detail

RLikeNShopData

public RLikeNShopData(int I_,
                      int a,
                      double[] machineMeans,
                      int N_)
Constructor gets arguments as specified by the class.
Method Detail

main

public static void main(java.lang.String[] args)
For testing, as arguments enter: and machine means