|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VertexCondition
Interface of classes which determine whether a Vertex
fulfills a condition or not.
Method Summary | |
---|---|
boolean |
isFulfilled(Vertex vertex)
Returns true if the specified vertex fulfills the
condition. |
Method Detail |
---|
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
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |