Package net.simplace.sim.io.output
Class FWSimResultCache
java.lang.Object
net.simplace.sim.io.FWSimCache
net.simplace.sim.io.output.FWSimResultCache
- All Implemented Interfaces:
FWSimFieldContainer
- Author:
- XPMUser
-
Field Summary
Fields inherited from class net.simplace.sim.io.FWSimCache
iArrayMode, iCache, iFieldcount, iFrequence, iHeaderVariables, iName, iOrderNumber, iVariablesIndexes -
Constructor Summary
ConstructorsConstructorDescriptionFWSimResultCache(LinkedHashMap<String, FWSimVariable<?>> aHeaderVariables, FWSimIOAdapter.FREQUENCE aFrequence, String aName, int aOrderNumber) -
Method Summary
Modifier and TypeMethodDescriptionclone()org.jdom2.Elementorg.jdom2.ElementgetEditFormXML(boolean aEnabled) voidgetSeriesFromCache(String aVarNameString, org.jfree.data.general.Dataset aDataset) org.jdom2.ElementtoXML()voidupdate(FWSimQueueObjectMap aObjectToWrite) Methods inherited from class net.simplace.sim.io.FWSimCache
addVariable, checkCondition, createVariables, getCache, getContentType, getFieldcount, getFieldMap, getFrequence, getInputVariables, getName, getOrderNumber, getOutputVariables, getVariable, getVariableIndex, getVariables, isArrayMode, isConditionCheck, removeVariable, setCacheMap
-
Constructor Details
-
FWSimResultCache
public FWSimResultCache(LinkedHashMap<String, FWSimVariable<?>> aHeaderVariables, FWSimIOAdapter.FREQUENCE aFrequence, String aName, int aOrderNumber) - Parameters:
aHeaderVariables-aFrequence-aName-aOrderNumber-
-
-
Method Details
-
toXML
public org.jdom2.Element toXML()- Returns:
- a xml element with all the settings of this component()
- See Also:
-
update
- Parameters:
aObjectToWrite-
-
getSeriesFromCache
- Parameters:
aVarNameString-aDataset-
-
clone
-
getCreateFormXML
public org.jdom2.Element getCreateFormXML()- Returns:
- a xml element with all the settings of this component()
-
getVarMap
- Returns:
- number in the order of Components
-
getEditFormXML
public org.jdom2.Element getEditFormXML(boolean aEnabled) - Returns:
- a xml element with all the settings of this component()
-