net.sf.opendse.model
Class Models.IsProcessPredicate

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

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

The IsCommunicationPredicate is a Predicate that returns true if the task does not implement the ICommunication interface.


Constructor Summary
protected Models.IsProcessPredicate()
           
 
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.IsProcessPredicate

protected Models.IsProcessPredicate()
Method Detail

evaluate

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