implementation of the FWSimInterface
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 FWSimInterface.getLinesOfFile();
public class NetCDFInterface extends FILEInterface { // Public Constructors public NetCDFInterface(String aName, int aPoolSize, String aFileName, Integer aSimulationCount); // Protected Constructors protected NetCDFInterface(String aName, Element aInterfaceElement); // Public Instance Methods