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

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

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

Constructor Detail

PajekNetReader.StartsWithPredicate

protected PajekNetReader.StartsWithPredicate(String s)
Method Detail

evaluate

public boolean evaluate(String str)
Specified by:
evaluate in interface org.apache.commons.collections15.Predicate<String>


Copyright © 2009. All Rights Reserved.