|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnl.tudelft.ewi.alg.distsim.example.Example
public class Example
An example distributed "algorithm" using the nl.tudelft.ewi.alg.distsim
package.
A set of distributed processess send out some chain letters..
This class just sets everything up. The actual algorithm is implemented in MyProc
.
Field Summary | |
---|---|
static int |
N
|
Constructor Summary | |
---|---|
Example()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int N
Constructor Detail |
---|
public Example()
Method Detail |
---|
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |