Interface EdgeFilter

  • All Superinterfaces:
    ElementFilter<Edge>, Filter

    public interface EdgeFilter
    extends ElementFilter<Edge>
    Basic filters for edges, that works as predicates. For a given edge the filter's role is to return true if the edge is kept or false if it is removed.
    Author:
    Mathieu Bastian