Uses of Class
kieker.tools.trace.analysis.systemModel.ComponentType
Packages that use ComponentType
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.
-
Uses of ComponentType in kieker.tools.trace.analysis.systemModel
Methods in kieker.tools.trace.analysis.systemModel that return ComponentTypeModifier and TypeMethodDescriptionfinal ComponentTypeOperation.getComponentType()Deprecated.Delivers the component type of the operation.final ComponentTypeAssemblyComponent.getType()Deprecated.Constructors in kieker.tools.trace.analysis.systemModel with parameters of type ComponentTypeModifierConstructorDescriptionAssemblyComponent(int id, String name, ComponentType type) Deprecated.Creates a new instance of this class using the given parameters.Operation(int id, ComponentType componentType, Signature signature) Deprecated.Creates a new instance of this class using the given parameters. -
Uses of ComponentType in kieker.tools.trace.analysis.systemModel.repository
Fields in kieker.tools.trace.analysis.systemModel.repository declared as ComponentTypeModifier and TypeFieldDescriptionstatic final ComponentTypeTypeRepository.ROOT_COMPONENTThis constant represents the root component.Methods in kieker.tools.trace.analysis.systemModel.repository that return ComponentTypeModifier and TypeMethodDescriptionfinal ComponentTypeTypeRepository.createAndRegisterComponentType(String namedIdentifier, String fullqualifiedName) Creates and registers a component type that has not been registered yet.final ComponentTypeTypeRepository.lookupComponentTypeByNamedIdentifier(String namedIdentifier) Returns the instance for the passed namedIdentifier; null if no instance with this namedIdentifier.Methods in kieker.tools.trace.analysis.systemModel.repository that return types with arguments of type ComponentTypeModifier and TypeMethodDescriptionfinal Collection<ComponentType>TypeRepository.getComponentTypes()Returns a collection of all registered component types.Methods in kieker.tools.trace.analysis.systemModel.repository with parameters of type ComponentTypeModifier and TypeMethodDescriptionfinal AssemblyComponentAssemblyRepository.createAndRegisterAssemblyComponentInstance(String namedIdentifier, ComponentType componentType) Creates a new assembly component instance and registers it as well.final OperationOperationRepository.createAndRegisterOperation(String namedIdentifier, ComponentType componentType, Signature signature)