- tmanggota
3. ttpeminjaman
notice what no one else notice
Hey Fella, one week ago I learned about UML on OOP-II Class..now I try to share my knowledge about how to make class diagrams with Java also used NetBeans Apps for support this tutorial. Previously I given example that you can see here about class diagram. After you see my previous post, is it diffuclt or easy to realize that ? well, I'll lead you how accurate steps to make class diagram and if you don't mind, please follow these instructions :
this is one of simple implementation from Unified Model Language (UML) which is had four of the most common diagrams (class diagrams, object diagrams, sequence diagrams and package diagrams) but now, focus with simple example of class diagram !
e.g :
A relational database usually described by using two-dimensional tables consisting of rows and columns which data can be accessed or reassembled in many different ways without having to reorganize the database tables. Hence, a relational database matches data by using common characteristics found within the data set. The resulting groups of data are organized and are much easier for many people to understand. After the original database creation, a new data category can be added without requiring that all existing applications be modified.
Several terms in the relational database include the following:
Relation : A table consisting of several columns and several rows.
Attribute : Column names in a relation
Tuple : Rows in a relation ,represents an object and information
about that object. Object are typically physical objects or
concepts