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

java.lang.Object
  extended by edu.uci.ics.jung.io.PajekNetReader.StartsWithPredicate
Enclosing class:
PajekNetReader<G extends Graph<V,E>,V,E>

protected static class PajekNetReader.StartsWithPredicate
extends Object

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)


Copyright © 2010 null. All Rights Reserved.