Start
|
Index
|
Overview
•
PREV
|
UP
|
NEXT
net.simplace.simulation.model.FWSimComponentCodeGen
public class
FWSimComponentCodeGen
{
// Public Constructors
public
FWSimComponentCodeGen
(File aJavaSourcePath) throws IOException;
// Class Methods
public static void
main
(String[] aStringArray);
aStringArray
// Public Instance Methods
public String
generateCodeCSV
(Vector aConfigStrings);
aConfigStrings
returns
the content of the class
public String
generateCodeXML
(Element aConfigElement);
aConfigElement
returns
the content of the class
public void
writeCodeToFile
(String aContentOfFile);
aContentOfFile
}