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