Package com.algo.structure
Class StructureUtils
- java.lang.Object
-
- com.algo.structure.StructureUtils
-
public class StructureUtils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description StructureUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Structure<Vertex,Edge>
getGraph(java.lang.String structureFile)
static Structure<Vertex,Edge>
getGraphFromFile(java.lang.String structureFile)
static Structure<Vertex,Edge>
getRandomGraph(boolean directed, boolean weighted)
-
-
-
Method Detail
-
getGraph
public static Structure<Vertex,Edge> getGraph(java.lang.String structureFile) throws java.lang.Exception
- Throws:
java.lang.Exception
-
getGraphFromFile
public static Structure<Vertex,Edge> getGraphFromFile(java.lang.String structureFile) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-