net.simplace.sim.io.interfaces.LEDataInterface

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 LEDataInterface extends FILEInterface {
// Public Constructors
public LEDataInterface(String aName, int aPoolSize, String aFileName);
// Protected Constructors
protected LEDataInterface(String aName, int aPoolSize, Element
aInterfaceElement);


// Public Instance Methods
public FilePool getInterface(FWSimVarMap aVarMap, FWSimVariable.CONTENT_TYPE
aContentType); // Overrides FILEInterface

implementation of the get interface method.


}



Hierarchy: java.lang.Object - FWSimInterface - FILEInterface - LEDataInterface



Passed to: net.simplace.sim.io.resources.adapter.LEdataResourceAdapter()