Interface SamplePredicate

  • All Implemented Interfaces:

    
    public interface SamplePredicate
    
                        

    The interface SamplePredicate represents a predicate to apply to a sample. It can be used in filtering decision.

    Since:

    3.0

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract boolean matches(Sample sample) Defines if the specified sample matches the current predicate.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • matches

         abstract boolean matches(Sample sample)

        Defines if the specified sample matches the current predicate.

        Parameters:
        sample - the sample to test (must not be null)
        Returns:

        true, if successful; otherwise false