Class ComponentDependencyGraphAssemblyFilter

All Implemented Interfaces:
IGraphProducingFilter<AbstractDependencyGraph<AssemblyComponent>>

public class ComponentDependencyGraphAssemblyFilter extends AbstractDependencyGraphFilter<AssemblyComponent>
Refactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in". The created graph is emitted through the output port.
Since:
1.2
Author:
Andre van Hoorn, Lena Stoever, Matthias Rohr,
  • Constructor Details

    • ComponentDependencyGraphAssemblyFilter

      public ComponentDependencyGraphAssemblyFilter(SystemModelRepository repository, TimeUnit timeUnit)
      Creates a new filter using the given parameters.
      Parameters:
      repository - system model repository
      timeUnit - time unit
  • Method Details