|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTraceSimulator
public class TraceSimulator
The TraceSimulator class, when given a trace file and TM algorithm, simulates the trace in that environment and outputs a statistical file.
Nested Class Summary | |
---|---|
private static class |
TraceSimulator.TSYS
The TSYS enumeration lists the implemented TM algorithms. |
Field Summary | |
---|---|
private static java.lang.String |
FILE_NAME
The path/filename of the input trace file. |
private static SimulatorMalicious.MAL_STRATEGY |
STRATEGY
Malicious strategy being applied during this simulation |
private static TrustAlg |
TALG
Instance of a trust algorithm managing a simulation. |
private static TraceSimulator.TSYS |
TSYSTEM
Label describing the algorithm managing a simulation. |
Constructor Summary | |
---|---|
TraceSimulator()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
The main driver method. |
private static void |
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 FILE_NAME
private static TrustAlg TALG
private static TraceSimulator.TSYS TSYSTEM
private static SimulatorMalicious.MAL_STRATEGY STRATEGY
Constructor Detail |
---|
public TraceSimulator()
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.io.IOException
args
- See the README document for usage information
java.io.IOException
private static void 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 |