public abstract class AbstractDependencyGraphBuilder extends java.lang.Object implements IDependencyGraphBuilder
addVertex(DeployedOperation deployedOperation)
method.Modifier and Type | Field and Description |
---|---|
protected ExecutionModel |
executionModel |
protected IGraph |
graph |
protected ObjectIdentifierRegistry |
identifierRegistry |
protected ResponseTimeDecorator |
responseTimeDecorator |
protected StatisticsModel |
statisticsModel |
Constructor and Description |
---|
AbstractDependencyGraphBuilder(ExecutionModel executionModel,
StatisticsModel statisticsModel) |
Modifier and Type | Method and Description |
---|---|
protected abstract IVertex |
addVertex(DeployedOperation deployedOperation) |
protected IVertex |
addVertexForEntry() |
IGraph |
build() |
protected final IGraph graph
protected final ObjectIdentifierRegistry identifierRegistry
protected final ResponseTimeDecorator responseTimeDecorator
protected final ExecutionModel executionModel
protected final StatisticsModel statisticsModel
public AbstractDependencyGraphBuilder(ExecutionModel executionModel, StatisticsModel statisticsModel)
public IGraph build()
build
in interface IDependencyGraphBuilder
protected abstract IVertex addVertex(DeployedOperation deployedOperation)
protected IVertex addVertexForEntry()
Copyright 2020 Kieker Project, http://kieker-monitoring.net