This static class provides information about the same-layer structures created by class PortCandidateSelector.
Inheritance Hierarchy
Members
No filters for this type
Constructors
Creates a new PortCandidateSelectorSameLayerData instance.
Creates a new PortCandidateSelectorSameLayerData instance.
Properties
Gets all created helper nodes of this PortCandidateSelectorSameLayerData instance.
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.
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.
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