Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

UML Cheat Sheet: Class Diagram Elements, Cheat Sheet of Software Engineering

Cheat sheet on the Unified Modeling Language (UML): Use Case Diagram Elements and Sample Sequence Diagrams

Typology: Cheat Sheet

2019/2020
On special offer
30 Points
Discount

Limited-time offer


Uploaded on 10/23/2020

shailen_555cell
shailen_555cell 🇺🇸

4.6

(20)

264 documents

1 / 4

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Object3
selfCall
callUnderConstraint
SubClass
+Operation(Arg:Type):Type
#AbstractOperation
-Attribute : Type
-ClassAttribute : Type
Package::AbstractClass
generalization
1
Parent Child
parent child
dependency association
role
multiplicity
Note
<<interface>>
Interface
Implementor
realizes
Operation(Arg: T)
Operation2(): T
ParameterizedClass T
Interface
dependency
UML Cheatsheet
Object : Class
call(obj)
Object2
new
delete
return
object creation
object destruction
Class Diagram Elements
Sequence Diagram Elements
{constraint}
{alternative}
interaction frame
loop / alt / opt
callUnderAlternative
incoming
message
0..1
Association
Class
ChildInfo
visibility
(cc) 2006 Lou Franco - Some Rights Reserved - Attribution-NonCommercial-ShareAlike 2.5
http://creativecommons.org/licenses/by-nc-sa/2.5/
(cc) 2006 Lou Franco - Some Rights Reserved - Attribution-NonCommercial-ShareAlike 2.5
http://creativecommons.org/licenses/by-nc-sa/2.5/
info
*
*
frame type
Value key
1
qualified
association
callback
pf3
pf4
Discount

On special offer

Partial preview of the text

Download UML Cheat Sheet: Class Diagram Elements and more Cheat Sheet Software Engineering in PDF only on Docsity!

Object

selfCall

callUnderConstraint

SubClass

+Operation(Arg:Type):Type

#AbstractOperation

-Attribute : Type

-ClassAttribute : Type

Package::AbstractClass

generalization

Parent Child parent child

dependency association

role

multiplicity

Note <>

Interface

Implementor

realizes

Operation(Arg: T)

Operation2(): T

ParameterizedClass

T

Interface

dependency

UML Cheatsheet

Object : Class

call(obj)

Object

new

delete

return

object creation

object destruction

Class Diagram Elements

Sequence Diagram Elements

{constraint}

{alternative}

interaction frame

loop / alt / opt

callUnderAlternative

incoming

message

Association

Class

ChildInfo

visibility

(cc) 2006 Lou Franco - Some Rights Reserved - Attribution-NonCommercial-ShareAlike 2.

info

frame type

Value key

qualified

association

callback

Package Diagram Elements

Data

View Model SQLServer Oracle

Object Diagram Elements

parent: Parent

name = "John"

John : Child

name = "Mary"

Mary : Child

Use Case Diagram Elements

dependency

Role

Role

Role

Role

Use Case

Use Case

Common

Use Case

Use Case

actor

system boundary

<>

<>

(cc) 2006 Lou Franco - Some Rights Reserved - Attribution-NonCommercial-ShareAlike 2.

Sample Sequence Diagrams

(cc) 2006 Lou Franco - Some Rights Reserved - Attribution-NonCommercial-ShareAlike 2.

: Library aLendable

aLendRecord

aMember

checkout(lendable, member)

canBorrow(lendable)

dueDate

numOut(member)

record

new

calcDueDate(member)

{ canBorrow == true }

opt

aPanel child : Component

paint(dc)

dc : DrawingContext

{ forEach child }

loop paint(dc)

drawOperation(args)