|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--utilities.Jobs
A jobs object which contains the information for one job of the model (i.e. one network)
Constructor Summary | |
Jobs(int i,
java.lang.String d,
int[][] m)
Returns a job object that is fully specified |
Method Summary | |
java.lang.String |
getDescrip()
Returns the description of the job |
int |
getJobID()
Returns the job id number |
int[][] |
getMatrix()
Returns the adjacency matrix |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Jobs(int i, java.lang.String d, int[][] m)
i
- The id numberd
- The description of the jobm
- The adjacency matrixMethod Detail |
public int getJobID()
public java.lang.String getDescrip()
public int[][] getMatrix()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |