Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
manasbajaj authored Jul 21, 2022
1 parent 6e25363 commit b9f4a78
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@ In the current release, the cookbook contains recipes that use the SysML v2 REST
### Requirement, Structure, Behavior decomposition recipe
This recipe shows patterns and examples for navigating the decomposition of requirements, structure, and behavior elements using the SysML v2 API. The SysML v2 meta-model has harmonized the concepts related to element decomposition and the same concepts are used when decomposing requirements, structure, and behavior releated elements. This recipe shows the use of a common recursive function to navigate the decomposition of requirements, structure, and behavior elements.

See the Jupyter notebook [Req_Str_Beh_Decomposition_Recipe.ipynb](https://github.com/Systems-Modeling/SysML-v2-API-Cookbook/blob/main/Req_Str_Beh_Decomposition_Recipe.ipynb) for details.
See the Jupyter notebook **Req_Str_Beh_Decomposition_Recipe.ipynb** for details.

### Project, Commit, Branch, and Tag recipe
This recipe shows patterns and examples for fetching and creating commits, branches, and tags in a project. It shows an example scenario for SysML v2 project evolution over time with concurrent users working on different branches, creating new commits, and creating tags for baseline or milestone releases of the project.

See the Jupyter notebook [Project_Commit_Branch_Tag_Recipe.ipynb](https://github.com/Systems-Modeling/SysML-v2-API-Cookbook/blob/main/Project_Commit_Branch_Tag_Recipe.ipynb) for details.
See the Jupyter notebook **Project_Commit_Branch_Tag_Recipe.ipynb** for details.

### Queries recipe
This recipe shows patterns and examples for formulating and executing queries in a project. Examples show queries with multiple constraints.

See the Jupyter notebook **Queries.ipynb** for details.

0 comments on commit b9f4a78

Please sign in to comment.