|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--haifa.shopsim.kernel.RouteStart
This Simulation Entity is the pile of jobs at the start of the route.
Field Summary | |
(package private) Machine |
firstMachine
|
(package private) javaSimulation.Head |
jobQueue
|
(package private) int |
routeNumber
|
(package private) ShopData |
shopData
|
Constructor Summary | |
RouteStart(ShopData shopData_,
int routeNumber_)
|
Method Summary | |
void |
bindRoute(Machine[] machines,
RouteEnd end)
This method interconnects (by references) the route starting at this route start and going thourgh all the machines to the routeEnd |
void |
getJob(Job job)
When another SimualationEntity passes the job onto this entity, it should use this method by calling it on the reciveing object. |
void |
passJobs()
|
Methods inherited from class java.lang.Object |
|
Field Detail |
ShopData shopData
int routeNumber
Machine firstMachine
javaSimulation.Head jobQueue
Constructor Detail |
public RouteStart(ShopData shopData_, int routeNumber_)
Method Detail |
public void getJob(Job job)
JobHolder
getJob
in interface JobHolder
public void passJobs()
public void bindRoute(Machine[] machines, RouteEnd end)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |