kieker.webgui.service.impl.utility.converter
Class ResultStringConverter
java.lang.Object
kieker.webgui.service.impl.utility.converter.ResultStringConverter
public final class ResultStringConverter
- extends Object
This class provides procedures for converting a Graph
back to a single string.
- Author:
- Robin Weiss, Nils Christian Ehmke, Florian Fittkau
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
convertLayoutedGraphToString
public static String convertLayoutedGraphToString(Graph graph)
- Converts a
Graph
to a string.
- Parameters:
graph
- the Graph
that is to be converted
- Returns:
- the string representation of the graph
- See Also:
GraphLayoutService
Copyright © 2015. All rights reserved.