|
Kieker 1.6 | |||||||||
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()
|
Methods in kieker.tools.traceAnalysis.systemModel that return types with arguments of type ExecutionContainer | |
---|---|
Collection<ExecutionContainer> |
ExecutionContainer.getChildContainers()
|
Methods in kieker.tools.traceAnalysis.systemModel with parameters of type ExecutionContainer | |
---|---|
void |
ExecutionContainer.addChildContainer(ExecutionContainer container)
|
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)
|
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
|
Methods in kieker.tools.traceAnalysis.systemModel.repository that return ExecutionContainer | |
---|---|
ExecutionContainer |
ExecutionEnvironmentRepository.createAndRegisterExecutionContainer(String namedIdentifier,
String name)
|
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)
Returns the instance for the passed namedIdentifier; null if no instance with this namedIdentifier. |
Methods in kieker.tools.traceAnalysis.systemModel.repository that return types with arguments of type ExecutionContainer | |
---|---|
Collection<ExecutionContainer> |
ExecutionEnvironmentRepository.getExecutionContainers()
|
Methods in kieker.tools.traceAnalysis.systemModel.repository with parameters of type ExecutionContainer | |
---|---|
AllocationComponent |
AllocationRepository.createAndRegisterAllocationComponentInstance(String namedIdentifier,
AssemblyComponent assemblyComponentInstance,
ExecutionContainer executionContainer)
|
|
Kieker 1.6 | |||||||||
PREV NEXT | FRAMES NO FRAMES |