V
- the graph vertex typeE
- the graph edge type@Deprecated public interface MaskFunctor<V,E>
Modifier and Type | Method and Description |
---|---|
boolean |
isEdgeMasked(E edge)
Deprecated.
Returns
true if the edge is masked, false otherwise. |
boolean |
isVertexMasked(V vertex)
Deprecated.
Returns
true if the vertex is masked, false otherwise. |
boolean isEdgeMasked(E edge)
true
if the edge is masked, false
otherwise.edge
- an edgetrue
if the edge is masked, false
otherwiseboolean isVertexMasked(V vertex)
true
if the vertex is masked, false
otherwise.vertex
- a vertextrue
if the vertex is masked, false
otherwiseCopyright © 2017. All rights reserved.