From 71bb613944578780e77198e136b5f9e1d2fb4fa5 Mon Sep 17 00:00:00 2001 From: anschrammh Date: Fri, 14 Feb 2020 00:04:25 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20du=20diagramme=20de=20cl?= =?UTF-8?q?asses?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/ClassDiagram.mdj | 74 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 73 insertions(+), 1 deletion(-) diff --git a/doc/ClassDiagram.mdj b/doc/ClassDiagram.mdj index 4f187d3..d04755c 100644 --- a/doc/ClassDiagram.mdj +++ b/doc/ClassDiagram.mdj @@ -257,13 +257,47 @@ "height": 13, "text": "+enableOnChipHeater(enabled: boolean): boolean", "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", "left": 2216, "top": 639, "width": 301.63671875, - "height": 68 + "height": 98 }, { "_type": "UMLReceptionCompartmentView", @@ -5630,6 +5664,44 @@ "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" + } + ] } ] },