Interface GraphUtils.IArcPredicate

Enclosing class:
GraphUtils

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

    Modifier and Type Method Description
    boolean isArcPresent​(int vertexA, int vertexB)
    Returns true if there is an arc connecting vertexA and vertexB.
  • Method Details

    • isArcPresent

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