AddContribution Method
[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]
Adds to the store.
Overload List
Name | Description | |
---|---|---|
AddContribution(GraphReader) | Adds each edge from the reader to the outgoing edges of the SyntheticSource. | |
AddContribution(Node, IEnumerable< (Of < <' (Edge> ) > > )) | Adds each edge in the enumeraiton to the node's outgoing edges. | |
AddContribution(Node, Edge) | Adds the edge to the node's outgoing edges. |
Top