Name | Description | |
---|---|---|
![]() | GraphLinksModel.DataCollection<NodeType,NodeKey,PortKey,LinkType> Constructor | The default constructor produces an empty collection. |
The following tables list the members exposed by GraphLinksModel.DataCollection<NodeType,NodeKey,PortKey,LinkType>.
Name | Description | |
---|---|---|
![]() | GraphLinksModel.DataCollection<NodeType,NodeKey,PortKey,LinkType> Constructor | The default constructor produces an empty collection. |
Name | Description | |
---|---|---|
![]() | Links | Gets or sets the collection of link data, each of type LinkType. |
![]() | Model | Gets or sets the model that owns all of the nodes in this collection. |
![]() | Nodes | Gets or sets the collection of node data, each of type NodeType. |
Name | Description | |
---|---|---|
![]() | AddLink | Add a link data to this collection. |
![]() | AddNode | Add a node data to this collection. |
![]() | ContainsLink | This predicate is true if the given link data is in the collection of Links. |
![]() | ContainsNode | This predicate is true if the given node data is in the collection of Nodes. |
![]() | RemoveLink | Remove a link data from this collection. |
![]() | RemoveNode | Remove a node data from this collection. |