-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Jung Kim edited this page May 16, 2022
·
2 revisions
Welcome to the Swan wiki!
Occurrence를 그래프로 표현할 때 Use-case
Symbol.Kind (A) | Symbol.Role | Relation.Symbol.Kind (B) | Relation.Symbol.Role | Action |
---|---|---|---|---|
getter || setter | implicit & def | - | - | A -> B 대체 |
getter || setter | def & accOf | - | - | A -> B 대체 |
Object | def & canon | none | A Object 추가 | |
function || method | childOf || accOf | Object | B Object에 A 추가 | |
parameter | - | - | skip | |
- | overrideOf | - | - | skip |
variable | containedBy | - | - | skip |
parameter || function || method | - | childOf | skip | |
Object | - | extension | - | skip |
- | Object | recvBy | skip | |
Protocol | baseOf | Object | B -> A edge | |
typealias | X (relation없음) | |||
- | calledBy || containedBy | B -> A edge |