Uses of Class
kieker.analysis.architecture.recovery.signature.NameBuilder
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.signature |
-
Uses of NameBuilder in kieker.analysis.architecture.dependency.export.dot
Constructors in kieker.analysis.architecture.dependency.export.dot with parameters of type NameBuilder Constructor Description DotExportDependencyGraphFactory(NameBuilder nameBuilder)
Uses TO_STRING ofIVertexTypeMapper
as second default argument.DotExportDependencyGraphFactory(NameBuilder nameBuilder, IVertexTypeMapper vertexTypeMapper)
-
Uses of NameBuilder in kieker.analysis.architecture.recovery.signature
Methods in kieker.analysis.architecture.recovery.signature that return NameBuilder Modifier and Type Method Description static NameBuilder
NameBuilder. forJavaFull()
static NameBuilder
NameBuilder. forJavaShort()
static NameBuilder
NameBuilder. forJavaShortOperations()
static NameBuilder
NameBuilder. of(IOperationNameBuilder operationNameBuilder, IComponentNameBuilder componentNameBuilder)