Package | Description |
---|---|
kieker.tools.trace.analysis.systemModel |
Copyright 2020 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 2020 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.
|
Modifier and Type | Method and Description |
---|---|
ComponentType |
Operation.getComponentType()
Delivers the component type of the operation.
|
ComponentType |
AssemblyComponent.getType() |
Constructor and Description |
---|
AssemblyComponent(int id,
java.lang.String name,
ComponentType type)
Creates a new instance of this class using the given parameters.
|
Operation(int id,
ComponentType componentType,
Signature signature)
Creates a new instance of this class using the given parameters.
|
Modifier and Type | Field and Description |
---|---|
static ComponentType |
TypeRepository.ROOT_COMPONENT
This constant represents the root component.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ComponentType> |
TypeRepository.getComponentTypes()
Returns a collection of all registered component types.
|
Modifier and Type | Method and 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) |
Copyright 2020 Kieker Project, http://kieker-monitoring.net