edu.uci.ics.jung.io
Class PajekNetReader.ListTagPred
java.lang.Object
edu.uci.ics.jung.io.PajekNetReader.ListTagPred
- All Implemented Interfaces:
- Predicate
- Enclosing class:
- PajekNetReader
protected static class PajekNetReader.ListTagPred
- extends Object
- implements Predicate
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
public static PajekNetReader.ListTagPred getInstance()
evaluate
public boolean evaluate(Object arg0)
- Specified by:
evaluate
in interface Predicate