mpi
Class ProcTree

java.lang.Object
  extended by mpi.ProcTree

public class ProcTree
extends java.lang.Object


Field Summary
 int[] child
           
 boolean isRoot
           
 int numChildren
           
 int parent
           
static int PROCTREE_A
           
 int root
           
 
Constructor Summary
ProcTree()
           
 
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

PROCTREE_A

public static final int PROCTREE_A
See Also:
Constant Field Values

numChildren

public int numChildren

child

public int[] child

parent

public int parent

root

public int root

isRoot

public boolean isRoot
Constructor Detail

ProcTree

public ProcTree()
Method Detail

main

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