|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Port | |
---|---|
kieker.webgui.service.impl.utility | This package contains utility classes used by the service implementation. |
kieker.webgui.service.impl.utility.model |
Uses of Port in kieker.webgui.service.impl.utility |
---|
Methods in kieker.webgui.service.impl.utility with parameters of type Port | |
---|---|
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. |
Uses of Port in kieker.webgui.service.impl.utility.model |
---|
Methods in kieker.webgui.service.impl.utility.model that return Port | |
---|---|
Port |
Node.getPort(int portIndex)
Looks for a port with the specified index. |
Port |
Edge.getSourcePort()
|
Port |
Edge.getTargetPort()
|
Methods in kieker.webgui.service.impl.utility.model that return types with arguments of type Port | |
---|---|
List<Port> |
Node.getInputPorts()
|
List<Port> |
Node.getOutputPorts()
|
List<Port> |
Node.getRepoPorts()
|
Constructors in kieker.webgui.service.impl.utility.model with parameters of type Port | |
---|---|
Edge(Node source,
Node target,
Port sourcePort,
Port targetPort)
Constructor for an Edge . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |