org.expasy.jpl.commons.collection.graph
Class KPartiteGraphImpl.PredicateImpl<T>

java.lang.Object
  extended by org.expasy.jpl.commons.collection.graph.KPartiteGraphImpl.PredicateImpl<T>
All Implemented Interfaces:
org.apache.commons.collections15.Predicate<T>
Enclosing class:
KPartiteGraphImpl<V,E>

public static class KPartiteGraphImpl.PredicateImpl<T>
extends Object
implements org.apache.commons.collections15.Predicate<T>


Method Summary
 boolean evaluate(T o)
           
 String getName()
           
static
<T> KPartiteGraphImpl.PredicateImpl<T>
newInstance(String name, org.apache.commons.collections15.Predicate<T> predicate)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

newInstance

public static <T> KPartiteGraphImpl.PredicateImpl<T> newInstance(String name,
                                                                 org.apache.commons.collections15.Predicate<T> predicate)

getName

public String getName()

evaluate

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

toString

public String toString()
Overrides:
toString in class Object


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