how to design atm through labview
#1

zarmahaiftekhar[at]yahoo.com" class="mycode_email
Reply
#2

This page is the starting point into a series of pages that attempt to give a complete example of object-oriented analysis, design, and programming applied to a moderate size problem: the simulation of an Automated Teller Machine. I developed these pages in the belief that students would benefit from seeing a complete example of OO methodology applied to a single problem. Since then, I have developed a similar-style solution to an even simpler problem: maintaining a very simple address book.

Beginning with a statement of requirements, the process proceeds through analysis, overall design, and detailed design and implementation, culminating with some suggestions for maintenance. (Testing is left as an exercise to the reader :-).)

Analysis is done by identifying the use cases and detailing a flow of events for each. Also, an initial set of functional test cases is specified, to serve as a vehicle for checking that the implementation is complete and basically correct. Analysis culminates in identifying classes implied by the use cases, and documenting them using an Analysis Class Diagram. (The Statechart diagrams done under design are also, in part, analysis tasks. In OO, the line between analysis and design is not always a sharp one.)

Overall design begins by using CRC cards to assign responsibilities to the various classes. The static structure of the design is summarized by means of an overall Class Diagram. Then the dynamic aspects of the design are developed, using State Charts for the major controller classes, plus an Interaction Diagram for each of the main use cases.

The detailed design is developed by spelling out the attributes and methods for each class, using a class diagram for each class with all three "compartments" fully filled in. A package diagram is used to show how the various classes are groupled into packages. Each class is then implemented in Java. The code page contains links both to Javadoc documentation for each class, and to the complete source code. Also included are a main class, which allows the simulation to run as an application, and an Applet class, which allows it to be run as an Applet. (This illustrates how the same basic code can be designed to be used either way; the application was used for most of the initial development work, but the Applet is accessible to anyone over the web).

The Executable Applet version can be loaded and executed from within any web browser that supports at least JDK 1.1.x.

The Maintenance page discusses ideas for possible changes to the system, each of which would require changes to multiple documents, not just the code.
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: implementation of mobile jamming system design using labview, atm labview,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  free download machine design 2 jbk das book pdf 2 11,107 30-05-2018, 11:39 AM
Last Post: [email protected]
  design of machine elements by jbk das pdf free download 4 11,763 04-12-2017, 03:07 PM
Last Post: jaseela123d
  aradhya tutorials compiler design notes 6th sem cse pdf 2 1,360 02-07-2017, 06:27 PM
Last Post: Guest
Wink seminar report on pavement design using geotextiles 4 1,300 18-05-2017, 11:08 AM
Last Post: Umeshyuvi
  basic vlsi design by bakshi free download 3 1,215 28-04-2017, 11:23 AM
Last Post: jaseela123d
  arun kumar notes for 3 sem logic design 2 1,140 22-07-2016, 03:43 PM
Last Post: jaseela123d
  design of energy talking meter ppt download 3 919 21-07-2016, 02:36 PM
Last Post: jaseela123d
  compiler design notes by ashok kumar 2 728 21-07-2016, 10:27 AM
Last Post: jaseela123d
  design and construction of floating structure ppt 2 802 14-07-2016, 12:04 PM
Last Post: jaseela123d
  learn malay through tamil pdf 1 774 14-07-2016, 09:43 AM
Last Post: jaseela123d

Forum Jump: