public class ValidImplementationPredicate extends java.lang.Object implements org.apache.commons.collections15.Predicate<Specification>
ValidImplementationPredicate is a Predicate that returns
true if the Specification is a valid implementation.| Constructor and Description |
|---|
ValidImplementationPredicate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(Specification specification) |
public boolean evaluate(Specification specification)
evaluate in interface org.apache.commons.collections15.Predicate<Specification>