Class reliability.tester
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class reliability.tester

java.lang.Object
   |
   +----reliability.tester

public class tester
extends Object
implements Runnable

Variable Index

 o LINK_BW
 o LINK_BW_SD
 o LINK_BW_WALK
 o LINK_DROP_PROB
 o LINK_LATENCY
 o LINK_LATENCY_SD
 o LINK_LATENCY_WALK
 o LINK_MTU
 o SEED

Constructor Index

 o tester()

Method Index

 o main(String[])
 o run()

Variables

 o SEED
  public static long SEED
 o LINK_MTU
  public static int LINK_MTU
 o LINK_BW
  public static double LINK_BW
 o LINK_BW_SD
  public static double LINK_BW_SD
 o LINK_BW_WALK
  public static double LINK_BW_WALK
 o LINK_LATENCY
  public static double LINK_LATENCY
 o LINK_LATENCY_SD
  public static double LINK_LATENCY_SD
 o LINK_LATENCY_WALK
  public static double LINK_LATENCY_WALK
 o LINK_DROP_PROB
  public static double LINK_DROP_PROB

Constructors

 o tester
  public tester()

Methods

 o main
  public static void main(String args[])
 o run
  public void run()

All Packages  Class Hierarchy  This Package  Previous  Next  Index