Skip to content

Commit

Permalink
use svg img instead of the strange screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
badetitou committed Apr 26, 2024
1 parent 34da68d commit 164c454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2023-07-13-parametric.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ClassA<String> class2 = new ClassA<String>;
`class1` and `class2` are variables of type ClassA, but this time `ClassA` doesn't have a generic type but `String` or `Integer`.
So, how do we represent all that?

![Modelisation_generic](/img/posts/2023-07-13-parametric/Modelisation_generic.png){: .img-fill }
![Modelisation_generic](/moose-wiki/Users/famix-java/img/parametrics.drawio.svg){: .img-fill .img-center }

We have 5 new traits in our meta-model :

Expand Down

0 comments on commit 164c454

Please sign in to comment.