|
Ideation Project DA Ruwe
This program provides us with an agent based simulation of an ideation game.
|
Transform the XML output into several readable and processable formats (Tex, R). More...
Static Public Member Functions | |
| static void | xmlToVarious (String xmlFilename, String stylesheetDirectory1, String outputDirectory1, TestCase test) throws javax.xml.transform.TransformerException, JAXBException |
| Transforms the xmlfile according to the stylesheets residing in the stylesheet directory and wirtes the output into the output directory. | |
| static void | main (String[] args) throws javax.xml.transform.TransformerException |
| Test Method. | |
We will transform the XML data to several nicely readable formats or processable formats which will contain the results like we need them.
| static void ideation.Transform.main | ( | String[] | args | ) | throws javax.xml.transform.TransformerException [static] |
This method provides a basic test where the parameters for this classes only method are read from the command line.
xmlfile, stylesheetDir, outputDir.
| static void ideation.Transform.xmlToVarious | ( | String | xmlFilename, |
| String | stylesheetDirectory1, | ||
| String | outputDirectory1, | ||
| TestCase | test | ||
| ) | throws javax.xml.transform.TransformerException, JAXBException [static] |
The stylesheet directory has to include the following files with according purposes.
What they do guess...
| xmlfile | an XML file. |
| stylesheetDirectory | the name of the stylesheet directory. |
| outputDirectory | the name of the output directory. |
1.7.6.1