Class FWSimCache

java.lang.Object
net.simplace.sim.io.FWSimCache
All Implemented Interfaces:
FWSimFieldContainer
Direct Known Subclasses:
FWSimResourceCache, FWSimResultCache, FWSimulationControlCache

public abstract class FWSimCache extends Object implements FWSimFieldContainer
Out of performance reasons the data from resources is stored within the ResourceCache. Herein a Object[] is used to make the data accessible very fast. See the 2 extending classes: FWSimResourceCache and FWSimResultCache.
Author:
Andreas Enders