net.simplace.simulation.io.interfaces.FILEInterface

implementation of the FWSimInterface giving access to resources from and output to files


public class FILEInterface extends FWSimInterface {
// Protected Constructors
protected FILEInterface(String aName, int aPoolSize, Element
aInterfaceElement);
protected FILEInterface(String aName, int aPoolSize,
FWSimInterface.INTERFACE_TYPE aType, Element aInterfaceElement);
protected FILEInterface(String aName, int aPoolSize,
FWSimInterface.INTERFACE_TYPE aType, String aFileName);

// 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);

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, XMLInterface