Interface EdgeFilter

All Known Implementing Classes:
AccessFilter, DefaultSnapFilter, FiniteWeightFilter, HeadingEdgeFilter, NameSimilarityEdgeFilter, SnapPreventionEdgeFilter

public interface EdgeFilter
Class used to traverse a graph.
Author:
Peter Karich
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final EdgeFilter
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
  • Field Details

  • Method Details

    • accept

      boolean accept(EdgeIteratorState edgeState)
      Returns:
      true if the current edge should be processed and false otherwise.