public class DefaultNutsDependencyTreeNode extends Object implements net.thevpc.nuts.NutsDependencyTreeNode
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
DefaultNutsDependencyTreeNode(net.thevpc.nuts.NutsDependency dependency,
net.thevpc.nuts.NutsDependencyTreeNode[] children,
boolean partial) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsDependencyTreeNode[] |
getChildren() |
net.thevpc.nuts.NutsDependency |
getDependency() |
boolean |
isPartial() |
String |
toString() |
public static final long serialVersionUID
public DefaultNutsDependencyTreeNode(net.thevpc.nuts.NutsDependency dependency,
net.thevpc.nuts.NutsDependencyTreeNode[] children,
boolean partial)
public net.thevpc.nuts.NutsDependency getDependency()
getDependency in interface net.thevpc.nuts.NutsDependencyTreeNodepublic net.thevpc.nuts.NutsDependencyTreeNode[] getChildren()
getChildren in interface net.thevpc.nuts.NutsDependencyTreeNodepublic boolean isPartial()
isPartial in interface net.thevpc.nuts.NutsDependencyTreeNodeCopyright © 2022 vpc open source initiative. All rights reserved.