Class FilterByDefinition

java.lang.Object
org.vast.swe.fast.FilterByDefinition
All Implemented Interfaces:
IComponentFilter

public class FilterByDefinition extends Object implements IComponentFilter
  • Constructor Details

  • Method Details

    • accept

      public boolean accept(DataComponent comp)
      Description copied from interface: IComponentFilter
      Tells wether the given component should be selected
      Specified by:
      accept in interface IComponentFilter
      Parameters:
      comp - component to test
      Returns:
      tru if selected, false otherwise