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.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 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 classRootAssemblyComponentDeprecated.1.15 moved to kieker-modelMethods in kieker.tools.trace.analysis.systemModel that return AssemblyComponent Modifier and Type Method Description AssemblyComponentAllocationComponent. 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 AssemblyComponentAssemblyRepository. ROOT_ASSEMBLY_COMPONENTThis constant represents the root assembly component.Methods in kieker.tools.trace.analysis.systemModel.repository that return AssemblyComponent Modifier and Type Method Description AssemblyComponentAssemblyRepository. createAndRegisterAssemblyComponentInstance(java.lang.String namedIdentifier, ComponentType componentType)Creates a new assembly component instance and registers it as well.AssemblyComponentAssemblyRepository. lookupAssemblyComponentById(int containerId)Returns the instance for the passed ID; null if no instance with this ID exists.AssemblyComponentAssemblyRepository. 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 AllocationComponentAllocationRepository. createAndRegisterAllocationComponentInstance(java.lang.String namedIdentifier, AssemblyComponent assemblyComponentInstance, ExecutionContainer executionContainer)AssemblyComponentOperationPairAssemblyComponentOperationPairFactory. 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 AssemblyComponentAssemblyComponentOperationPair. 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.