org.jgrapht.experimental.dag
Class DirectedAcyclicGraph.Region
java.lang.Object
org.jgrapht.experimental.dag.DirectedAcyclicGraph.Region
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- DirectedAcyclicGraph<V,E>
public static class DirectedAcyclicGraph.Region
- extends Object
- implements Serializable
Region is an *inclusive* range of indices. Esthetically displeasing, but
convenient for our purposes.
- Author:
- gilesp
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
start
public final int start
finish
public final int finish
DirectedAcyclicGraph.Region
public DirectedAcyclicGraph.Region(int start,
int finish)
getSize
public int getSize()
isIn
public boolean isIn(int index)
Copyright © 2013. All rights reserved.