Skip to content

Commit

Permalink
Add a code snippet for the code to be executed in playground.
Browse files Browse the repository at this point in the history
  • Loading branch information
ClotildeToullec committed Oct 10, 2024
1 parent 047caa4 commit 89e03d3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _drafts/2024-04-01-transformation-first.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,11 @@ As you can see, we still use Carrefour even in this context, as it remains the e
Now that our class is done, we are able to locate candidates methods for transformation and the specific nodes to transform using Famix, FAST, Carrefour and MoTion.
You can use a Playground to test out our class and model and see for yourself the results of each method :

```smalltalk
t := LoggerTransformationTool onModel: argoUML034.
t fetchAllFastNodesUsingMotion
```

!["Testing our class"](/img/posts/2024-04-01-transformation-first/testing-class.png)

The whole source code that was written on this blog post is also available on that [repository](https://github.com/RomainDeg/Moose-BlogPost-Transformation).
Expand Down

0 comments on commit 89e03d3

Please sign in to comment.