|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.data.trees.patterns.EdgePattern.Range
public static class EdgePattern.Range
The minimum and maximum number of Edges that may match a given EdgePattern.
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
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 range
true if this range is included in the other, false otherwise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||