documentationfor yFiles for HTML 2.6

Fields

ALL_NODE_AND_EDGE_CANDIDATESin IEdgeReconnectionPortCandidateProviderCreates an implementation of the IEdgeReconnectionPortCandidateProvider interface that returns a union of all source port candidates or target port candidates, respectively, of nodes and edges in the graph.
ALL_NODE_CANDIDATESin IEdgeReconnectionPortCandidateProviderCreates an implementation of the IEdgeReconnectionPortCandidateProvider interface that returns a union of all source port candidates or target port candidates, respectively, of nodes in the graph.

Method Return Values

create ()in IEdgeReconnectionPortCandidateProviderCreates an implementation of the interface IEdgeReconnectionPortCandidateProvider from the given definition.
fromSourceAndTarget (IEdge)in IEdgeReconnectionPortCandidateProviderCreates an implementation of the IEdgeReconnectionPortCandidateProvider interface that returns the candidates provided by the source and target port's owner's IPortCandidateProvider implementations or the existing edge's port, if no such provider is registered.