Class Tabulate

java.lang.Object
  |
  +--Tabulate
All Implemented Interfaces:
java.io.Serializable

public class Tabulate
extends java.lang.Object
implements java.io.Serializable

The class `Tabulate' extracts experiment data from the CCUS output files out[1-8].txt, and synthesises a LaTeX table.

See Also:
Serialized Form

Constructor Summary
Tabulate()
           
 
Method Summary
static void main(java.lang.String[] argv)
          Synthesise a LaTeX table from CCUS outputs.
static int[] tabulate(java.lang.String filename)
          Extract experiment data from a CCUS output file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tabulate

public Tabulate()
Method Detail

main

public static void main(java.lang.String[] argv)
Synthesise a LaTeX table from CCUS outputs.

tabulate

public static int[] tabulate(java.lang.String filename)
Extract experiment data from a CCUS output file.
Parameters:
filename - The filename of the CCUS output file.
Returns:
An array of data extracted from said file.