|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ModelTree
The root of the dependency tree. It contains modules as defined by the configuration file.
Method Summary | |
---|---|
ClassNode |
getClassNode(String classname)
Returns the first ClassNode node for the given classname. |
Vector<ModuleNode> |
getModules()
|
ModuleNode |
getUnassignedModule()
Returns the node that contains the unassigned packages. |
void |
merge(ModelTree additionalModelTree)
Merges the given tree into this one. |
Methods inherited from interface javax.swing.tree.TreeNode |
---|
children, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf |
Method Detail |
---|
Vector<ModuleNode> getModules()
ClassNode getClassNode(String classname)
classname
-
ModuleNode getUnassignedModule()
void merge(ModelTree additionalModelTree)
additionalModelTree
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |