lbg.simulator.tools.spreadsheet
Class LogSpreadsheet
java.lang.Object
lbg.simulator.tools.spreadsheet.LogSpreadsheet
public class LogSpreadsheet
- extends java.lang.Object
Analyzes a given LBG simulator log file.
- Author:
- Cyril Briquet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LogSpreadsheet
public LogSpreadsheet(java.lang.String spreadsheet_fn)
throws GridException
- Throws:
GridException
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getFilename
public java.lang.String getFilename()
getColumnsCount
public int getColumnsCount()
getLinesCount
public int getLinesCount()
getColumnsTitles
public java.lang.String[] getColumnsTitles()
isStrategyColumn
public boolean isStrategyColumn(java.lang.String col_title)
throws GridException
- Throws:
GridException
getStrategyColumn
public java.lang.String[] getStrategyColumn(java.lang.String col_title)
throws GridException
- Throws:
GridException
getDataColumn
public java.lang.Float[] getDataColumn(java.lang.String col_title)
throws GridException
- Throws:
GridException
dump
public java.lang.String dump()
throws GridException
- Throws:
GridException
main
public static void main(java.lang.String[] args)
Copyright (c) 2005-2008, Cyril Briquet, parts Xavier Dalem.