Interface ProductNodeFilter<T extends ProductNode>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean accept​(T productNode)
      Tests whether or not the specified abstract product node should be included in a product node list.
    • Method Detail

      • accept

        boolean accept​(T productNode)
        Tests whether or not the specified abstract product node should be included in a product node list.
        Parameters:
        productNode - the product node to be tested
        Returns:
        true if and only if product node should be included