|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectclassycle.dependency.PatternVertexCondition
Constructor Summary | |
PatternVertexCondition(StringPattern pattern)
|
Method Summary | |
boolean |
isFulfilled(Vertex vertex)
Returns true if the specified vertex fulfills the
condition. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PatternVertexCondition(StringPattern pattern)
Method Detail |
public boolean isFulfilled(Vertex vertex)
VertexCondition
true
if the specified vertex fulfills the
condition.
isFulfilled
in interface VertexCondition
vertex
- The vertex to be checked. Can be null
.
false
if vertex == null
.public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |