com.spss.psapi.transform

Interface ProcessorFilter



  • public interface ProcessorFilter
    This is used to define arbitrary criteria for filtering nodes e.g. during searches.
    Since:
    PSAPI 13.0
    Version:
    1.0
    Author:
    Julian Clinton
    Specification Status:
    Under Development
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      boolean accept(Processor node)
      Returns true if the node should be included by the filter.
    • Method Detail

      • accept

        boolean accept(Processor node)
        Returns true if the node should be included by the filter.
        Parameters:
        node - the node
        Returns:
        true if the node should be included by the filter

(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.