Usages of IEdgeReconnectionPortCandidateProvider
Properties
reconnectionPortCandidateProvider | in EdgeDecorator | Gets a LookupDecorator<TDecoratedType,TInterface> that decorates the IEdgeReconnectionPortCandidateProvider type for IEdges this instance has been created for. |
Method Return Values
create () | in IEdgeReconnectionPortCandidateProvider | ||
fromAllNodeAndEdgeCandidates (IEdge) | in IEdgeReconnectionPortCandidateProvider | Creates 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 IEdgeReconnectionPortCandidateProvider | Creates 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 IEdgeReconnectionPortCandidateProvider | Creates 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. |