Skip to content

Commit

Permalink
Fix #706
Browse files Browse the repository at this point in the history
Plus some cleaning in generator
  • Loading branch information
Gabriel-Darbord committed Jan 31, 2024
1 parent 6e34e52 commit ec7e9d8
Show file tree
Hide file tree
Showing 7 changed files with 124 additions and 129 deletions.
2 changes: 1 addition & 1 deletion src/Famix-Java-Entities/FamixJavaConcretisation.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
### Association target
| Relation | Origin | Opposite | Type | Comment |
|---|
| `concreteEntity` | `FamixTConcretisation` | `genericEntity` | `FamixTParametricEntity` | concreteEntity linked to in this relationship. to-side of the association|
| `concreteEntity` | `FamixTConcretisation` | `genericization` | `FamixTParametricEntity` | concreteEntity linked to in this relationship. to-side of the association|
### Other
| Relation | Origin | Opposite | Type | Comment |
Expand Down
2 changes: 1 addition & 1 deletion src/Famix-Java-Entities/FamixJavaParametricClass.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
### Incoming dependencies
| Relation | Origin | Opposite | Type | Comment |
|---|
| `genericEntity` | `FamixTParametricEntity` | `concreteEntity` | `FamixTConcretisation` | genericEntity relationships, i.e. known genericEntity of this type.|
| `genericization` | `FamixTParametricEntity` | `concreteEntity` | `FamixTConcretisation` | genericEntity relationship, i.e. the genericEntity of this type.|
### Other
| Relation | Origin | Opposite | Type | Comment |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
### Incoming dependencies
| Relation | Origin | Opposite | Type | Comment |
|---|
| `genericEntity` | `FamixTParametricEntity` | `concreteEntity` | `FamixTConcretisation` | genericEntity relationships, i.e. known genericEntity of this type.|
| `genericization` | `FamixTParametricEntity` | `concreteEntity` | `FamixTConcretisation` | genericEntity relationship, i.e. the genericEntity of this type.|
### Other
| Relation | Origin | Opposite | Type | Comment |
Expand Down
2 changes: 1 addition & 1 deletion src/Famix-Java-Entities/FamixJavaParametricMethod.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
### Incoming dependencies
| Relation | Origin | Opposite | Type | Comment |
|---|
| `genericEntity` | `FamixTParametricEntity` | `concreteEntity` | `FamixTConcretisation` | genericEntity relationships, i.e. known genericEntity of this type.|
| `genericization` | `FamixTParametricEntity` | `concreteEntity` | `FamixTConcretisation` | genericEntity relationship, i.e. the genericEntity of this type.|
### Other
| Relation | Origin | Opposite | Type | Comment |
Expand Down
Loading

0 comments on commit ec7e9d8

Please sign in to comment.