|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcz.zcu.fav.kiv.cs.CSServerProcInfo
Carries the information about process. What its IDs are and in what submodel it is located.
| Field Summary | |
int |
distMatrixID
ID for this process in the distance matrix, assigned by server. |
int |
procID
ID of this process, which has him assigned his parent submodel. |
int |
simID
ID of submodel, where is this process located. |
| Constructor Summary | |
CSServerProcInfo(int simID,
int procID,
int distMatrixID)
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public final int simID
public final int procID
public final int distMatrixID
| Constructor Detail |
public CSServerProcInfo(int simID,
int procID,
int distMatrixID)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||