org.expasy.jpl.commons.collection.graph
Class KPartiteGraphImpl.PredicateImpl<T>
java.lang.Object
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>
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.