edu.virginia.cs.mng.hypercast.DT
Class DT_RC2

java.lang.Object
  |
  +--edu.virginia.cs.mng.hypercast.testing_and_monitoring.RC2
        |
        +--edu.virginia.cs.mng.hypercast.DT.DT_RC2

public final class DT_RC2
extends RC2

This class adds commands to RC2 that are specific to a Delaunay triangulation.


Fields inherited from class edu.virginia.cs.mng.hypercast.testing_and_monitoring.RC2
commands, DEFAULT_PORT_WITH_NO_SERVER, experiment, experimentLock, portalManager, reliableSocket
 
Constructor Summary
protected DT_RC2()
          Adds DT specific commands to the RC2.
 
Method Summary
static void main(java.lang.String[] args)
          Creates an DT_RC2 and calls go().
 
Methods inherited from class edu.virginia.cs.mng.hypercast.testing_and_monitoring.RC2
addCommand, commandLine, createExperiment, go, processCommand, processCommands, removeBackspaces, usage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DT_RC2

protected DT_RC2()
Adds DT specific commands to the RC2.
Method Detail

main

public static void main(java.lang.String[] args)
Creates an DT_RC2 and calls go().
See Also:
RS2.go(java.lang.String[])