Start
|
Index
|
Overview
•
PREV
|
UP
|
NEXT
net.simplace.sim.io.output.FWSimResultCache
public class
FWSimResultCache
extends
net.simplace.sim.io.FWSimCache
{
// Public Constructors
public
FWSimResultCache
(LinkedHashMap aHeaderVariables,
FWSimIOAdapter.FREQUENCE
aFrequence, String aName, int aOrderNumber);
// Public Instance Methods
public Element
toXML
();
public void
update
(
FWSimQueueObjectMap
aObjectToWrite);
aObjectToWrite
public void
getSeriesFromCache
(String aVarNameString, Dataset aDataset);
aVarNameString
aDataset
public Object
clone
();
// Overrides java.lang.Object
public Element
getCreateFormXML
();
public
FWSimVarMap
getVarMap
();
public Element
getEditFormXML
(boolean aEnabled);
}
Hierarchy:
java.lang.Object -
net.simplace.sim.io.FWSimCache
(
net.simplace.sim.util.FWSimFieldContainer
) - FWSimResultCache
Passed to:
net.simplace.sim.wrapper.DataContainer
(),
net.simplace.core.ui.jfreechart.DefaultCropChart
(),
net.simplace.sim.FWSimSimulation.registerResultCache
(),
FWSimStatisticContainer.setStatisticsResultCache
()
Returned by:
net.simplace.sim.io.interfaces.MEMORYInterface.getInterface
(),
net.simplace.sim.FWSimSimulation.getResultCache
(),
net.simplace.sim.io.output.adapter.CacheOutputAdapter.getResultCache
(),
FWSimStatisticContainer.getStatisticsResultCache
(),
FWSimOutputAdapter.getStatisticsResultCache
()