Class OperationDependencyGraphAllocationFilter

All Implemented Interfaces:
IGraphProducingFilter<AbstractDependencyGraph<AllocationComponentOperationPair>>

public class OperationDependencyGraphAllocationFilter extends AbstractDependencyGraphFilter<AllocationComponentOperationPair>
Refactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in". The data which is send to this plugin is not delegated in any way.
Since:
1.1
Author:
Andre van Hoorn, Lena Stoever, Matthias Rohr,
  • Constructor Details

    • OperationDependencyGraphAllocationFilter

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