public static class AbstractGenericOperator.OperatorVoidPredicate extends Object implements AbstractGenericOperator.OperatorPredicate
AbstractGenericOperator.OperatorVoidPredicate interface is used as marker for
Operators for which the predicate is not explicitly defined.| Constructor and Description |
|---|
OperatorVoidPredicate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(Genotype genotype)
Checks whether a
Genotype satisfies the predicate. |
String |
toString() |
public boolean evaluate(Genotype genotype)
AbstractGenericOperator.OperatorPredicateGenotype satisfies the predicate.evaluate in interface AbstractGenericOperator.OperatorPredicategenotype - the genotypetrue if the predicate is satisfied