|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--javaSimulation.Linkage
|
+--javaSimulation.Link
|
+--javaSimulation.Process
|
+--haifa.shopsim.kernel.RouteEnd
This class is the output pile of a route.
| Field Summary | |
(package private) int |
accumulatedJobs
|
(package private) javaSimulation.Head |
finishedQueue
A queue of the finished jobs. |
(package private) JobHolder |
previous
|
(package private) int |
routeNumber
|
(package private) ShopData |
shopData
|
(package private) ShopRun |
shopRun
|
| Fields inherited from class javaSimulation.Process |
after, after_code, at, at_code, before, before_code, delay, delay_code, direct_code, EVTIME, MAIN, myCoroutine, PRED, prior, SQS, SUC, TERMINATED |
| Constructor Summary | |
RouteEnd(ShopData shopData_,
ShopRun shopRun_,
int routeNumber_)
|
|
| Method Summary | |
void |
actions()
|
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. |
| Methods inherited from class javaSimulation.Process |
|
| Methods inherited from class javaSimulation.Link |
follow, into, out, precede |
| Methods inherited from class javaSimulation.Linkage |
pred, prev, suc |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
| Field Detail |
ShopData shopData
ShopRun shopRun
int routeNumber
int accumulatedJobs
javaSimulation.Head finishedQueue
JobHolder previous
| Constructor Detail |
public RouteEnd(ShopData shopData_,
ShopRun shopRun_,
int routeNumber_)
| Method Detail |
public void getJob(Job job)
JobHoldergetJob in interface JobHolderpublic void actions()
actions in class javaSimulation.Process
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||