public class DefaultNElementPath extends Object implements net.thevpc.nuts.elem.NElementPath
| Modifier and Type | Field and Description |
|---|---|
static net.thevpc.nuts.elem.NElementPath |
ROOT |
| Constructor and Description |
|---|
DefaultNElementPath() |
DefaultNElementPath(net.thevpc.nuts.elem.NElementPath parent,
net.thevpc.nuts.elem.NElementStep step) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRoot() |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NElementPath> |
parent() |
net.thevpc.nuts.elem.NElementPath |
resolve(net.thevpc.nuts.elem.NElementStep step) |
int |
size() |
net.thevpc.nuts.elem.NElementStep |
step() |
List<net.thevpc.nuts.elem.NElementStep> |
steps() |
String |
toString() |
public DefaultNElementPath()
public DefaultNElementPath(net.thevpc.nuts.elem.NElementPath parent,
net.thevpc.nuts.elem.NElementStep step)
public int size()
size in interface net.thevpc.nuts.elem.NElementPathpublic net.thevpc.nuts.elem.NElementPath resolve(net.thevpc.nuts.elem.NElementStep step)
resolve in interface net.thevpc.nuts.elem.NElementPathpublic net.thevpc.nuts.elem.NElementStep step()
step in interface net.thevpc.nuts.elem.NElementPathpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NElementPath> parent()
parent in interface net.thevpc.nuts.elem.NElementPathpublic boolean isRoot()
isRoot in interface net.thevpc.nuts.elem.NElementPathpublic List<net.thevpc.nuts.elem.NElementStep> steps()
steps in interface net.thevpc.nuts.elem.NElementPathCopyright © 2026 vpc open source initiative. All rights reserved.