|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectclassycle.dependency.PatternVertexCondition
public class 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)
VertexConditiontrue if the specified vertex fulfills the
condition.
isFulfilled in interface VertexConditionvertex - The vertex to be checked. Can be null.
false if vertex == null.public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||