Uses of Class
kieker.tools.trace.analysis.systemModel.ComponentType
Package | Description |
---|---|
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.
|
-
Uses of ComponentType in kieker.tools.trace.analysis.systemModel
Methods in kieker.tools.trace.analysis.systemModel that return ComponentType Modifier and Type Method Description ComponentType
Operation. getComponentType()
Deprecated.Delivers the component type of the operation.ComponentType
AssemblyComponent. getType()
Deprecated.Constructors in kieker.tools.trace.analysis.systemModel with parameters of type ComponentType Constructor Description AssemblyComponent(int id, java.lang.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 ComponentType Modifier and Type Field Description static ComponentType
TypeRepository. ROOT_COMPONENT
This constant represents the root component.Methods in kieker.tools.trace.analysis.systemModel.repository that return ComponentType Modifier and Type Method Description ComponentType
TypeRepository. createAndRegisterComponentType(java.lang.String namedIdentifier, java.lang.String fullqualifiedName)
Creates and registers a component type that has not been registered yet.ComponentType
TypeRepository. lookupComponentTypeByNamedIdentifier(java.lang.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 ComponentType Modifier and Type Method Description java.util.Collection<ComponentType>
TypeRepository. getComponentTypes()
Returns a collection of all registered component types.Methods in kieker.tools.trace.analysis.systemModel.repository with parameters of type ComponentType 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.Operation
OperationRepository. createAndRegisterOperation(java.lang.String namedIdentifier, ComponentType componentType, Signature signature)