Series.Discrete, Series.Int, Series.Lines, Series.Range, Series.Separator
Modifier and Type | Field and Description |
---|---|
int |
hi
subGraphs of Vertex-size lo to hi inclusive.
|
int |
lo
subGraphs of Vertex-size lo to hi inclusive.
|
Constructor and Description |
---|
SubGraphs(int lo,
int hi)
|
Modifier and Type | Method and Description |
---|---|
void |
advance()
Move on to the next
subGraph in the Series. |
Graph.Induced |
elt()
Return the current subGraph in 'this' Series if
hasSome() . |
boolean |
hasSome()
Is there at least a
current Graph
remaining in the Series? |
int |
position()
Return the position, p, of the current subGraph in the Series,
or how many were generated if
hasNone() . |
java.util.BitSet |
vertices()
Return the set of Vertices (of 'this' Graph) that are in
the
current subGraph of 'this' Series. |
public final int lo
public final int hi
public boolean hasSome()
current
Graph
remaining in the Series?public int position()
hasNone()
.
Counting starts at zero.public Graph.Induced elt()
public java.util.BitSet vertices()