Uses of Class
org.jgrapht.alg.shortestpath.TransitNodeRoutingPrecomputation.ContractionHierarchyBFS
Packages that use TransitNodeRoutingPrecomputation.ContractionHierarchyBFS
-
Uses of TransitNodeRoutingPrecomputation.ContractionHierarchyBFS in org.jgrapht.alg.shortestpath
Fields in org.jgrapht.alg.shortestpath declared as TransitNodeRoutingPrecomputation.ContractionHierarchyBFSModifier and TypeFieldDescriptionTransitNodeRoutingPrecomputation.AVAndLFConstructionTask.backwardBFSIs used to run backward CH BFS query over thecontractionGraph.TransitNodeRoutingPrecomputation.AVAndLFConstructionTask.forwardBFSIs used to run forward CH BFS query over thecontractionGraph.Constructors in org.jgrapht.alg.shortestpath with parameters of type TransitNodeRoutingPrecomputation.ContractionHierarchyBFSModifierConstructorDescriptionAVAndLFConstructionTask(int taskId, TransitNodeRoutingPrecomputation<V, E>.LocalityFilterBuilder localityFilterBuilder, TransitNodeRoutingPrecomputation<V, E>.AccessVerticesBuilder accessVerticesBuilder, TransitNodeRoutingPrecomputation<V, E>.ContractionHierarchyBFS forwardBFS, TransitNodeRoutingPrecomputation<V, E>.ContractionHierarchyBFS backwardBFS) Constructs a new instance for the givetaskId,localityFilterBuilder,accessVerticesBuilder,forwardBFSandbackwardBFS.