public class DefaultNDependencyTreeNode extends Object implements net.thevpc.nuts.NDependencyTreeNode
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
DefaultNDependencyTreeNode(net.thevpc.nuts.NDependency dependency,
List<net.thevpc.nuts.NDependencyTreeNode> children,
boolean partial,
boolean optional,
boolean provided) |
| Modifier and Type | Method and Description |
|---|---|
List<net.thevpc.nuts.NDependencyTreeNode> |
getChildren() |
net.thevpc.nuts.NDependency |
getDependency() |
boolean |
isOptional() |
boolean |
isPartial() |
boolean |
isProvided() |
String |
toString() |
public static final long serialVersionUID
public DefaultNDependencyTreeNode(net.thevpc.nuts.NDependency dependency,
List<net.thevpc.nuts.NDependencyTreeNode> children,
boolean partial,
boolean optional,
boolean provided)
public boolean isOptional()
isOptional in interface net.thevpc.nuts.NDependencyTreeNodepublic boolean isProvided()
isProvided in interface net.thevpc.nuts.NDependencyTreeNodepublic net.thevpc.nuts.NDependency getDependency()
getDependency in interface net.thevpc.nuts.NDependencyTreeNodepublic List<net.thevpc.nuts.NDependencyTreeNode> getChildren()
getChildren in interface net.thevpc.nuts.NDependencyTreeNodepublic boolean isPartial()
isPartial in interface net.thevpc.nuts.NDependencyTreeNodeCopyright © 2025 vpc open source initiative. All rights reserved.