Class SimulationData

java.lang.Object
  extended bySimulationData

public class SimulationData
extends java.lang.Object


Field Summary
 java.util.ArrayList allSimItem
           
 
Constructor Summary
SimulationData()
           
 
Method Summary
 int AddSimItem(cz.zcu.fav.kiv.jsim.JSimProcess ParServerRef, cz.zcu.fav.kiv.jsim.JSimHead ParQueueRef)
          Storing referention of all Items in Simulation
 int AddTimeItemMain(Server ParServerRef, double ParCurrentTime, double ParCreationTime, double ParTransTg, double ParLinkSumTw, double ParLinkNoOfItemsRemoved, double ParLinkSumLw)
          Store data to server referens list
 int CountOfAllItem()
          Retur number of all stored item
 int GetIndexSimItem(cz.zcu.fav.kiv.jsim.JSimProcess ParServerRef)
          get index of referensis in list of all component ind simulation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

allSimItem

public java.util.ArrayList allSimItem
Constructor Detail

SimulationData

public SimulationData()
Method Detail

AddSimItem

public int AddSimItem(cz.zcu.fav.kiv.jsim.JSimProcess ParServerRef,
                      cz.zcu.fav.kiv.jsim.JSimHead ParQueueRef)
Storing referention of all Items in Simulation


GetIndexSimItem

public int GetIndexSimItem(cz.zcu.fav.kiv.jsim.JSimProcess ParServerRef)
get index of referensis in list of all component ind simulation


AddTimeItemMain

public int AddTimeItemMain(Server ParServerRef,
                           double ParCurrentTime,
                           double ParCreationTime,
                           double ParTransTg,
                           double ParLinkSumTw,
                           double ParLinkNoOfItemsRemoved,
                           double ParLinkSumLw)
Store data to server referens list


CountOfAllItem

public int CountOfAllItem()
Retur number of all stored item