Package net.simplace.sim.io.interfaces
Klasse MEMORYInterface
java.lang.Object
net.simplace.sim.io.interfaces.FWSimInterface<FWSimResultCache>
net.simplace.sim.io.interfaces.MEMORYInterface
implementation of the
giving access to output as memory representation. Most performing way to
organize output that does not have to be written.
FWSimInterface- Autor:
- Andreas Enders
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen net.simplace.sim.io.interfaces.FWSimInterface
FWSimInterface.INTERFACE_TYPE -
Feldübersicht
Von Klasse geerbte Felder net.simplace.sim.io.interfaces.FWSimInterface
iColumnMap, iColumnNamesInt, iIntColumnNames -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungMEMORYInterface(String aName, int aPoolSize) MEMORYInterface(String aName, org.jdom2.Element aInterfaceElement) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidfinalize()getInterface(FWSimVarMap aVarMap, FWSimVariable.CONTENT_TYPE aContentType) implementation of the get interface method.read(FWSimSession aFwSimSession, String aProjectID, Object aCache, LinkedHashMap<String, String> aKeyMap, FWSimInputAdapter aResourceAdapter, String aUniqueID, FWSimInterface.INTERFACE_TYPE aInterfaceType) factory method creating an interface instance concerning the given data typeorg.jdom2.ElementtoXML()Von Klasse geerbte Methoden net.simplace.sim.io.interfaces.FWSimInterface
checkHeaderForColMode, createInterface, createInterface, createStatisticInterface, getInterfaceType, getName, getPoolSize, readColArray, toString, transformArrays, writeToDatabase
-
Konstruktordetails
-
MEMORYInterface
- Parameter:
aName-aPoolSize-aInterfaceElement-
-
MEMORYInterface
- Parameter:
aName-aInterfaceElement-
-
-
Methodendetails
-
getInterface
implementation of the get interface method.- Angegeben von:
getInterfacein KlasseFWSimInterface<FWSimResultCache>- Parameter:
aVarMap-aContentType-- Gibt zurück:
- generic interface connection object. for example: database - connection; xml - fileinfo
- Siehe auch:
-
toXML
public org.jdom2.Element toXML()- Setzt außer Kraft:
toXMLin KlasseFWSimInterface<FWSimResultCache>- Gibt zurück:
- Element containing configuration for this Interface
-
finalize
- Angegeben von:
finalizein KlasseFWSimInterface<FWSimResultCache>- Löst aus:
Exception- Siehe auch:
-
read
public FWSimResourceCache read(FWSimSession aFwSimSession, String aProjectID, Object aCache, LinkedHashMap<String, String> aKeyMap, FWSimInputAdapter aResourceAdapter, String aUniqueID, FWSimInterface.INTERFACE_TYPE aInterfaceType) throws MissingSimResourceExceptionBeschreibung aus Klasse kopiert:FWSimInterfacefactory method creating an interface instance concerning the given data type- Angegeben von:
readin KlasseFWSimInterface<FWSimResultCache>- Parameter:
aFwSimSession-aProjectID-aCache-aKeyMap-aResourceAdapter-aUniqueID-aInterfaceType-- Gibt zurück:
- generic
FWSimResourceCache - Löst aus:
MissingSimResourceException
-