public static class DirectedAcyclicGraph.Region extends Object implements Serializable
| Constructor and Description |
|---|
Region(int start,
int finish)
Construct a new region.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getSize()
Get the size of the region.
|
boolean |
isIn(int index)
Check if index is in the region.
|
Copyright © 2017. All rights reserved.