A PathSearchRequest describes a routing request from a source obstacle to a target obstacle which is handled and considered during the path search phase of the EdgeRouter.
Remarks
The path that is searched for an edge is potentially split into multiple requests. The path finding algorithm finds a path for each request and, finally, the results are put together to a final, full path for the actual edge. Multiple requests are introduced, for example, to model intermediate routing points.
This class cannot be instantiated
Type Details
- yFiles module
- algorithms
Properties
Gets the EdgeRouterEdgeDescriptor that describes routing settings for this path request.
Remarks
Property Value
Gets the path that was found for this path request.
Property Value
null
if none was found yetGets the source obstacle describing the area where this request starts.
Property Value
Gets the source LayoutPortCandidates associated with this path request and describing how the path must connect to the source obstacle.
Property Value
Gets the target obstacle describing the area where this request ends.
Property Value
Gets the target LayoutPortCandidates associated with this path request and describing how the path must connect to the target obstacle.