org.carrot2.util
Interface GraphUtils.IArcPredicate

Enclosing class:
GraphUtils

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

isArcPresent

boolean isArcPresent(int vertexA,
                     int vertexB)
Returns true if there is an arc connecting vertexA and vertexB.



Copyright (c) Dawid Weiss, Stanislaw Osinski