Ideation Project DA Ruwe
This program provides us with an agent based simulation of an ideation game.
 All Classes Functions Variables
Static Public Member Functions
ideation.Transform Class Reference

Transform the XML output into several readable and processable formats (Tex, R). More...

List of all members.

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.

Detailed Description

We will transform the XML data to several nicely readable formats or processable formats which will contain the results like we need them.

Since:
24.08.2012

Member Function Documentation

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.

  • stylesheetPerformanceCollaborativeAllhtml
  • stylesheetPerformanceCollaborativeSmallhtml
  • stylesheetPerformanceCollaborative.table.csv
  • stylesheetPerformanceCollaborative.table.tex

What they do guess...

Parameters:
xmlfilean XML file.
stylesheetDirectorythe name of the stylesheet directory.
outputDirectorythe name of the output directory.

The documentation for this class was generated from the following file:
 All Classes Functions Variables