|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Node | |
|---|---|
| kieker.webgui.service.impl.utility | This package contains utility classes used by the service implementation. |
| kieker.webgui.service.impl.utility.model | |
| Uses of Node in kieker.webgui.service.impl.utility |
|---|
| Methods in kieker.webgui.service.impl.utility with parameters of type Node | |
|---|---|
static de.cau.cs.kieler.core.kgraph.KEdge |
KielerInterface.makeKielerEdge(Node source,
Node target,
Port sourcePort,
Port targetPort)
Constructs a directed KEdge between the KIELER representation of two nodes. |
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 Node in kieker.webgui.service.impl.utility.model |
|---|
| Methods in kieker.webgui.service.impl.utility.model that return Node | |
|---|---|
Node |
Graph.getNode(String id)
Looks for a Node with a specific id in the list of Nodes. |
Node |
Edge.getSource()
|
Node |
Edge.getTarget()
|
| Methods in kieker.webgui.service.impl.utility.model that return types with arguments of type Node | |
|---|---|
List<Node> |
Graph.getNodes()
|
| Methods in kieker.webgui.service.impl.utility.model with parameters of type Node | |
|---|---|
void |
Graph.addNode(Node node)
Adds a Node to the list of Nodes. |
| Constructors in kieker.webgui.service.impl.utility.model with parameters of type Node | |
|---|---|
Edge(Node source,
Node target,
Port sourcePort,
Port targetPort)
Constructor for an Edge. |
|
Port(Graph graph,
Node node,
int index,
int x,
int y)
Constructor for Port. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||