net.sf.opendse.model
Class Models.IsCommunicationPredicate

java.lang.Object
  extended by net.sf.opendse.model.Models.IsCommunicationPredicate
All Implemented Interfaces:
org.apache.commons.collections15.Predicate<Task>
Enclosing class:
Models

protected static class Models.IsCommunicationPredicate
extends java.lang.Object
implements org.apache.commons.collections15.Predicate<Task>

The IsCommunicationPredicate is a Predicate that returns true if the task implements the ICommunication interface.


Constructor Summary
protected Models.IsCommunicationPredicate()
           
 
Method Summary
 boolean evaluate(Task task)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Models.IsCommunicationPredicate

protected Models.IsCommunicationPredicate()
Method Detail

evaluate

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