Uses of Class
kieker.tools.trace.analysis.systemModel.AssemblyComponent
Packages that use AssemblyComponent
Package
Description
Copyright 2026 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.
Copyright 2026 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.
Copyright 2026 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.
Copyright 2026 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 AssemblyComponentModifier and TypeMethodDescriptionprotected static StringAbstractDependencyGraphFormatter.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 AssemblyComponentModifierConstructorDescriptionComponentAssemblyDependencyGraph(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.systemModelModifier and TypeClassDescriptionclassDeprecated.1.15 moved to kieker-modelMethods in kieker.tools.trace.analysis.systemModel that return AssemblyComponentModifier and TypeMethodDescriptionfinal AssemblyComponentAllocationComponent.getAssemblyComponent()Deprecated.Constructors in kieker.tools.trace.analysis.systemModel with parameters of type AssemblyComponentModifierConstructorDescriptionAllocationComponent(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 AssemblyComponentModifier and TypeFieldDescriptionstatic final AssemblyComponentAssemblyRepository.ROOT_ASSEMBLY_COMPONENTThis constant represents the root assembly component.Methods in kieker.tools.trace.analysis.systemModel.repository that return AssemblyComponentModifier and TypeMethodDescriptionfinal AssemblyComponentAssemblyRepository.createAndRegisterAssemblyComponentInstance(String namedIdentifier, ComponentType componentType) Creates a new assembly component instance and registers it as well.final AssemblyComponentAssemblyRepository.lookupAssemblyComponentById(int containerId) Returns the instance for the passed ID; null if no instance with this ID exists.final AssemblyComponentAssemblyRepository.lookupAssemblyComponentInstanceByNamedIdentifier(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 AssemblyComponentModifier and TypeMethodDescriptionfinal Collection<AssemblyComponent>AssemblyRepository.getAssemblyComponentInstances()Delivers all available assembly component instances.Methods in kieker.tools.trace.analysis.systemModel.repository with parameters of type AssemblyComponentModifier and TypeMethodDescriptionfinal AllocationComponentAllocationRepository.createAndRegisterAllocationComponentInstance(String namedIdentifier, AssemblyComponent assemblyComponentInstance, ExecutionContainer executionContainer) 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 AssemblyComponentModifier and TypeMethodDescriptionfinal AssemblyComponentAssemblyComponentOperationPair.getAssemblyComponent()Constructors in kieker.tools.trace.analysis.systemModel.util with parameters of type AssemblyComponentModifierConstructorDescriptionAssemblyComponentOperationPair(int id, Operation operation, AssemblyComponent assemblyComponent) Creates a new instance of this class using the given parameters.