Package classycle.graph
Interface VertexCondition
-
- All Known Implementing Classes:
PatternVertexCondition
public interface VertexConditionInterface of classes which determine whether aVertexfulfills a condition or not.- Author:
- Franz-Josef Elmer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisFulfilled(Vertex vertex)Returnstrueif the specified vertex fulfills the condition.
-
-
-
Method Detail
-
isFulfilled
boolean isFulfilled(Vertex vertex)
Returnstrueif the specified vertex fulfills the condition.- Parameters:
vertex- The vertex to be checked. Can benull.- Returns:
falseifvertex == null.
-
-