You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In UML one does not use the same arrow for interface implementation as for inheritance. Essentially you should use i <|.. c when a class (struct) c implements an interface i. (The example in the README uses <|-- which denotes inheritance)
The text was updated successfully, but these errors were encountered:
In UML one does not use the same arrow for interface implementation as for inheritance. Essentially you should use
i <|.. c
when a class (struct)c
implements an interfacei
. (The example in the README uses<|--
which denotes inheritance)The text was updated successfully, but these errors were encountered: