Package net.simplace.sim.io.interfaces
Klasse NetCDFInterface
java.lang.Object
net.simplace.sim.io.interfaces.FWSimInterface<FilePool>
net.simplace.sim.io.interfaces.FILEInterface
net.simplace.sim.io.interfaces.NetCDFInterface
implementation of the
giving access to resources from and output to files
divider can be given in xml-configuration tag. If not given divider will by default be 'tab' or '\t'
Use Interface by
FWSimInterfaceFWSimInterface.getInterface(FWSimVarMap, CONTENT_TYPE).getLinesOfFile();- 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.FILEInterface
iContent, iFileinfo, iFilenameVon Klasse geerbte Felder net.simplace.sim.io.interfaces.FWSimInterface
iColumnMap, iColumnNamesInt, iIntColumnNames -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungNetCDFInterface(String aName, int aPoolSize, String aFileName, Integer aSimulationCount) protectedNetCDFInterface(String aName, org.jdom2.Element aInterfaceElement) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetInterface(FWSimVarMap aVarMap, FWSimVariable.CONTENT_TYPE aContentType) implementation of the get interface method.intread(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 typeVon Klasse geerbte Methoden net.simplace.sim.io.interfaces.FILEInterface
finalize, getFilename, setFilename, toXMLVon Klasse geerbte Methoden net.simplace.sim.io.interfaces.FWSimInterface
checkHeaderForColMode, createInterface, createInterface, createStatisticInterface, getInterfaceType, getName, getPoolSize, readColArray, toString, transformArrays, writeToDatabase
-
Konstruktordetails
-
NetCDFInterface
- Parameter:
aName-aInterfaceElement-aPoolSize-
-
NetCDFInterface
- Parameter:
aName-aPoolSize-aFileName-aSimulationCount-aDivider-
-
-
Methodendetails
-
getInterface
implementation of the get interface method.- Setzt außer Kraft:
getInterfacein KlasseFILEInterface- Parameter:
aVarMap-aContentType-- Gibt zurück:
- generic interface connection object. for example: database - connection; xml - fileinfo
- 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<FilePool>- Parameter:
aFwSimSession-aProjectID-aCache-aKeyMap-aResourceAdapter-aUniqueID-aInterfaceType-- Gibt zurück:
- generic
FWSimResourceCache - Löst aus:
MissingSimResourceException
-
getSimulationCount
public int getSimulationCount()- Gibt zurück:
-
getSectionSpec
- Gibt zurück:
-