|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.combean.graph.prop.statics.GraphStringifier
public class GraphStringifier
Utilitiy class which converts graphs and substructures of graphs into human-readable string representations (for debugging purposes)
Constructor Summary | |
---|---|
GraphStringifier()
|
Method Summary | |
---|---|
static String |
convertEdgeIterationToString(EdgeIterator itEdges)
Convert the edges in an edge iteration to a String |
static String |
convertOutgoingAdjacencyListsToString(Graph g)
Convert a graph to a string consisting of all adjacency lists of outgoing edges |
static String |
convertToString(FixedPath path)
Convert a path to a string |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GraphStringifier()
Method Detail |
---|
public static String convertToString(FixedPath path)
path
- the path to be converted
public static String convertEdgeIterationToString(EdgeIterator itEdges)
itEdges
- the iterator for which all edges of the iteration shall
be converted to a string.
public static String convertOutgoingAdjacencyListsToString(Graph g)
g
- the graph to be converted
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |