kieker.webgui.service.impl.utility.converter
Class GraphStringConverter

java.lang.Object
  extended by 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

Method Summary
static Graph convert(String nodeStr, String edgeStr)
          Converts strings to a Graph Object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

convert

public static Graph convert(String nodeStr,
                            String edgeStr)
                     throws GraphLayoutException
Converts strings to a Graph Object.

Parameters:
nodeStr - a String with Node information
edgeStr - 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.