|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javaSimulation.Linkage | +--javaSimulation.Link | +--haifa.shopsim.kernel.Job
The Job is actually a token that travels thourgh the system.
Field Summary | |
(package private) static int |
jobCount
This variable counts how many job objects have been allocated. |
(package private) ShopData |
shopData
A refrence to the data about the jobShop. |
(package private) int |
step
Determines the most recent step of processing that the job has experienced so far. |
(package private) int |
type
The type of the job |
Fields inherited from class javaSimulation.Linkage |
PRED, SUC |
Constructor Summary | |
(package private) |
Job(ShopData shopData_,
int type_)
Allocate a new job. |
Method Summary | |
java.lang.String |
toString()
|
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 |
|
Field Detail |
ShopData shopData
int type
int step
static int jobCount
Constructor Detail |
Job(ShopData shopData_, int type_)
Method Detail |
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |