This static class provides information about the same-layer structures created by class PortCandidateSelector.
Inheritance Hierarchy
PortCandidateSelectorSameLayerData
Type Details
- yFiles module
- algorithms
Constructors
Creates a new PortCandidateSelectorSameLayerData instance.
Properties
Gets all created helper nodes of this PortCandidateSelectorSameLayerData instance.
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.
Parameters
options - Object
A map of options to pass to the method.
A map of options to pass to the method.
- sameLayerHelperNode - LayoutNode
- a helper node
- originalEdge - LayoutEdge
- the original (same-layer) edge
Returns the original (same-layer) edge associated with the given helper LayoutNode.
Parameters
options - Object
A map of options to pass to the method.
A map of options to pass to the method.
- sameLayerHelperNode - LayoutNode
- A given helper node
Returns
- ↪LayoutEdge
- The original (same-layer) edge associated with the given helper node