Stock Maintenance System: Ex No: Date
Stock Maintenance System: Ex No: Date
DATE:
AIM:
To develop a project stock maintenance system using rational rose software.
PROBLEM STATEMENT:
The stock maintenance system initial requirement is to develop a project about the mechanism
of the stock maintenance system is caught from the customer. The requirement are analysed and refined
which enables the end-users to efficiently use stock-maintenance system. The complete project is
developed after the while project analysis explaining about the scope and the project statement is
prepared. The process of stock maintenance is that the customer login to the particular site to place the
order for the customer login to the particular site to place the order for the customer product. The stock
maintenance system is described sequentially through steps. These steps are a customer login to the
particular site. They fill the customer details. They place the order for their product. The vendor login
and views the customer details and orders.
USECASE DIAGRAM:
UML provides use case diagram notation to illustrate the names of use case and author
relationship between them. Here the actors involved in this system are customer, supplier etc.
CLASS DIAGRAM:
A class diagram is drawn as rectangle box with three compartments or components separated by
horizontal lines. The top compartment holds the class name and middle compartment holds the
attribute and bottom compartment holds list of operation.
COMPONENT DIAGRAM:
The component diagram’s main purpose is to show the structural relationship between the
components of a system. It is represented by a boxed figure. Dependencies are represented by a
communication association.
DEPLOYMENT DIAGRAM:
It is a graph of nodes connected by communication association. It is represented by a 3D box.
A deployment diagram in the unified modelling serves to model the physical deployment of artefacts
on deployment targets.
SEQUENCE DIAGRAM:
A sequence diagram shows an interaction arranged in time sequence. It shows object
participating in interaction by their lifeline by the message they exchange arranged in time sequence.
Vertical dimension represent time and horizontal dimension represent object
COLLABORATION DIAGRAM:
Communication diagram that illustrates that object interact on a graph or network format in
which object can be placed in a diagram. In collaboration diagram the object can be placed in anywhere
on the diagram. The collaboration comes from sequence diagram.
ACTIVITY DIAGRAM:
The activity diagram shows the activity of the process. An activity diagram is a variation
or a special case of a state machine in which the states or activity representing the performance of
operation and transition are triggered by the completion of operation. The purpose is to provide view of
close and what is going on inside a use case.
STATE CHART DIAGRAM:
The state chart diagram in UML diagram defines the states available in the system. It has
various states in the system. It has one starting state and one ending state. State chart diagram is a
curved rectangle box diagram. The various states in stock maintenance system are login, make order,
confirm order, enter details, and deliver the product, payment info and logout.
RESULT:
Thus the various UML diagrams for stock maintenance system have been created and the code
was generated successfully.