public 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. |
Copyright © 2016. All rights reserved.