Uses of Class
kieker.tools.trace.analysis.repository.DescriptionRepository
| Package | Description |
|---|---|
| kieker.tools.trace.analysis.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.visualization.trace.descriptions |
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 DescriptionRepository in kieker.tools.trace.analysis.repository
Methods in kieker.tools.trace.analysis.repository that return DescriptionRepository Modifier and Type Method Description static DescriptionRepositoryDescriptionRepository. createFromFile(java.lang.String fileName, IProjectContext projectContext)Deprecated.Initializes a new description repository from the given file. -
Uses of DescriptionRepository in kieker.visualization.trace.descriptions
Constructors in kieker.visualization.trace.descriptions with parameters of type DescriptionRepository Constructor Description DescriptionDecoratorFilter(DescriptionRepository repository)Creates a new description decorator filter using the given configuration.