Interface AbstractGenericOperator.OperatorPredicate

All Known Implementing Classes:
AbstractGenericOperator.OperatorClassPredicate, AbstractGenericOperator.OperatorVoidPredicate
Enclosing class:
AbstractGenericOperator<O extends Operator<?>,Q extends Operator<?>>

public static interface AbstractGenericOperator.OperatorPredicate
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    evaluate(Genotype genotype)
    Checks whether a Genotype satisfies the predicate.
  • Method Details

    • evaluate

      boolean evaluate(Genotype genotype)
      Checks whether a Genotype satisfies the predicate.
      Parameters:
      genotype - the genotype
      Returns:
      true if the predicate is satisfied