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

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

public class LinkDump
extends App

Application that dumps the link durations in a movement scenario to the standard output.


Field Summary
protected  boolean all
           
protected  double begin
           
protected  boolean donly
           
protected  double duration
           
protected  double end
           
protected  java.lang.String name
           
protected  MobileNode[] node
           
protected  double radius
           
 
Constructor Summary
LinkDump(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

radius

protected double radius

begin

protected double begin

end

protected double end

donly

protected boolean donly

all

protected boolean all

duration

protected double duration

node

protected MobileNode[] node
Constructor Detail

LinkDump

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