Interface MaskFunctor<V,​E>

  • Type Parameters:
    V - the graph vertex type
    E - the graph edge type

    @Deprecated
    public interface MaskFunctor<V,​E>
    Deprecated.
    in favor of using lambdas
    A functor interface for masking out vertices and edges of a graph.
    Since:
    July 5, 2007
    • Method Detail

      • isEdgeMasked

        boolean isEdgeMasked​(E edge)
        Deprecated.
        Returns true if the edge is masked, false otherwise.
        Parameters:
        edge - an edge
        Returns:
        true if the edge is masked, false otherwise
      • isVertexMasked

        boolean isVertexMasked​(V vertex)
        Deprecated.
        Returns true if the vertex is masked, false otherwise.
        Parameters:
        vertex - a vertex
        Returns:
        true if the vertex is masked, false otherwise