Class AbstractDependencyGraph<T extends kieker.model.system.model.ISystemModelElement>

java.lang.Object
kieker.tools.trace.analysis.filter.visualization.graph.AbstractGraph<DependencyGraphNode<T>,​WeightedBidirectionalDependencyGraphEdge<T>,​kieker.model.system.model.TraceInformation>
kieker.visualization.trace.dependency.graph.AbstractDependencyGraph<T>
Type Parameters:
T - The type of the nodes' payload
Direct Known Subclasses:
ComponentAllocationDependencyGraph, ComponentAssemblyDependencyGraph, ContainerDependencyGraph, OperationAllocationDependencyGraph, OperationAssemblyDependencyGraph

public abstract class AbstractDependencyGraph<T extends kieker.model.system.model.ISystemModelElement>
extends AbstractGraph<DependencyGraphNode<T>,​WeightedBidirectionalDependencyGraphEdge<T>,​kieker.model.system.model.TraceInformation>
Abstract superclass for dependency graphs.
Since:
1.6
  • Constructor Details

    • AbstractDependencyGraph

      public AbstractDependencyGraph​(T rootEntity)
      Creates a new dependency graph with the given root entity.
      Parameters:
      rootEntity - The entity from which the root node originates
  • Method Details