Package kieker.analysis.architecture.recovery.signature
package kieker.analysis.architecture.recovery.signature
-
ClassDescriptionSignature processing facility designed to cleanup and restructure operation and component signatures of monitoring data.A
IComponentNameBuildercan be used to create the component name from a package name and a component name.AIComponentSignatureExtractorsets the package name and the name of aComponentTypebased on its signature.AIOperationNameBuildercan be used to create the operation name from a list of modifiers, a return type, the actual name and a list of parameter types.AIOperationSignatureExtractorsets the list of modifiers, the return type, the name and the parameters of aOperationTypebased on its signature.Signature extractor interface for storage references.AIComponentSignatureExtractorthat uses the Java signature style.ThisIComponentNameBuildercreates a component names in a full Java style.ThisIOperationNameBuildercreates a operation names in a full Java style.AIOperationSignatureExtractorthat uses the Java signature style.ThisIComponentNameBuildercreates a component names in a short Java style by just returning the actual name.ThisIOperationNameBuildercreates a operation names in a short Java style.This is a wrapper class around aIOperationNameBuilderand aIComponentNameBuilder.Do nothing processor.This is a wrapper class around aIOperationSignatureExtractorand aIComponentSignatureExtractor.