public final class NPath extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NPath.NPathBuilder
Internal implementation - not to be instantiated directly
|
| Modifier and Type | Field and Description |
|---|---|
int |
n |
Path |
path |
RelationOperator |
qualifier |
| Constructor and Description |
|---|
NPath(Path path,
int n,
RelationOperator qualifier) |
| Modifier and Type | Method and Description |
|---|---|
static NPath.NPathBuilder |
atLeast(int n) |
static NPath.NPathBuilder |
atMost(int n) |
static NPath.NPathBuilder |
exactly(int n) |
public final Path path
public final int n
public final RelationOperator qualifier
public NPath(Path path, int n, RelationOperator qualifier)
public static NPath.NPathBuilder atLeast(int n)
public static NPath.NPathBuilder atMost(int n)
public static NPath.NPathBuilder exactly(int n)
Copyright © 2018. All rights reserved.