demo
Class testap

java.lang.Object
  |
  +--demo.testap

public class testap
extends java.lang.Object

This is the initial test application. It performs a test of all of the available functionality. The two arguments for the main function are n and k. "n" is the number of clients and "k" is the number of clients required for recovery.

Version:
.3
Author:
Brice Daniels

Field Summary
static int numBits
          The number of bits, used as a constant throughout testap.
 
Constructor Summary
testap()
          Creates a new instance of testap
 
Method Summary
static void main(java.lang.String[] args)
          Executes a test of all of the routines with the arguments n and k.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

numBits

public static int numBits

The number of bits, used as a constant throughout testap.

Constructor Detail

testap

public testap()
Creates a new instance of testap

Method Detail

main

public static void main(java.lang.String[] args)
Executes a test of all of the routines with the arguments n and k.

Parameters:
args - the command line arguments