edu.uci.ics.jung.io
Class PajekNetReader.TagPred

java.lang.Object
  extended by 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

Constructor Summary
PajekNetReader.TagPred(String s)
           
 
Method Summary
 boolean evaluate(Object arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PajekNetReader.TagPred

public PajekNetReader.TagPred(String s)
Method Detail

evaluate

public boolean evaluate(Object arg0)
Specified by:
evaluate in interface Predicate