|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.emf.ecp.view.edapt.PackageDependencyGraph
public class PackageDependencyGraph
Tree like datastructure representing EPackages and their depdendencies to each other. Offers an Iterator to navigate over the dependencies.
| Constructor Summary | |
|---|---|
PackageDependencyGraph()
Constructs a new empty PackageDependencyGraph. |
|
| Method Summary | |
|---|---|
void |
addPackage(String nsURI)
Adds a new EPackage with the given namespace URI to the tree. |
Iterator<Set<String>> |
getIerator()
Returns an iterator for the tree. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PackageDependencyGraph()
PackageDependencyGraph.
| Method Detail |
|---|
public void addPackage(String nsURI)
EPackage with the given namespace URI to the tree. All required dependencies of the EPackage
will be registered as well.
nsURI - the namespace uri of the package to addpublic Iterator<Set<String>> getIerator()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||