Start
|
Index
|
Overview
•
PREV
|
UP
|
NEXT
net.simplace.sim.io.interfaces.FILEInterface
implementation of the FWSimInterface
giving access to resources from and output to files
public abstract class
FILEInterface
extends
FWSimInterface
{
// Public Constructors
public
FILEInterface
(String aName, int aPoolSize,
FWSimInterface.INTERFACE_TYPE
aType, String aFileName);
// Protected Constructors
protected
FILEInterface
(String aName,
FWSimInterface.INTERFACE_TYPE
aType,
Element aInterfaceElement);
// Protected Instance Variables
protected String
iFilename
;
protected
FilePool
iFileinfo
;
// Public Instance Methods
public
FilePool
getInterface
(
FWSimVarMap
aVarMap,
FWSimVariable.CONTENT_TYPE
aContentType);
// Defines
FWSimInterface
implementation of the get interface method.
public String
getFilename
();
returns
the filename
public void
setFilename
(String aFilename);
aFilename
the filename to set
public Element
toXML
();
// Defines
FWSimInterface
returns
Element containing configuration for this Interface
public void
finalize
() throws Exception;
// Defines
FWSimInterface
}
Hierarchy:
java.lang.Object -
FWSimInterface
- FILEInterface
Extended by:
CSVInterface
,
NetCDFInterface
,
XMLInterface
Passed to:
net.simplace.sim.io.output.adapter.NetCDFOutputAdapter
()