Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
manasbajaj authored Jan 30, 2024
1 parent 30afbfb commit f6e49e8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ This recipe shows patterns and examples for navigating the decomposition of requ

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

### Requirement, Structure, Behavior decomposition recipe for Spacecraft example
This notebook shows the use of the Requirement, Structure, Behavior decomposition recipe (above) for a Spacecraft example.

See the Jupyter notebook **Req_Str_Beh_Decomposition_Recipe_Spacecraft_Example.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.

Expand All @@ -20,6 +25,11 @@ This recipe shows patterns and examples for creating, updating, and deleting ele

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

### Element Owned Elements recipe
This recipe shows patterns and examples to fetch the owned elements (immediate and recursive) for a given element in a given commit of a project.

See the Jupyter notebook **Element_Owned_Elements.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.

Expand Down

0 comments on commit f6e49e8

Please sign in to comment.