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