Interface EdgeBasedTarjanSCC.EdgeTransitionFilter

Enclosing class:
EdgeBasedTarjanSCC

public static interface EdgeBasedTarjanSCC.EdgeTransitionFilter
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(int prevEdge, EdgeIteratorState edgeState)
     
  • Method Details

    • accept

      boolean accept(int prevEdge, EdgeIteratorState edgeState)
      Returns:
      true if edgeState is allowed *and* turning from prevEdge onto edgeState is allowed, false otherwise