haifa.shopsim.lab
Interface ProblemSizeChooser
- All Known Implementing Classes:
- AbstractProblemSizeChooser
- public interface ProblemSizeChooser
This interface is implemented by classes that are used to specifiy the size of a problem at the start of a simulation. Basiclly the getNr() method
is the essence of such classes.
- Version:
- 0.60
Method Summary |
int[] |
getNr()
Returns an array, spcifing how many jobs are to be in each route. |
void |
setData(ShopData shopData)
Set the shop data object. |
getNr
public int[] getNr()
- Returns an array, spcifing how many jobs are to be in each route.
setData
public void setData(ShopData shopData)
- Set the shop data object.