|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GraphLayoutException | |
|---|---|
| kieker.webgui.service | This package contains the interfaces to access the service layer. |
| kieker.webgui.service.impl | This package contains the actual implementations of the services. |
| kieker.webgui.service.impl.utility | This package contains utility classes used by the service implementation. |
| kieker.webgui.service.impl.utility.converter | |
| Uses of GraphLayoutException in kieker.webgui.service |
|---|
| Methods in kieker.webgui.service that throw GraphLayoutException | |
|---|---|
String |
IGraphLayoutService.layoutGraph(String nodes,
String edges)
This method interprets the two given strings as a graph and performs an auto layout. |
| Uses of GraphLayoutException in kieker.webgui.service.impl |
|---|
| Methods in kieker.webgui.service.impl that throw GraphLayoutException | |
|---|---|
String |
KielerGraphLayoutServiceImpl.layoutGraph(String nodes,
String edges)
Takes two input strings and generates a Graph using the given information. |
| Uses of GraphLayoutException in kieker.webgui.service.impl.utility |
|---|
| Methods in kieker.webgui.service.impl.utility that throw GraphLayoutException | |
|---|---|
static void |
KielerInterface.applyLayout(Graph graph,
de.cau.cs.kieler.kiml.AbstractLayoutProvider layoutProvider)
Calls a layout procedure on the Graphs KIELER representation and updates
our graph representation. |
| Uses of GraphLayoutException in kieker.webgui.service.impl.utility.converter |
|---|
| Methods in kieker.webgui.service.impl.utility.converter that throw GraphLayoutException | |
|---|---|
static Graph |
GraphStringConverter.convert(String nodeStr,
String edgeStr)
Converts strings to a Graph Object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||