public class DependencyTree
extends javax.swing.tree.DefaultMutableTreeNode
| Constructor and Description |
|---|
DependencyTree() |
DependencyTree(java.lang.Object userObject) |
| Modifier and Type | Method and Description |
|---|---|
void |
collectAllScopesAndLicenses(java.util.Set<Scope> allScopes,
java.util.Set<License> allLicenses)
Recursively, collect all scopes and licenses.
|
java.util.Vector<DependencyTree> |
getChildren() |
GeneralInfo |
getGeneralInfo() |
int |
getIssueCount() |
java.util.Set<Issue> |
getIssues() |
java.util.Set<License> |
getLicenses() |
java.util.Set<Scope> |
getScopes() |
Issue |
getTopIssue() |
java.util.Set<Issue> |
processTreeIssues()
1.
|
void |
setGeneralInfo(GeneralInfo generalInfo) |
void |
setIssues(java.util.Set<Issue> issues) |
void |
setLicenses(java.util.Set<License> licenses) |
void |
setScopes(java.util.Set<Scope> scopes) |
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toStringpublic DependencyTree()
public DependencyTree(java.lang.Object userObject)
public void setLicenses(java.util.Set<License> licenses)
public void setIssues(java.util.Set<Issue> issues)
public void setScopes(java.util.Set<Scope> scopes)
public void setGeneralInfo(GeneralInfo generalInfo)
public java.util.Set<License> getLicenses()
public java.util.Set<Issue> getIssues()
public java.util.Set<Scope> getScopes()
public GeneralInfo getGeneralInfo()
public Issue getTopIssue()
public int getIssueCount()
public java.util.Vector<DependencyTree> getChildren()
public java.util.Set<Issue> processTreeIssues()