cz.zcu.fav.kiv.cs
Class CSServerProcInfo

java.lang.Object
  extended bycz.zcu.fav.kiv.cs.CSServerProcInfo

public class CSServerProcInfo
extends java.lang.Object

Carries the information about process. What its IDs are and in what submodel it is located.

Version:
2.0
Author:
Antonin Kunes

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

simID

public final int simID
ID of submodel, where is this process located.


procID

public final int procID
ID of this process, which has him assigned his parent submodel.


distMatrixID

public final int distMatrixID
ID for this process in the distance matrix, assigned by server.

Constructor Detail

CSServerProcInfo

public CSServerProcInfo(int simID,
                        int procID,
                        int distMatrixID)