| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmpi.ProcTree
public class ProcTree
| 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 | 
|---|
public static final int PROCTREE_A
public int numChildren
public int[] child
public int parent
public int root
public boolean isRoot
| Constructor Detail | 
|---|
public ProcTree()
| 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 | ||||||||