public interface VertexCondition
Vertex
fulfills a condition or not.| Modifier and Type | Method and Description |
|---|---|
boolean |
isFulfilled(Vertex vertex)
Returns
true if the specified vertex fulfills the
condition. |
boolean isFulfilled(Vertex vertex)
true if the specified vertex fulfills the
condition.vertex - The vertex to be checked. Can be null.false if vertex == null.