|
18
2.1.15 System Sequence Diagram
2.1.15.1 Pengertian System Sequence Diagram
Menurut Satzinger, et al (2009, p.252), System sequence
diagrams are used to describe the flow of information into and out of
the automated system. System sequence diagram is an interaction
diagram that type of communication diagram or a sequence diagram
that shows the interactions between objects, yang terjemahannya
adalah System sequence diagram
digunakan untuk menggambarkan
aliran dari informasi yang masuk dan keluar dari sistem yang
terotomatisasi. System sequence diagram
merupakan tipe dari
interaction diagram
yaitu communication diagram
atau sequence
diagram yang menunjukkan interaksi diantara objek.
2.1.15.2 Pengertian Domain Layer
Menurut Satzinger, et al (2010, p.392), A typical example of
this architecture is an internal networked client / server environment in
which the client computers contain the view and domain layer
programs, and the data access layer is on a central server, yang
terjemahannya adalah Sebuah contoh khas dari arsitektur ini adalah
jaringan client / server lingkungan internal di mana komputer klien pada
server pusat.
2.1.15.3 Pengertian View Layer
Menurut Satzinger, et al (2009, p.450), The view layer involves
human computer interaction and requires designing the user interface
for each use case, yang terjemahannya adalah View layer
melibatkan
interaksi
manusia
komputer dan membutuhkan rancangan user
interface untuk setiap use case.
2.1.15.4 Pengertian Data Access Layer
Menurut Satzinger, et al (2009, p.446), The principle of
separations of responsibilities also applies to the data access layer. On
smaller systems, two layer design exist, in which the SQL statements to
access a database are embedded within the business logic layer, yang
|