|
Carrot2 v3.5.2
API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface GraphUtils.IArcPredicate
A predicate defining arcs of an undirected graph.
| Method Summary | |
|---|---|
boolean |
isArcPresent(int vertexA,
int vertexB)
Returns true if there is an arc connecting vertexA
and vertexB. |
| Method Detail |
|---|
boolean isArcPresent(int vertexA,
int vertexB)
true if there is an arc connecting vertexA
and vertexB.
|
Please refer to project documentation at
http://project.carrot2.org |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||