planet.test.bad
Class SimNetTest

java.lang.Object
  extended by planet.test.bad.SimNetTest

public class SimNetTest
extends java.lang.Object

This test puts into the same network Chord nodes, but there are a 2% of bad nodes. Show how to put into the same network "two" types of Nodes.

Author:
Ruben Mondejar, Jordi Pujol

Constructor Summary
SimNetTest()
           
 
Method Summary
static void main(java.lang.String[] args)
          This test puts into the same network Chord nodes, but there are a 2% of bad nodes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimNetTest

public SimNetTest()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
This test puts into the same network Chord nodes, but there are a 2% of bad nodes. Show how to put into the same network "two" types of Nodes.

Parameters:
args - Nothing.
Throws:
java.lang.Exception