Package classycle.dependency
Class PatternVertexCondition
java.lang.Object
classycle.dependency.PatternVertexCondition
- All Implemented Interfaces:
VertexCondition
- Author:
- Franz-Josef Elmer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isFulfilled
(Vertex vertex) Returnstrue
if the specified vertex fulfills the condition.toString()
-
Constructor Details
-
PatternVertexCondition
-
-
Method Details
-
isFulfilled
Description copied from interface:VertexCondition
Returnstrue
if the specified vertex fulfills the condition.- Specified by:
isFulfilled
in interfaceVertexCondition
- Parameters:
vertex
- The vertex to be checked. Can benull
.- Returns:
false
ifvertex == null
.
-
toString
-