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

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

public class SPPXml
extends App

Application that generates a motion file according to Horst Hellbrücks XML schema.


Field Summary
protected  int idx
           
protected  java.lang.String name
           
protected  double node_range
           
 
Constructor Summary
SPPXml(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

node_range

protected double node_range

idx

protected int idx
Constructor Detail

SPPXml

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