|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MyScribeClient | |
|---|---|
| rice.tutorial.scribe | |
| Uses of MyScribeClient in rice.tutorial.scribe |
|---|
| Method parameters in rice.tutorial.scribe with type arguments of type MyScribeClient | |
|---|---|
static NodeHandle |
ScribeTutorial.getRoot(NodeHandle seed,
Hashtable<NodeHandle,MyScribeClient> appTable)
Recursively crawl up the tree to find the root. |
static void |
ScribeTutorial.printTree(Vector<MyScribeClient> apps)
Note that this function only works because we have global knowledge. |
static void |
ScribeTutorial.recursivelyPrintChildren(NodeHandle curNode,
int recursionDepth,
Hashtable<NodeHandle,MyScribeClient> appTable)
Print's self, then children. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||