Class TypeFilter

All Implemented Interfaces:
IAnalysisComponent, IFilterPlugin, IPlugin

@Deprecated
public final class TypeFilter
extends AbstractFilterPlugin
Deprecated.
since 1.15.1 old plugin api
This filter has exactly one input port and one output port. Only the specified objects are forwarded to the output port. All other objects are forwarded to the output-not port.
Since:
1.5
Author:
Jan Waller
  • Field Details

  • Constructor Details

    • TypeFilter

      public TypeFilter​(Configuration configuration, IProjectContext projectContext)
      Deprecated.
      Creates a new instance of this class using the given parameters.
      Parameters:
      configuration - The configuration for this component.
      projectContext - The project context for this component.
  • Method Details