Documentation of 'org.jgrapht.graph.MaskFunctor' Java class
MaskFunctor
org.jgrapht.graph

Interface MaskFunctor<V,E>

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

    Deprecated. 
    in favor of using lambdas

    @Deprecated
    public interface MaskFunctor<V,E>
    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

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.