edu.bonn.cs.iv.bonnmotion.apps
Class LinkDump
java.lang.Object
edu.bonn.cs.iv.bonnmotion.App
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.
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
LinkDump
public LinkDump(java.lang.String[] args)
throws java.io.FileNotFoundException,
java.io.IOException
- Throws:
java.io.FileNotFoundException
java.io.IOException
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