Understanding the Generated API
The generated API includes elements for the domain model and for each domain class in the domain model.
In This Section
- Overview of Library.dsl
-
Describes a sample domain model that has Library, Book, and Person domain classes and relationships between them.
- Walkthrough: Creating a Generated API
-
Shows an example domain model and describes how to create the generated API for it.
- Understanding Generated Properties and Methods
-
Explains how the domain model elements and domain relationships that you define generate properties and methods that help language users create models.
- Functionality of the Generated API
-
Describes the functionality that is available from the generated code.
- Domain Model in the Generated API
-
Describes the typical information about a domain-specific language that is generated from the .dsl file of a domain model.
- Domain Classes in the Generated API
-
Describes classes in the generated API for the elements in a domain model.
- Domain Relationships in the Generated API
-
Describes the typical generated API for a domain relationship.