|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Graph | |
|---|---|
| kieker.webgui.service.impl.utility | This package contains utility classes used by the service implementation. |
| kieker.webgui.service.impl.utility.converter | |
| kieker.webgui.service.impl.utility.model | |
| Uses of Graph in kieker.webgui.service.impl.utility |
|---|
| Methods in kieker.webgui.service.impl.utility with parameters of type Graph | |
|---|---|
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. |
static de.cau.cs.kieler.core.kgraph.KNode |
KielerInterface.makeKielerNode(Graph graph,
int width,
int height,
boolean nodeFamily)
Constructs a KNode and adds it to the Graphs parent node. |
static de.cau.cs.kieler.core.kgraph.KPort |
KielerInterface.makeKielerPort(Graph graph,
Node node,
int x,
int y)
Constructs a KPort and adds it to a KNode representation of a Node. |
| Uses of Graph in kieker.webgui.service.impl.utility.converter |
|---|
| Methods in kieker.webgui.service.impl.utility.converter that return Graph | |
|---|---|
static Graph |
GraphStringConverter.convert(String nodeStr,
String edgeStr)
Converts strings to a Graph Object. |
| Methods in kieker.webgui.service.impl.utility.converter with parameters of type Graph | |
|---|---|
static String |
ResultStringConverter.convertLayoutedGraphToString(Graph graph)
Converts a Graph to a string. |
| Uses of Graph in kieker.webgui.service.impl.utility.model |
|---|
| Methods in kieker.webgui.service.impl.utility.model with parameters of type Graph | |
|---|---|
void |
Node.addInputPorts(Graph graph,
int portStartY,
int portCount)
Creates a set of input Ports to the node. |
void |
Node.addOutputPorts(Graph graph,
int portStartY,
int portCount)
Creates a set of output Ports to the node. |
void |
Node.addRepositoryPorts(Graph graph,
int portStartY,
int portCount)
Creates a set of repository Ports to the node. |
| Constructors in kieker.webgui.service.impl.utility.model with parameters of type Graph | |
|---|---|
Node(Graph graph,
String id,
int width,
int height,
boolean hasPorts)
Class constructor. |
|
Port(Graph graph,
Node node,
int index,
int x,
int y)
Constructor for Port. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||