flowsim.cbdv
Class TestCBDV

java.lang.Object
  |
  +--flowsim.cbdv.TestCBDV

public final class TestCBDV
extends java.lang.Object


Constructor Summary
TestCBDV()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void show_progress(long time)
           
static double test_cbdv(int load)
           
static double test_dv(int load)
           
static double test(int load, boolean dv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCBDV

public TestCBDV()
Method Detail

test_dv

public static double test_dv(int load)

test_cbdv

public static double test_cbdv(int load)

test

public static double test(int load,
                          boolean dv)

show_progress

public static void show_progress(long time)

main

public static void main(java.lang.String[] args)