|
Kieker 1.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExecutionContainer | |
---|---|
kieker.tools.traceAnalysis.filter.visualization.dependencyGraph | |
kieker.tools.traceAnalysis.systemModel | |
kieker.tools.traceAnalysis.systemModel.repository |
Uses of ExecutionContainer in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph |
---|
Constructors in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph with parameters of type ExecutionContainer | |
---|---|
ContainerDependencyGraph(ExecutionContainer rootEntity)
Creates a new graph with the given root entity. |
Uses of ExecutionContainer in kieker.tools.traceAnalysis.systemModel |
---|
Subclasses of ExecutionContainer in kieker.tools.traceAnalysis.systemModel | |
---|---|
class |
RootExecutionContainer
Specific subtype for the root execution container. |
Methods in kieker.tools.traceAnalysis.systemModel that return ExecutionContainer | |
---|---|
ExecutionContainer |
AllocationComponent.getExecutionContainer()
|
ExecutionContainer |
ExecutionContainer.getParent()
Delivers the parent of the container. |
Methods in kieker.tools.traceAnalysis.systemModel that return types with arguments of type ExecutionContainer | |
---|---|
Collection<ExecutionContainer> |
ExecutionContainer.getChildContainers()
Delivers a collection containing the added child containers. |
Methods in kieker.tools.traceAnalysis.systemModel with parameters of type ExecutionContainer | |
---|---|
void |
ExecutionContainer.addChildContainer(ExecutionContainer container)
This method adds a given container to the list of child containers. |
Constructors in kieker.tools.traceAnalysis.systemModel with parameters of type ExecutionContainer | |
---|---|
AllocationComponent(int id,
AssemblyComponent assemblyComponent,
ExecutionContainer executionContainer)
|
|
ExecutionContainer(int id,
ExecutionContainer parent,
String name)
Creates a new instance of this class using the given parameters. |
Uses of ExecutionContainer in kieker.tools.traceAnalysis.systemModel.repository |
---|
Fields in kieker.tools.traceAnalysis.systemModel.repository declared as ExecutionContainer | |
---|---|
static ExecutionContainer |
ExecutionEnvironmentRepository.ROOT_EXECUTION_CONTAINER
The root execution container. |
Methods in kieker.tools.traceAnalysis.systemModel.repository that return ExecutionContainer | |
---|---|
ExecutionContainer |
ExecutionEnvironmentRepository.createAndRegisterExecutionContainer(String namedIdentifier,
String name)
This method creates a new execution container and registers it as well. |
ExecutionContainer |
ExecutionEnvironmentRepository.lookupExecutionContainerByContainerId(int containerId)
Returns the instance for the passed container ID; null if no instance with this ID. |
ExecutionContainer |
ExecutionEnvironmentRepository.lookupExecutionContainerByNamedIdentifier(String namedIdentifier)
|
Methods in kieker.tools.traceAnalysis.systemModel.repository that return types with arguments of type ExecutionContainer | |
---|---|
Collection<ExecutionContainer> |
ExecutionEnvironmentRepository.getExecutionContainers()
Delivers all available execution containers. |
Methods in kieker.tools.traceAnalysis.systemModel.repository with parameters of type ExecutionContainer | |
---|---|
AllocationComponent |
AllocationRepository.createAndRegisterAllocationComponentInstance(String namedIdentifier,
AssemblyComponent assemblyComponentInstance,
ExecutionContainer executionContainer)
|
|
Kieker 1.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |