Class PajekNetReader.ListTagPred

  • All Implemented Interfaces:
    org.apache.commons.collections4.Predicate<java.lang.String>
    Enclosing class:
    PajekNetReader<G extends edu.uci.ics.jung.graph.Graph<V,​E>,​V,​E>

    protected static class PajekNetReader.ListTagPred
    extends java.lang.Object
    implements org.apache.commons.collections4.Predicate<java.lang.String>
    A Predicate which evaluates to true if the argument ends with the string "list".
    • Constructor Detail

      • ListTagPred

        protected ListTagPred()
    • Method Detail

      • evaluate

        public boolean evaluate​(java.lang.String s)
        Specified by:
        evaluate in interface org.apache.commons.collections4.Predicate<java.lang.String>