implementation of the FWSimInterface
giving access to resources from and output to files
public class FILEInterface extends FWSimInterface { // Public Constructors public FILEInterface(String aName, int aPoolSize, FWSimInterface.INTERFACE_TYPE aType, String aFileName); // Protected Constructors protected FILEInterface(String aName, int aPoolSize, Element aInterfaceElement); protected FILEInterface(String aName, int aPoolSize, FWSimInterface.INTERFACE_TYPE aType, Element aInterfaceElement); // Protected Instance Variables protected String iFilename; protected FilePooliFileinfo; // Public Instance Methods