net.simplace.simulation.model.FWSimComponentCodeGen




public class FWSimComponentCodeGen {
// Public Constructors
public FWSimComponentCodeGen(File aJavaSourcePath) throws IOException;


// Class Methods
public static void main(String[] aStringArray);


// Public Instance Methods
public String generateCodeCSV(Vector aConfigStrings);


returns the content of the class
public String generateCodeXML(Element aConfigElement);


returns the content of the class
public void writeCodeToFile(String aContentOfFile);



}