Adding Elements to the Model
The topics in this section show how to add model elements and links to a model by using code.
In This Section
How to: Create Elements in Code
Explains how to load a model from the store, open a transaction, add model elements, and close the transaction.How to: Create Links in Code
Explains how to load a model from the store, open a transaction, add links to model elements, and close the transaction.
Related Sections
Programming Domain-Specific Languages
Describes how to work with domain-specific languages by using code.Accessing the Store Programmatically
Explains how to get a model from the in-memory store.Using Transactions
Explains how to wrap modifications to the model in a transaction.Modifying Elements in the Model
Explains how to modify model elements.How to: Delete Elements from the Model
Explains how to delete elements from the model.