V
- the graph vertex typeE
- the graph edge typepublic interface MaskFunctor<V,E>
Modifier and Type | Method and Description |
---|---|
boolean |
isEdgeMasked(E edge)
Returns
true if the edge is masked, false otherwise. |
boolean |
isVertexMasked(V vertex)
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 © 2016. All rights reserved.