|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTraceGenerator
public class TraceGenerator
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 |
---|
private static java.lang.String OUTPUT
Constructor Detail |
---|
public TraceGenerator()
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.io.FileNotFoundException
args
- See the enclosed README document for usage information
java.io.FileNotFoundException
private static Globals parse_arguments(java.lang.String[] args)
args
- See the enclosed README document for usage information
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |