net.simplace.simulation.io.interfaces.XMLInterface
implementation of the FWSimInterface
giving access to resources from and output to xml-files
method FWSimInterface.getRootElement()
provide the user with the needed content.
Until now only used as resource interface.
public class XMLInterface extends FILEInterface {
// Public Constructors
public XMLInterface(String aName, int aPoolSize, String aFileName);
// Protected Constructors
protected XMLInterface(String aName, int aPoolSize, Element
aInterfaceElement);
}
Hierarchy: java.lang.Object - FWSimInterface - FILEInterface - XMLInterface
Passed to: net.simplace.simulation.io.resources.adapter.XMLResourceAdapter()