Package org.carrot2.util
Interface GraphUtils.IArcPredicate
-
- Enclosing class:
- GraphUtils
public static interface GraphUtils.IArcPredicateA predicate defining arcs of an undirected graph.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisArcPresent(int vertexA, int vertexB)Returnstrueif there is an arc connectingvertexAandvertexB.
-