You are on page 1of 1

UML class

Giri Yaram | April 24, 2022

Abstract Class
«interface» «enumeration»
Interface AccountState
1..* 1..*
+ operation1(params):returnType Wrote
- operation2(params)
- operation3()

«use»

«entity» Class
Interface
0..12 + attribute1:type = defaultValue
+ attribute2:type
- attribute3:type
+ operation1(params):returnType
- operation2(params)
- operation3() 0..3 + operation1(params):returnType
- operation2(params)
- operation3()

0..*
0..*

Library

1 «interface» Abstract Class


Search
«use»

Class
«use»
«interface»
Manage

You might also like