Package net.simplace.sim.io.output
Klasse FWSimOutputCache
- Alle implementierten Schnittstellen:
Serializable,Cloneable,Map<FWSimVariable<?>,Object>
OutputCache stores the temporary outputs in a SimOutput
- Autor:
- Andreas Enders
- Siehe auch:
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungFWSimOutputCache(FWSimVarMap aVarMap, LinkedHashMap<String, FWSimVariable<?>> aHeaderVariables) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidfill(FWSimVarMap aVarMap, FWSimIOAdapter.FREQUENCE aFrequence) generate(FWSimVarMap aVarMap, LinkedHashMap<String, FWSimVariable<?>> aHeaderVariables, boolean aArrayMode, FWSimIOAdapter.FREQUENCE aFrequence) voidreset()Von Klasse geerbte Methoden java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesVon Klasse geerbte Methoden java.util.AbstractMap
equals, hashCode, toString
-
Konstruktordetails
-
FWSimOutputCache
public FWSimOutputCache(FWSimVarMap aVarMap, LinkedHashMap<String, FWSimVariable<?>> aHeaderVariables) - Parameter:
aVarMap-aHeaderVariables-
-
-
Methodendetails
-
fill
-
reset
public void reset() -
generate
public FWSimQueueObjectMap generate(FWSimVarMap aVarMap, LinkedHashMap<String, FWSimVariable<?>> aHeaderVariables, boolean aArrayMode, FWSimIOAdapter.FREQUENCE aFrequence)
-