C

PortCandidateSelectorSameLayerData

This static class provides information about the same-layer structures created by class PortCandidateSelector.

Members

No filters for this type

Constructors

Creates a new PortCandidateSelectorSameLayerData instance.

Properties

Gets all created helper nodes of this PortCandidateSelectorSameLayerData instance.
readonlyfinal

Property Value

The list of helper LayoutNodes

Methods

Adds a given helper LayoutNode to this PortCandidateSelectorSameLayerData instance and associates it with the given original (same-layer) LayoutEdge.
final

Parameters

sameLayerHelperNode: LayoutNode
a helper node
originalEdge: LayoutEdge
the original (same-layer) edge
Returns the original (same-layer) edge associated with the given helper LayoutNode.
final

Parameters

sameLayerHelperNode: LayoutNode
A given helper node

Return Value

LayoutEdge
The original (same-layer) edge associated with the given helper node