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

java.lang.Object
  extended by edu.uci.ics.jung.io.PajekNetReader.ListTagPred
All Implemented Interfaces:
org.apache.commons.collections15.Predicate<String>
Enclosing class:
PajekNetReader<G extends Graph<V,E>,V,E>

protected static class PajekNetReader.ListTagPred
extends Object
implements org.apache.commons.collections15.Predicate<String>

A Predicate which evaluates to true if the argument ends with the string "list".

Author:
Joshua O'Madadhain

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

Field Detail

instance

protected static PajekNetReader.ListTagPred instance
Constructor Detail

PajekNetReader.ListTagPred

protected PajekNetReader.ListTagPred()
Method Detail

getInstance

protected static PajekNetReader.ListTagPred getInstance()

evaluate

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


Copyright © 2011. All Rights Reserved.