Class RenderContext.DirectedEdgeArrowPredicate<V,​E>

  • All Implemented Interfaces:
    org.apache.commons.collections4.Predicate<edu.uci.ics.jung.graph.util.Context<edu.uci.ics.jung.graph.Graph<V,​E>,​E>>
    Enclosing interface:
    RenderContext<V,​E>

    public static class RenderContext.DirectedEdgeArrowPredicate<V,​E>
    extends java.lang.Object
    implements org.apache.commons.collections4.Predicate<edu.uci.ics.jung.graph.util.Context<edu.uci.ics.jung.graph.Graph<V,​E>,​E>>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean evaluate​(edu.uci.ics.jung.graph.util.Context<edu.uci.ics.jung.graph.Graph<V,​E>,​E> c)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DirectedEdgeArrowPredicate

        public DirectedEdgeArrowPredicate()
    • Method Detail

      • evaluate

        public boolean evaluate​(edu.uci.ics.jung.graph.util.Context<edu.uci.ics.jung.graph.Graph<V,​E>,​E> c)
        Specified by:
        evaluate in interface org.apache.commons.collections4.Predicate<V>