Package net.simplace.sim.io.output
Klasse FWSimResultCache
java.lang.Object
net.simplace.sim.io.FWSimCache
net.simplace.sim.io.output.FWSimResultCache
- Alle implementierten Schnittstellen:
FWSimFieldContainer
- Autor:
- XPMUser
-
Feldübersicht
Von Klasse geerbte Felder net.simplace.sim.io.FWSimCache
iArrayMode, iCache, iFieldcount, iFrequence, iHeaderVariables, iName, iOrderNumber, iVariablesIndexes -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungFWSimResultCache(LinkedHashMap<String, FWSimVariable<?>> aHeaderVariables, FWSimIOAdapter.FREQUENCE aFrequence, String aName, String aID, int aOrderNumber) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungclone()org.jdom2.Elementorg.jdom2.ElementgetEditFormXML(boolean aEnabled) voidgetSeriesFromCache(String aVarNameString, org.jfree.data.general.Dataset aDataset, boolean aMultiSessionMode) org.jdom2.ElementtoXML()voidupdate(FWSimQueueObjectMap aObjectToWrite) Von Klasse geerbte Methoden net.simplace.sim.io.FWSimCache
addVariable, checkCondition, createVariables, getCache, getContentType, getFieldcount, getFieldMap, getFrequence, getInputVariables, getName, getOrderNumber, getOutputVariables, getVariable, getVariableIndex, getVariables, isArrayMode, isConditionCheck, removeVariable, setCacheMap
-
Konstruktordetails
-
FWSimResultCache
public FWSimResultCache(LinkedHashMap<String, FWSimVariable<?>> aHeaderVariables, FWSimIOAdapter.FREQUENCE aFrequence, String aName, String aID, int aOrderNumber) - Parameter:
aHeaderVariables-aFrequence-aName-aOrderNumber-
-
-
Methodendetails
-
toXML
public org.jdom2.Element toXML()- Gibt zurück:
- a xml element with all the settings of this component()
- Siehe auch:
-
update
- Parameter:
aObjectToWrite-
-
getSeriesFromCache
public void getSeriesFromCache(String aVarNameString, org.jfree.data.general.Dataset aDataset, boolean aMultiSessionMode) - Parameter:
aVarNameString-aDataset-
-
clone
-
getCreateFormXML
public org.jdom2.Element getCreateFormXML()- Gibt zurück:
- a xml element with all the settings of this component()
-
getVarMap
- Gibt zurück:
- number in the order of Components
-
getEditFormXML
public org.jdom2.Element getEditFormXML(boolean aEnabled) - Parameter:
aEnabled-- Gibt zurück:
- a xml element with all the settings of this component()
-