From 97186504b5543eac6ef19d8ab61d945a594bdd7f Mon Sep 17 00:00:00 2001 From: yari-dewalt Date: Wed, 28 Aug 2024 12:25:25 -0700 Subject: [PATCH] Add classifier test diagram --- cypress/platform/yari.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/cypress/platform/yari.html b/cypress/platform/yari.html index 4459aeb37..0046813eb 100644 --- a/cypress/platform/yari.html +++ b/cypress/platform/yari.html @@ -64,10 +64,20 @@

Visibility and Types

(Further tilde testing)

- classDiagram class Duck{ ~interface~~~ +String beakColor #swim() ~quack()~~~ + classDiagram class Duck { ~interface~~~ +String beakColor #swim() ~quack()~~~ -test()~~~~~~~ +deposit(amount) bool }
+
+

Additional Classifiers

+

(* Abstract | $ Static)

+
+ classDiagram class Square~Shape~{ int id* List~int~ position* setPoints(List~int~ points)* + getPoints()* List~int~ } Square : -List~string~ messages* Square : + +setMessages(List~string~ messages)* Square : +getMessages()$ List~string~ Square : + +getDistanceMatrix() List~List~int~~ int$ +
+

Label