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

java.lang.Object
  extended by edu.uci.ics.jung.io.PajekNetReader.ListTagPred
All Implemented Interfaces:
Predicate
Enclosing class:
PajekNetReader

protected static class PajekNetReader.ListTagPred
extends Object
implements Predicate

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(Object arg0)
           
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

public static PajekNetReader.ListTagPred getInstance()

evaluate

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