GoXam for WPF v3
GetToNodesForNode(NodeType,Predicate<PortKey>) Method
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class > GetToNodesForNode Method : GetToNodesForNode(NodeType,Predicate<PortKey>) Method
a predicate to be applied to each "from" port parameter; if non-null, this predicate must be true for the "to" node to be included in the return sequence
Return a sequence of node data that are directly connected by links coming out from a given node.
Syntax

Parameters

nodedata
fromportpred
a predicate to be applied to each "from" port parameter; if non-null, this predicate must be true for the "to" node to be included in the return sequence

Return Value

Remarks

This is used for model navigation and graph traversal.

See Also

Reference

GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class
GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Members
Overload List