Skip to content

Commit f173f9c

Browse files
Follow-up on renamings
1 parent 427a763 commit f173f9c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/Famix-Cpp-Entities/FamixCppConcretization.class.st

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
### Association source
66
| Relation | Origin | Opposite | Type | Comment |
77
|---|
8-
| `concreteParameter` | `FamixTConcretization` | `outgoingConcretizations` | `FamixTConcreteType` | Concrete parameter linked to in this relationship. This can be a class or another type parameter.|
8+
| `typeArgument` | `FamixTConcretization` | `outgoingConcretizations` | `FamixTTypeArgument` | The type argument that concretizes the type parameter|
99
1010
### Association target
1111
| Relation | Origin | Opposite | Type | Comment |
1212
|---|
13-
| `genericParameter` | `FamixTConcretization` | `concretizations` | `FamixTTypeParameter` | Generic parameter linked to in this relationship.|
13+
| `typeParameter` | `FamixTConcretization` | `concretizations` | `FamixTTypeParameter` | Type parameter linked to in this relationship.|
1414
1515
### Other
1616
| Relation | Origin | Opposite | Type | Comment |

src/Famix-Cpp-Entities/FamixCppParametricClass.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### Other
66
| Relation | Origin | Opposite | Type | Comment |
77
|---|
8-
| `typeParameters` | `FamixTParametricEntity` | `genericEntity` | `FamixTTypeParameter` | The parameters of this parametric entity. They can be concrete classes or types or generic type parameters|
8+
| `typeParameters` | `FamixTParametricEntity` | `genericEntity` | `FamixTTypeParameter` | The type parameters of this parametric entity. They can any type with the exception of primitive types|
99
1010
1111

src/Famix-Cpp-Entities/FamixCppTypeParameter.class.st

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
### Incoming dependencies
66
| Relation | Origin | Opposite | Type | Comment |
77
|---|
8-
| `concretizations` | `FamixTTypeParameter` | `genericParameter` | `FamixTConcretization` | Known concretizations of this type parameter.|
8+
| `concretizations` | `FamixTTypeParameter` | `typeParameter` | `FamixTConcretization` | Known concretizations of this type parameter.|
99
1010
### Other
1111
| Relation | Origin | Opposite | Type | Comment |
1212
|---|
13-
| `genericEntity` | `FamixTTypeParameter` | `typeParameters` | `FamixTParametricEntity` | Generic entity that declare this type parameter.|
13+
| `genericEntity` | `FamixTTypeParameter` | `typeParameters` | `FamixTParametricEntity` | Generic entity that declares this type parameter.|
1414
1515
1616

src/Famix-Cpp-Generator/FamixCppGenerator.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ FamixCppGenerator >> defineHierarchy [
110110
typeParameter --|> type.
111111
typeParameter --|> #TTypeParameter.
112112

113-
type --|> #TConcreteType.
113+
type --|> #TTypeArgument.
114114

115115
concretization --|> #TConcretization.
116116

0 commit comments

Comments
 (0)