public final class GraphLibUtilities
extends java.lang.Object
Constructor and Description |
---|
GraphLibUtilities() |
Modifier and Type | Method and Description |
---|---|
static com.mindfusion.graphs.Graph |
graphFromIGraph(Graph igraph,
java.util.HashMap<com.mindfusion.graphs.Vertex,Node> nodeMap,
java.util.HashMap<com.mindfusion.graphs.Edge,Link> linkMap)
Creates a GraphLib.Graph object out of the specified IGraph object.
|
static com.mindfusion.graphs.Graph |
graphFromIGraphWithTables(Graph igraph,
java.util.HashMap<com.mindfusion.graphs.Vertex,Node> nodeMap,
java.util.HashMap<com.mindfusion.graphs.Edge,Link> linkMap)
Creates a GraphLib.Graph object out of the specified IGraph object.
|