public class Engine
extends java.lang.Object
Constructor and Description |
---|
Engine()
Instantiates a new engine.
|
Modifier and Type | Method and Description |
---|---|
static edu.uci.ics.jung.graph.Graph<Vertex,Edge> |
generateEmptyGraph()
Generate empty graph.
|
static edu.uci.ics.jung.graph.Graph<Vertex,Edge> |
generateGraph()
Generate graph.
|
static edu.uci.ics.jung.graph.Graph<Vertex,Edge> |
getGraph()
Gets the graph.
|
static int |
getVerticesCount()
Gets the vertices count.
|
public static int getVerticesCount()
public static edu.uci.ics.jung.graph.Graph<Vertex,Edge> generateEmptyGraph()
public static edu.uci.ics.jung.graph.Graph<Vertex,Edge> generateGraph()