Uses of Class
kieker.tools.trace.analysis.systemModel.AssemblyComponent
Package | Description |
---|---|
kieker.tools.trace.analysis.filter.visualization.dependencyGraph |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
kieker.tools.trace.analysis.systemModel |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
kieker.tools.trace.analysis.systemModel.repository |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
kieker.tools.trace.analysis.systemModel.util |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
-
Uses of AssemblyComponent in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Methods in kieker.tools.trace.analysis.filter.visualization.dependencyGraph with parameters of type AssemblyComponent Modifier and Type Method Description protected static java.lang.String
AbstractDependencyGraphFormatter. createAssemblyComponentId(AssemblyComponent component)
Deprecated.Utility function to create a textual container ID for an assembly component.Constructors in kieker.tools.trace.analysis.filter.visualization.dependencyGraph with parameters of type AssemblyComponent Constructor Description ComponentAssemblyDependencyGraph(AssemblyComponent rootEntity)
Deprecated.Creates a new graph with the given root entity. -
Uses of AssemblyComponent in kieker.tools.trace.analysis.systemModel
Subclasses of AssemblyComponent in kieker.tools.trace.analysis.systemModel Modifier and Type Class Description class
RootAssemblyComponent
Deprecated.1.15 moved to kieker-modelMethods in kieker.tools.trace.analysis.systemModel that return AssemblyComponent Modifier and Type Method Description AssemblyComponent
AllocationComponent. getAssemblyComponent()
Deprecated.Constructors in kieker.tools.trace.analysis.systemModel with parameters of type AssemblyComponent Constructor Description AllocationComponent(int id, AssemblyComponent assemblyComponent, ExecutionContainer executionContainer)
Deprecated. -
Uses of AssemblyComponent in kieker.tools.trace.analysis.systemModel.repository
Fields in kieker.tools.trace.analysis.systemModel.repository declared as AssemblyComponent Modifier and Type Field Description static AssemblyComponent
AssemblyRepository. ROOT_ASSEMBLY_COMPONENT
This constant represents the root assembly component.Methods in kieker.tools.trace.analysis.systemModel.repository that return AssemblyComponent Modifier and Type Method Description AssemblyComponent
AssemblyRepository. createAndRegisterAssemblyComponentInstance(java.lang.String namedIdentifier, ComponentType componentType)
Creates a new assembly component instance and registers it as well.AssemblyComponent
AssemblyRepository. lookupAssemblyComponentById(int containerId)
Returns the instance for the passed ID; null if no instance with this ID exists.AssemblyComponent
AssemblyRepository. lookupAssemblyComponentInstanceByNamedIdentifier(java.lang.String namedIdentifier)
Returns the instance for the passed factoryIdentifier; null if no instance with this factoryIdentifier.Methods in kieker.tools.trace.analysis.systemModel.repository that return types with arguments of type AssemblyComponent Modifier and Type Method Description java.util.Collection<AssemblyComponent>
AssemblyRepository. getAssemblyComponentInstances()
Delivers all available assembly component instances.Methods in kieker.tools.trace.analysis.systemModel.repository with parameters of type AssemblyComponent Modifier and Type Method Description AllocationComponent
AllocationRepository. createAndRegisterAllocationComponentInstance(java.lang.String namedIdentifier, AssemblyComponent assemblyComponentInstance, ExecutionContainer executionContainer)
AssemblyComponentOperationPair
AssemblyComponentOperationPairFactory. getPairInstanceByPair(AssemblyComponent assemblyComponent, Operation operation)
Returns a corresponding pair instance (existing or newly created). -
Uses of AssemblyComponent in kieker.tools.trace.analysis.systemModel.util
Methods in kieker.tools.trace.analysis.systemModel.util that return AssemblyComponent Modifier and Type Method Description AssemblyComponent
AssemblyComponentOperationPair. getAssemblyComponent()
Constructors in kieker.tools.trace.analysis.systemModel.util with parameters of type AssemblyComponent Constructor Description AssemblyComponentOperationPair(int id, Operation operation, AssemblyComponent assemblyComponent)
Creates a new instance of this class using the given parameters.