|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xnap.pkg.DependencyGraph
public class DependencyGraph
| Nested Class Summary | |
|---|---|
static class |
DependencyGraph.PreorderIterator
|
| Constructor Summary | |
|---|---|
DependencyGraph(PackageManager manager)
|
|
| Method Summary | |
|---|---|
void |
add(PackageInfo info)
|
void |
buildDependencies(DependencyParser parser)
|
DependencyNode |
getRoot()
|
java.util.Iterator |
preorderIterator()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DependencyGraph(PackageManager manager)
| Method Detail |
|---|
public void add(PackageInfo info)
public void buildDependencies(DependencyParser parser)
throws ParseException
ParseExceptionpublic DependencyNode getRoot()
public java.util.Iterator preorderIterator()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||