43
Menurut Whitten (2007) interface class
adalah bentuk
implementasi
komunikasi
user dengan
user
interface
didalam bentuk sebuah class.
3. Control Class
Menurut
Whitten
(2007) control class adalah sebuah class
yang
mengimplementasikan
logika
bisnis
di
dalam sistem.
Control
class
mengolah
pesan
dari
interface class dan
memberikan respon ke entity class.
2.2.9.3.2
Multiplicity
Menurut
Booch,
et
al. (2007,
p.194)
The
multiplicity
adornment
is
applied
to
the
target end of an association and
denotes the number of links between each instance of the source
class and instances of the target class.
Beberapa jenis multiplicity menurut Booch et al. (2007):
1.
1
Exactly one
2.
*
Unlimited number (zero or more)
3.
0..*
Zero or more
4.
1..*
One or more
5.
0..1
Zero or one
6.
3..7
Specified range
2.2.9.3.3
Hubungan dalam Class Diagram
1. Association
|