Uses of Package
kieker.analysis.architecture.recovery.signature
Package | Description |
---|---|
kieker.analysis.architecture.dependency.export.dot |
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.analysis.architecture.recovery |
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.analysis.architecture.recovery.assembler |
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.analysis.architecture.recovery.signature |
-
Classes in kieker.analysis.architecture.recovery.signature used by kieker.analysis.architecture.dependency.export.dot Class Description NameBuilder This is a wrapper class around aIOperationNameBuilder
and aIComponentNameBuilder
. -
Classes in kieker.analysis.architecture.recovery.signature used by kieker.analysis.architecture.recovery Class Description AbstractSignatureProcessor Signature processing facility designed to cleanup and restructure operation and component signatures of monitoring data.SignatureExtractor This is a wrapper class around aIOperationSignatureExtractor
and aIComponentSignatureExtractor
. -
Classes in kieker.analysis.architecture.recovery.signature used by kieker.analysis.architecture.recovery.assembler Class Description IComponentSignatureExtractor AIComponentSignatureExtractor
sets the package name and the name of aComponentType
based on its signature.IOperationSignatureExtractor AIOperationSignatureExtractor
sets the list of modifiers, the return type, the name and the parameters of aOperationType
based on its signature.IStorageSignatureExtractor Signature extractor interface for storage references. -
Classes in kieker.analysis.architecture.recovery.signature used by kieker.analysis.architecture.recovery.signature Class Description AbstractSignatureProcessor Signature processing facility designed to cleanup and restructure operation and component signatures of monitoring data.IComponentNameBuilder AIComponentNameBuilder
can be used to create the component name from a package name and a component name.IComponentSignatureExtractor AIComponentSignatureExtractor
sets the package name and the name of aComponentType
based on its signature.IOperationNameBuilder AIOperationNameBuilder
can be used to create the operation name from a list of modifiers, a return type, the actual name and a list of parameter types.IOperationSignatureExtractor AIOperationSignatureExtractor
sets the list of modifiers, the return type, the name and the parameters of aOperationType
based on its signature.NameBuilder This is a wrapper class around aIOperationNameBuilder
and aIComponentNameBuilder
.SignatureExtractor This is a wrapper class around aIOperationSignatureExtractor
and aIComponentSignatureExtractor
.