Interface GraphUtils.IArcPredicate

  • Enclosing class:
    GraphUtils

    public static interface GraphUtils.IArcPredicate
    A predicate defining arcs of an undirected graph.
    • Method Detail

      • isArcPresent

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