net.sf.opendse.model
Class ValidImplementationPredicate

java.lang.Object
  extended by net.sf.opendse.model.ValidImplementationPredicate
All Implemented Interfaces:
org.apache.commons.collections15.Predicate<Specification>

public class ValidImplementationPredicate
extends java.lang.Object
implements org.apache.commons.collections15.Predicate<Specification>

The ValidImplementationPredicate is a Predicate that returns true if the Specification is a valid implementation.


Constructor Summary
ValidImplementationPredicate()
           
 
Method Summary
 boolean evaluate(Specification specification)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidImplementationPredicate

public ValidImplementationPredicate()
Method Detail

evaluate

public boolean evaluate(Specification specification)
Specified by:
evaluate in interface org.apache.commons.collections15.Predicate<Specification>