update class diagram
continuous-integration/drone/push Build is passing Details

pull/42/head
Antoine PEREDERII 2 years ago
parent 594cef214e
commit aa610a80db

@ -873,7 +873,7 @@
"top": 267, "top": 267,
"width": 479.64794921875, "width": 479.64794921875,
"height": 13, "height": 13,
"text": "+Account(Balance: int, Name: string, IBAN: string, AccountList: List<Transactions>)", "text": "+Account(balance: int, name: string, iban: string)",
"horizontalAlignment": 0 "horizontalAlignment": 0
}, },
{ {
@ -1686,7 +1686,7 @@
"$ref": "AAAAAAGIHswqEsBn9oI=" "$ref": "AAAAAAGIHswqEsBn9oI="
}, },
"edgePosition": 1, "edgePosition": 1,
"text": "-AccountsList *" "text": "+AccountsList *"
}, },
{ {
"_type": "EdgeLabelView", "_type": "EdgeLabelView",
@ -1957,7 +1957,7 @@
"$ref": "AAAAAAGIHsw52cD7NVc=" "$ref": "AAAAAAGIHsw52cD7NVc="
}, },
"edgePosition": 1, "edgePosition": 1,
"text": "-TransactionsList *" "text": "+TransactionsList *"
}, },
{ {
"_type": "EdgeLabelView", "_type": "EdgeLabelView",
@ -3142,8 +3142,7 @@
"$ref": "AAAAAAGIHpOZJ76ocws=" "$ref": "AAAAAAGIHpOZJ76ocws="
}, },
"navigable": "navigable" "navigable": "navigable"
}, }
"visibility": "private"
} }
], ],
"attributes": [ "attributes": [
@ -3233,8 +3232,7 @@
"$ref": "AAAAAAGIHpWTGr74dEI=" "$ref": "AAAAAAGIHpWTGr74dEI="
}, },
"navigable": "navigable" "navigable": "navigable"
}, }
"visibility": "private"
} }
], ],
"attributes": [ "attributes": [
@ -3284,7 +3282,7 @@
"_parent": { "_parent": {
"$ref": "AAAAAAGIHpUDir7q9Xk=" "$ref": "AAAAAAGIHpUDir7q9Xk="
}, },
"name": "Balance", "name": "balance",
"type": "int" "type": "int"
}, },
{ {
@ -3293,7 +3291,7 @@
"_parent": { "_parent": {
"$ref": "AAAAAAGIHpUDir7q9Xk=" "$ref": "AAAAAAGIHpUDir7q9Xk="
}, },
"name": "Name", "name": "name",
"type": "string" "type": "string"
}, },
{ {
@ -3302,17 +3300,8 @@
"_parent": { "_parent": {
"$ref": "AAAAAAGIHpUDir7q9Xk=" "$ref": "AAAAAAGIHpUDir7q9Xk="
}, },
"name": "IBAN", "name": "iban",
"type": "string" "type": "string"
},
{
"_type": "UMLParameter",
"_id": "AAAAAAGIHsqjOcAfwqc=",
"_parent": {
"$ref": "AAAAAAGIHpUDir7q9Xk="
},
"name": "AccountList",
"type": "List<Transactions>"
} }
] ]
}, },

Loading…
Cancel
Save