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

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

public class Cut
extends App

Application to save a certain timeframe from one scenario into a new file.


Field Summary
protected  double begin
           
protected  java.lang.String destination
           
protected  double end
           
protected  java.lang.String source
           
 
Constructor Summary
Cut(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

begin

protected double begin

end

protected double end

source

protected java.lang.String source

destination

protected java.lang.String destination
Constructor Detail

Cut

public Cut(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