Start
|
Index
|
Overview
•
PREV
|
UP
|
NEXT
net.simplace.simulation.io.resources.adapter.CSVResourceAdapter
public class
CSVResourceAdapter
extends
net.simplace.simulation.io.resources.FWSimResourceAdapter
{
// Public Constructors
public
CSVResourceAdapter
(Element aResourceElement, int aOrderNumber);
public
CSVResourceAdapter
(String aFileName, String aComponentName, String
aDivider, int aOrderNumber,
FWSimSession
aFwSimSession,
FWSimIOAdapter.FREQUENCE
aFrequence, Map aKeyMap) throws IOException,
RequiredFieldEmptyException
;
public
CSVResourceAdapter
(
FWSimResourceAdapter
aAdapter,
CSVInterface
aInterface);
// Public Instance Methods
public
FWSimResourceCache
getData
(
FWSimVarMap
aVarMap)
throws
MissingSimResourceException
;
// Defines
net.simplace.simulation.io.resources.FWSimInputAdapter
public
FWSimResourceCache
getData
(
FWSimVarMap
aVarMap,
FileData
aFileData)
throws
MissingSimResourceException
;
aVarMap
aFileData
returns
ResourceCache as Resource
public Map
readHeaderList
(String aFileName, String aComponentName, String
aDivider, Map aKeyMap,
FWSimSession
aSession) throws IOException;
aFileName
aComponentName
aDivider
aKeyMap
aSession
returns
MapOf Keys and their source values
}
Hierarchy:
java.lang.Object -
net.simplace.simulation.io.FWSimIOAdapter
(
net.simplace.simulation.util.FWSimFieldContainer
) -
net.simplace.simulation.io.resources.FWSimInputAdapter
-
net.simplace.simulation.io.resources.FWSimResourceAdapter
- CSVResourceAdapter