tutorials:architecture-model
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tutorials:architecture-model [2024/11/18 10:36] – [Branching orders] tim | tutorials:architecture-model [2024/11/19 13:06] (current) – [Apical growth] tim | ||
|---|---|---|---|
| Line 45: | Line 45: | ||
| Looking at our two organs, we can define our very first rule: //a bud becomes a shoot//, or more precisely //every bud becomes a shoot// | Looking at our two organs, we can define our very first rule: //a bud becomes a shoot//, or more precisely //every bud becomes a shoot// | ||
| - | Writing this in an XL query is quite straightforward:'' | + | Writing this in an rewriting rule is quite straightforward:'' |
| Line 231: | Line 231: | ||
| ===== Diameter ===== | ===== Diameter ===== | ||
| - | Now in the last real step of this tutorial we want to look at the diameters of our little tree. | + | Now, in the last real step of this tutorial, we want to look at the diameters of our little tree. |
| - | In the F class that our shoot extends the diameter can be given as an second parameter: '' | + | In the F class that our shoot extends, the diameter can be given as a second parameter: '' |
| <code java> | <code java> | ||
| | | ||
| </ | </ | ||
| - | Now for defining | + | To define |
| - | Even so this gives our tree already | + | Even though |
| <code java> | <code java> | ||
| Line 246: | Line 246: | ||
| - | With the diameter our tree now looks like this: | + | With the diameter, our tree now looks like this: |
| {{ : | {{ : | ||
| Line 252: | Line 252: | ||
| ===== Final ===== | ===== Final ===== | ||
| - | This is basically it for this tutorial. Below you can get the code of this small tree. Now you can start playing around | + | That is basically it for this tutorial. Below you will find the code for this little |
| <code java> | <code java> | ||
tutorials/architecture-model.1731922586.txt.gz · Last modified: 2024/11/18 10:36 by tim
