//This file generated automatically from the MARIUS LP system, please do not edit.

public class SUNFactory implements HardwareFactoryIF {

public CPU createCPU() { return new SPARC(); }
public DiscoDuro createDiscoDuro() { return new Veritas(); }

} //End of class SUNFactory
