public static class EdgePattern.Range extends Object
Edges that may match a given EdgePattern.| Modifier and Type | Method and Description |
|---|---|
boolean |
includes(EdgePattern.Range other)
Returns
true if this range is included in another. |
int |
max()
Returns the minimum number of
Edges that may match a given EdgePattern. |
int |
min()
Returns the maximum number of
Edges that may match a given EdgePattern. |
public int max()
Edges that may match a given EdgePattern.public int min()
Edges that may match a given EdgePattern.public boolean includes(EdgePattern.Range other)
true if this range is included in another.other - the other rangetrue if this range is included in the other, false otherwiseCopyright © 2017. All Rights Reserved.