Class ComponentDependencyGraphAllocationFilter

All Implemented Interfaces:
IGraphProducingFilter<AbstractDependencyGraph<AllocationComponent>>

public class ComponentDependencyGraphAllocationFilter extends AbstractDependencyGraphFilter<AllocationComponent>
Refactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in". The produced graph is emitted through the single output port.
Since:
0.95a
Author:
Andre van Hoorn, Lena Stoever, Matthias Rohr, Jan Waller
  • Constructor Details

    • ComponentDependencyGraphAllocationFilter

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