Uses of Interface
kieker.analysis.architecture.dependency.IDependencyGraphBuilder
Packages that use IDependencyGraphBuilder
Package
Description
This package contains all processing filters bundled with kieker.
-
Uses of IDependencyGraphBuilder in kieker.analysis.architecture.dependency
Classes in kieker.analysis.architecture.dependency that implement IDependencyGraphBuilderModifier and TypeClassDescriptionclassAbstract template class for dependency graph builders.classDependency graph builder for component dependency graphs at the assembly level.classDependency graph builder for operation dependency graphs at the assembly level.classDependency graph builder for component dependency graphs at the deployment level.classDependency graph builder for deployment context dependency graphs at the deployment level.classDependency graph builder for operation dependency graphs at the deployment level.classDependency graph builder for component dependency graphs at the type level.classDependency graph builder for operation dependency graphs at the type level.Methods in kieker.analysis.architecture.dependency that return IDependencyGraphBuilderModifier and TypeMethodDescriptionAssemblyLevelComponentDependencyGraphBuilderFactory.createDependencyGraphBuilder(IDependencyGraphBuilderConfiguration configuration) AssemblyLevelOperationDependencyGraphBuilderFactory.createDependencyGraphBuilder(IDependencyGraphBuilderConfiguration configuration) DeploymentLevelComponentDependencyGraphBuilderFactory.createDependencyGraphBuilder(IDependencyGraphBuilderConfiguration configuration) DeploymentLevelContextDependencyGraphBuilderFactory.createDependencyGraphBuilder(IDependencyGraphBuilderConfiguration configuration) DeploymentLevelOperationDependencyGraphBuilderFactory.createDependencyGraphBuilder(IDependencyGraphBuilderConfiguration configuration) IDependencyGraphBuilderFactory.createDependencyGraphBuilder(T configuration) TypeLevelComponentDependencyGraphBuilderFactory.createDependencyGraphBuilder(IDependencyGraphBuilderConfiguration configuration) TypeLevelOperationDependencyGraphBuilderFactory.createDependencyGraphBuilder(IDependencyGraphBuilderConfiguration configuration)