Uses of Interface
kieker.analysis.architecture.dependency.IVertexTypeMapper
| Package | Description |
|---|---|
| kieker.analysis.architecture.dependency |
This package contains all processing filters bundled with kieker.
|
| 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.
|
-
Uses of IVertexTypeMapper in kieker.analysis.architecture.dependency
Fields in kieker.analysis.architecture.dependency declared as IVertexTypeMapper Modifier and Type Field Description static IVertexTypeMapperIVertexTypeMapper. TO_STRING -
Uses of IVertexTypeMapper in kieker.analysis.architecture.dependency.export.dot
Constructors in kieker.analysis.architecture.dependency.export.dot with parameters of type IVertexTypeMapper Constructor Description DotExportDependencyGraphFactory(NameBuilder nameBuilder, IVertexTypeMapper vertexTypeMapper)