public class PackageDependencyGraph extends Object
| Constructor and Description |
|---|
PackageDependencyGraph()
Constructs a new empty
PackageDependencyGraph. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public PackageDependencyGraph()
PackageDependencyGraph.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 addCopyright © 2016. All rights reserved.