Class SimulationData
java.lang.Object
SimulationData
- public class SimulationData
- extends java.lang.Object
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 |
allSimItem
public java.util.ArrayList allSimItem
SimulationData
public SimulationData()
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