kieker.webgui.service.impl.utility.converter
Class GraphStringConverter
java.lang.Object
kieker.webgui.service.impl.utility.converter.GraphStringConverter
public final class GraphStringConverter
- extends Object
Provides a method for converting strings to a Graph
.
- 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 |
convert
public static Graph convert(String nodeStr,
String edgeStr)
throws GraphLayoutException
- Converts strings to a
Graph
Object.
- Parameters:
nodeStr
- a String with Node
informationedgeStr
- a String with Edge
information
- Returns:
- a
Graph
object
- Throws:
GraphLayoutException
- If something went wrong during the layouting.- See Also:
GraphLayoutService
Copyright © 2015. All rights reserved.