edu.uci.ics.jung.io
Class PajekNetReader.StartsWithPredicate
java.lang.Object
edu.uci.ics.jung.io.PajekNetReader.StartsWithPredicate
- All Implemented Interfaces:
- org.apache.commons.collections15.Predicate<String>
- Enclosing class:
- PajekNetReader<G extends Graph<V,E>,V,E>
protected static class PajekNetReader.StartsWithPredicate
- extends Object
- implements org.apache.commons.collections15.Predicate<String>
A Predicate which evaluates to true
if the
argument starts with the constructor-specified String.
- Author:
- Joshua O'Madadhain
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PajekNetReader.StartsWithPredicate
protected PajekNetReader.StartsWithPredicate(String s)
evaluate
public boolean evaluate(String str)
- Specified by:
evaluate
in interface org.apache.commons.collections15.Predicate<String>
Copyright © 2009. All Rights Reserved.