Skip to content

Commit

Permalink
use svg instead of png
Browse files Browse the repository at this point in the history
  • Loading branch information
badetitou committed Apr 26, 2024
1 parent c4f1d1c commit 34da68d
Show file tree
Hide file tree
Showing 4 changed files with 454 additions and 12 deletions.
14 changes: 2 additions & 12 deletions moose-wiki/Users/famix-java/famix-java.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,7 @@ We will present here some incorrect, but simplify and useful view to enable begi

## Class neighborhood

```mermaid!
classDiagram
FamixJavaPackage *--> FamixJavaClass : types
FamixJavaPackage --> FamixJavaPackage : parentPackage
FamixJavaClass *--> "*" FamixJavaMethod : methods
FamixJavaClass *--> "*" FamixJavaAttribute : attributes
FamixJavaInheritance <-- "*" FamixJavaClass : superInheritances
FamixJavaClass --> "*" FamixJavaInheritance : subInheritances
```
![Parametric schema](./img/class-neighborhood.drawio.svg){: .img-fluid .img-center }

## Type neighborhood

Expand All @@ -52,4 +42,4 @@ classDiagram
Parametric types are probably the most hard to understand.
We made a [full blog post about this subject]({% post_url 2023-07-13-parametric %}).

![Parametric schema](./img/parametrics.drawio.png){: .img-fluid }
![Parametric schema](./img/parametrics.drawio.svg){: .img-fluid .img-center }
2 changes: 2 additions & 0 deletions moose-wiki/Users/famix-java/img/class-neighborhood.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading

0 comments on commit 34da68d

Please sign in to comment.