org.expasy.jpl.commons.collection.graph
Class GraphPredicate.ValuePredicate<T extends Number>

java.lang.Object
  extended by org.expasy.jpl.commons.collection.graph.GraphPredicate.ValuePredicate<T>
All Implemented Interfaces:
org.apache.commons.collections15.Predicate<T>
Enclosing class:
GraphPredicate

public static class GraphPredicate.ValuePredicate<T extends Number>
extends Object
implements org.apache.commons.collections15.Predicate<T>


Constructor Summary
GraphPredicate.ValuePredicate(T threshold)
           
 
Method Summary
 boolean evaluate(T value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphPredicate.ValuePredicate

public GraphPredicate.ValuePredicate(T threshold)
Method Detail

evaluate

public boolean evaluate(T value)
Specified by:
evaluate in interface org.apache.commons.collections15.Predicate<T extends Number>


Copyright (c) 2012 Swiss Institute of Bioinformatics. All rights reserved.