Skip to content

Commit c2296c1

Browse files
committed
Adapt to new famix
1 parent ae28ddc commit c2296c1

File tree

7 files changed

+6
-82
lines changed

7 files changed

+6
-82
lines changed

src/Famix-Python-Entities/FamixPythonAccess.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
### Association target
1111
| Relation | Origin | Opposite | Type | Comment |
1212
|---|
13-
| `variable` | `FamixTAccess` | `incomingAccesses` | `FamixTAccessible` | Variable accessed. to-side of the association|
13+
| `candidates` | `FamixTAccess` | `incomingAccesses` | `FamixTAccessible` | Variables that cas be the accessed variable. to-side of the association. Most of the time it will be only one variable, but some languages might have candidates such as Python.|
1414
1515
### Other
1616
| Relation | Origin | Opposite | Type | Comment |

src/Famix-Python-Entities/FamixPythonAttribute.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
### Incoming dependencies
2121
| Relation | Origin | Opposite | Type | Comment |
2222
|---|
23-
| `incomingAccesses` | `FamixTAccessible` | `variable` | `FamixTAccess` | All Famix accesses pointing to this structural entity|
23+
| `incomingAccesses` | `FamixTAccessible` | `candidates` | `FamixTAccess` | All Famix accesses pointing to this structural entity|
2424
2525
### Other
2626
| Relation | Origin | Opposite | Type | Comment |

src/Famix-Python-Entities/FamixPythonGlobalVariable.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
### Incoming dependencies
2121
| Relation | Origin | Opposite | Type | Comment |
2222
|---|
23-
| `incomingAccesses` | `FamixTAccessible` | `variable` | `FamixTAccess` | All Famix accesses pointing to this structural entity|
23+
| `incomingAccesses` | `FamixTAccessible` | `candidates` | `FamixTAccess` | All Famix accesses pointing to this structural entity|
2424
| `incomingImports` | `FamixTImportable` | `importedEntity` | `FamixTImport` | List of imports of this entity|
2525
2626
### Other

src/Famix-Python-Entities/FamixPythonImplicitVariable.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
### Incoming dependencies
1616
| Relation | Origin | Opposite | Type | Comment |
1717
|---|
18-
| `incomingAccesses` | `FamixTAccessible` | `variable` | `FamixTAccess` | All Famix accesses pointing to this structural entity|
18+
| `incomingAccesses` | `FamixTAccessible` | `candidates` | `FamixTAccess` | All Famix accesses pointing to this structural entity|
1919
2020
### Other
2121
| Relation | Origin | Opposite | Type | Comment |

src/Famix-Python-Entities/FamixPythonLocalVariable.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
### Incoming dependencies
2121
| Relation | Origin | Opposite | Type | Comment |
2222
|---|
23-
| `incomingAccesses` | `FamixTAccessible` | `variable` | `FamixTAccess` | All Famix accesses pointing to this structural entity|
23+
| `incomingAccesses` | `FamixTAccessible` | `candidates` | `FamixTAccess` | All Famix accesses pointing to this structural entity|
2424
2525
### Other
2626
| Relation | Origin | Opposite | Type | Comment |

src/Famix-Python-Entities/FamixPythonParameter.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
### Incoming dependencies
2121
| Relation | Origin | Opposite | Type | Comment |
2222
|---|
23-
| `incomingAccesses` | `FamixTAccessible` | `variable` | `FamixTAccess` | All Famix accesses pointing to this structural entity|
23+
| `incomingAccesses` | `FamixTAccessible` | `candidates` | `FamixTAccess` | All Famix accesses pointing to this structural entity|
2424
2525
### Other
2626
| Relation | Origin | Opposite | Type | Comment |

0 commit comments

Comments
 (0)