documentationfor yFiles for HTML 3.0.0.3

Method Return Values

create ()in IEdgeReconnectionPortCandidateProvider
fromAllNodeAndEdgeCandidates (IEdge)in 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.
fromAllNodeCandidates (IEdge)in 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.
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.