com.phoenixst.plexus.examples
public class Cycle extends LoopGraph
Graph
containing a set of Integer
nodes connected by a path of edges from the first node to the last
one, and then back to the first, making a cycle.
Since: 1.0
Version: $Revision: 1.20 $
Constructor Summary | |
---|---|
Cycle(int n)
Creates a new Cycle . |
Method Summary | |
---|---|
String | toString() |
Cycle
.