SkipEdgeStrategy Data Type

Strategy interface to provide additional logic to decide if a given edge should not be considered for traversal. This can also be used to limit the search, for example by duration or distance. For limiting purposes it is preferable to SearchTerminationStrategy as it only terminates the current path, but continues searching along other paths until they also are terminated.

Abstract Type
Subtypes
DurationSkipEdgeStrategy
Properties
name data type description

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{ }