|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MaskFunctor<V,E>
A functor interface for masking out vertices and edges of a graph.
Method Summary | |
---|---|
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. |
Method Detail |
---|
boolean isEdgeMasked(E edge)
true
if the edge is masked, false
otherwise.
edge
- edge.
boolean isVertexMasked(V vertex)
true
if the vertex is masked, false
otherwise.
vertex
- vertex.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |