Class TraceGenerator

java.lang.Object
  extended by TraceGenerator

public class TraceGenerator
extends java.lang.Object

TraceGenerator is a driver program that generates trace files embodying network runs that can be used in the evaluation of trust management systems.


Field Summary
private static java.lang.String OUTPUT
          The filename/path of the *.trace file to be written
 
Constructor Summary
TraceGenerator()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main driver method.
private static Globals parse_arguments(java.lang.String[] args)
          Parse the command-line arguments provided to the main() method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OUTPUT

private static java.lang.String OUTPUT
The filename/path of the *.trace file to be written

Constructor Detail

TraceGenerator

public TraceGenerator()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.FileNotFoundException
The main driver method.

Parameters:
args - See the enclosed README document for usage information
Throws:
java.io.FileNotFoundException

parse_arguments

private static Globals parse_arguments(java.lang.String[] args)
Parse the command-line arguments provided to the main() method.

Parameters:
args - See the enclosed README document for usage information
Returns:
A Globals object wrapping parameter variables