edu.bonn.cs.iv.bonnmotion.apps
Class Visplot

java.lang.Object
  extended by edu.bonn.cs.iv.bonnmotion.App
      extended by edu.bonn.cs.iv.bonnmotion.apps.Visplot

public class Visplot
extends App

Application that calculates various statistics for movement scenarios.


Field Summary
protected  int idx
           
protected  java.lang.String name
           
 
Constructor Summary
Visplot(java.lang.String[] args)
           
 
Method Summary
 void go(java.lang.String[] args)
          Main method from where all the magic starts ...
static void main(java.lang.String[] args)
           
protected  boolean parseArg(char key, java.lang.String val)
           
static void printHelp()
           
 
Methods inherited from class edu.bonn.cs.iv.bonnmotion.App
exceptionHandler, openPrintWriter, parse, parseArg, parseDoubleArray, parseIntArray, parseStringArray, stringArrayConcat
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name

idx

protected int idx
Constructor Detail

Visplot

public Visplot(java.lang.String[] args)
        throws java.io.FileNotFoundException,
               java.io.IOException
Throws:
java.io.FileNotFoundException
java.io.IOException
Method Detail

go

public void go(java.lang.String[] args)
        throws java.io.FileNotFoundException,
               java.io.IOException
Description copied from class: App
Main method from where all the magic starts ...

Specified by:
go in class App
Throws:
java.io.FileNotFoundException
java.io.IOException

parseArg

protected boolean parseArg(char key,
                           java.lang.String val)
Overrides:
parseArg in class App

printHelp

public static void printHelp()

main

public static void main(java.lang.String[] args)
                 throws java.io.FileNotFoundException,
                        java.io.IOException
Throws:
java.io.FileNotFoundException
java.io.IOException