Class AbstractDependencyGraphBuilder

java.lang.Object
kieker.analysis.architecture.dependency.AbstractDependencyGraphBuilder
All Implemented Interfaces:
IDependencyGraphBuilder
Direct Known Subclasses:
AssemblyLevelComponentDependencyGraphBuilder, AssemblyLevelOperationDependencyGraphBuilder, DeploymentLevelComponentDependencyGraphBuilder, DeploymentLevelContextDependencyGraphBuilder, DeploymentLevelOperationDependencyGraphBuilder, TypeLevelComponentDependencyGraphBuilder, TypeLevelOperationDependencyGraphBuilder

public abstract class AbstractDependencyGraphBuilder extends Object implements IDependencyGraphBuilder
Abstract template class for dependency graph builders. To use this abstract builder, simply extend it and implement the addVertex(DeployedOperation deployedOperation) method.
Since:
1.14
Author:
Sören Henning