Package com.graphhopper.routing.util
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 -
Method Summary
-
Field Details
-
ALL_EDGES
-
-
Method Details
-
accept
- Returns:
- true if the current edge should be processed and false otherwise.
-