net.simplace.simulation.io.interfaces.MEMORYInterface

implementation of the FWSimInterface giving access to output as memory representation. Most performing way to organize output that does not have to be written.


public class MEMORYInterface extends FWSimInterface {
// Public Constructors
public MEMORYInterface(String aName, int aPoolSize, Element
aInterfaceElement);


// Public Instance Methods
public FWSimResultCache getInterface(FWSimVarMap aVarMap,
FWSimVariable.CONTENT_TYPE aContentType); // Defines FWSimInterface

implementation of the get interface method.
public Element toXML(); // Defines FWSimInterface


returns Element containing configuration for this Interface
public void finalize() throws Throwable; // Defines FWSimInterface



}



Hierarchy: java.lang.Object - FWSimInterface - MEMORYInterface



Passed to: net.simplace.simulation.io.output.adapter.CacheOutputAdapter()