Mise à jour du diagramme de classes

This commit is contained in:
anschrammh 2020-02-14 00:04:25 +01:00
parent 95152f5a65
commit 71bb613944

View File

@ -257,13 +257,47 @@
"height": 13, "height": 13,
"text": "+enableOnChipHeater(enabled: boolean): boolean", "text": "+enableOnChipHeater(enabled: boolean): boolean",
"horizontalAlignment": 0 "horizontalAlignment": 0
},
{
"_type": "UMLOperationView",
"_id": "AAAAAAFwQGCQSLPmIVQ=",
"_parent": {
"$ref": "AAAAAAFupxeuwAk/ZqA="
},
"model": {
"$ref": "AAAAAAFwQGCQE7PjlD0="
},
"font": "Arial;13;0",
"left": 2221,
"top": 704,
"width": 291.63671875,
"height": 13,
"text": "+reset(): boolean",
"horizontalAlignment": 0
},
{
"_type": "UMLOperationView",
"_id": "AAAAAAFwQMQ/eLRkThk=",
"_parent": {
"$ref": "AAAAAAFupxeuwAk/ZqA="
},
"model": {
"$ref": "AAAAAAFwQMQ/RLRhTD0="
},
"font": "Arial;13;0",
"left": 2221,
"top": 719,
"width": 291.63671875,
"height": 13,
"text": "+lowBattery(): boolean",
"horizontalAlignment": 0
} }
], ],
"font": "Arial;13;0", "font": "Arial;13;0",
"left": 2216, "left": 2216,
"top": 639, "top": 639,
"width": 301.63671875, "width": 301.63671875,
"height": 68 "height": 98
}, },
{ {
"_type": "UMLReceptionCompartmentView", "_type": "UMLReceptionCompartmentView",
@ -5630,6 +5664,44 @@
"direction": "return" "direction": "return"
} }
] ]
},
{
"_type": "UMLOperation",
"_id": "AAAAAAFwQGCQE7PjlD0=",
"_parent": {
"$ref": "AAAAAAFupxeuvgk2JFo="
},
"name": "reset",
"parameters": [
{
"_type": "UMLParameter",
"_id": "AAAAAAFwQGDRMbQXu2E=",
"_parent": {
"$ref": "AAAAAAFwQGCQE7PjlD0="
},
"type": "boolean",
"direction": "return"
}
]
},
{
"_type": "UMLOperation",
"_id": "AAAAAAFwQMQ/RLRhTD0=",
"_parent": {
"$ref": "AAAAAAFupxeuvgk2JFo="
},
"name": "lowBattery",
"parameters": [
{
"_type": "UMLParameter",
"_id": "AAAAAAFwQMTQprSwKNg=",
"_parent": {
"$ref": "AAAAAAFwQMQ/RLRhTD0="
},
"type": "boolean",
"direction": "return"
}
]
} }
] ]
}, },