Implement in java a bus ticket management system

Assignment Help Computer Engineering
Reference no: EM131473119

Module: System Development for Business Processes

You should hand in one copy of your assignment/project by the time and date mentioned above to the appropriate 'hand-in location' at the Gulf College. Fill in the front cover (staple together with your assignment). MAKE SURE that you fill in all the relevant details on this form. An acknowledgement will be given to you upon receiving your assignment. This is your receipt, keep it.

You can submit work by post, but you must send also a recorded delivery. It must be postmarked within two days before the deadline date and a copy must be kept by you in case it is lost in the post. Faxed assignments will not be accepted.

This assignment will assess the following learning outcomes:

1. ANALYSE A GIVEN CASE STUDY USING OBJECT- ORIENTED MODELLING TECHNIQUES
2. DESIGN AND IMPLEMENT A PROTOTYPE OBJECT- ORIENTED APPLICATION USING AN OBJECT-ORIENTED PROGRAMMING LANGUAGE

The Task

You must design and implement in Java a Bus Ticket Management System corresponding to the attached scenario. You are not required to implement the entire scenario, but the more functionality your system has, the higher the mark you can obtain (see assessment criteria below for details). This assignment is expected to be done individually by all students. You will be given ample guidance and support on the modelling and implementation of the system in your lectures and tutorials.

Scenario - Bus Ticket Management System

A bus ticket management system enables a bus company cashier to browse buses in the system, select a bus and create a ticket for a customer. The system will also automatically compute the total bill and the cashier will process the necessary payment.

The System

The bus ticket management system should do what regular bus ticket management systems can do, which includes entering bus together with the details in the system and creating a customer ticket, etc. The system should allow the bus company cashier to login into the system, browse for bus, select a bus and process the necessary payment for a particular customer ticket using the system.

The bus ticket management system must support easy administration, so the bus company administrator can manage cashiers' data, customer tickets, bus details, etc. It also keeps a list of cashiers' data, customer tickets, bus details, sales, etc. It also keeps an inventory of available buses and information on buses such as bus number, bus name, bus type, total seat capacity, etc.

Users of the bus ticket management system should be able to:

- add, delete and update a bus company cashier with personal details (identification number, name, age, address and telephone number, etc.) and login details (user name and password).

- add, delete and update a bus together with its details (bus number, bus name, bus type, total seat capacity, etc.

- add, delete and update a bus ticket together with its details (ticket number, date and time of departure, bus number, route, ticket price, etc.)
- list bus company cashier's personal details
- list bus details
- list ticket details
- find a bus given its bus number or bus name.
- simulate a bus ticket system based on the following scenario:
o The customer buys a bus ticket to the bus company cashier
o The bus company cashier takes the customer's preference
o The bus company cashier enters the ticket details into the system by creating a new ticket in the system.
o The bus company cashier uses the system to display the total ticket amount and tells the customer the total amount for the ticket. The system should automatically calculate the total ticket amount.
o The customer pays the ticket.
o The bus company cashier enters the payment details into the system and prints the receipt.
Conditions: - If a transaction is adding a new bus item a bus company cashier must successfully add, delete and update a bus record to the system together with the bus details.
- If a transaction is creating a new ticket, a bus company cashier must successfully add, delete and update the ticket number, date and time of departure, bus number, and route and ticket price.
- If a transaction is payment, the system must successfully calculate the total amount to be paid by a particular customer.

Deliverables

Your system must be object-oriented and programmed in Java. You must submit:
- design documentation for the system you have implemented with the corresponding explanation on the processes that you have undertaken in coming up with the following diagrams:
o Use Case diagrams
o Class diagrams, showing all the classes and their relationships together with the attributes and methods for each class
o Sequence diagrams
o Collaboration diagrams
- a soft copy of your complete report and Java files
- a hard copy of the report including code snippets with detailed explanation
- The body of the report should include the following:

I. Introduction and Objectives
Write a short description of the program and its objectives

II. Review of Existing Systems
- Include a brief explanation of at least two existing systems and the solutions that they are offering.

III. UML and Screen Design
- Include all the diagrams with a brief description of each diagram
- Display the screenshot of each form
- Label the different objects of each form
- Give a brief description of each form

IV. Implementation
- Identify important code snippets for discussion in each form

V. Testing
- Write at least 2 test cases for each form

VI. Critical Analysis
- Write a detailed review of the things that you have learned and accomplished in the assignment. Include also the things that you did not do due to some constraints.

Demonstration Periods
You have to agree with your tutor on an interview date to discuss your assignment. The date should be at least a week before the submission deadline. This may be supported by the draft documentation of work carried out to date. In this interview you need to address design considerations on the basic functionalities of the assignment. At this stage you are expected to have a clear idea about aspects of your implementation.

The second stage will involve a demonstration of your implementation. You can change the codes based on the feedback coming from your tutor but the marks for the demonstration will be final.

A. To obtain a mark of 70 -100%, your work should:
- Fulfill all the criteria for B (below). The system should therefore fully implement the Bus Ticket Management System scenario.
- Calculate the total amount to be paid by a particular customer.
- be a three-tier system implementing
o a Graphical User Interface
o Persistence, either to a file or database system. If you persist to a database you need to comment on the sample data in the application and insert it in your database prior to running the code.

Reference no: EM131473119

Questions Cloud

What would happen to the firm wacc : (a) What would happen to the firm's WACC? (b) What would happen to the required return on the company's stock?
Hefstedes theory of cultural dimensions : Describe your cultural background in light of Hefstede’s theory of cultural dimensions.
What is an advantage of using multiple-step income statement : What is an advantage of using the multiple-step income statement? What is the implied annual interest rate inherent in the credit terms?
How should the court rule on cvrs claim and why : Cory Van Rijn, Inc., (CVR) copyrighted various humanized raisin characters that it had developed. The California Raisin Advisory Board then developed Claymatic.
Implement in java a bus ticket management system : You must design and implement in Java a Bus Ticket Management System corresponding to the scenario - System Development for Business Processes
Economic development to international marketing : Discuss the significance of economic development to international marketing.
What test do courts apply in resolving issues of this types : Iowa Pedigree (IP) wanted to develop software for use in its business of assisting dog breeders and brokers in complying with American Kennel Club licensing.
Comparing the communication strategies of the facebook pages : Comparison Report.
What is mike november bonds current yield : The bonds have 9 years to maturity, and the market rate of interest is 6.6%. Assume a par value of $1000. What is Mike November's bonds "current yield?"

Reviews

len1473119

4/25/2017 2:32:16 AM

Marking Scheme Part 1 (To be assessed at the end of week #7) Tasks Weight Design Documentation Introduction and Objectives 5% Review of Existing Systems 5% Use Case Diagram 5% Class Diagram 5% Sequence Diagram 5% Collaboration Diagram 5% Sub total 30% Part 2 (To be assessed during week #13) Tasks Weight Coding & Development Quality of Documentation(For the proper page numbering, table of contents, list of figures, proper citations and references) 5% Screen Designs and Story board 5% Main Menu Design and User Login ..... 5% Add, Delete and Update a Bus Company Cashier with Personal Details 5% Add, Delete and Update Bus Item Details 5% Search for a Bus Item 5% Simulate a Bus Ticket Management system event 10% Uses Vector or Database 5% Testing 10% Critical Analysis 5 % Demonstrates the proper functions of the program and correctly answers all the questions. 10% Subtotal 70% Total Marks (Part 1 & Part 2) 100%

len1473119

4/25/2017 2:30:10 AM

Note that it's not necessary to complete all aspects of GUI and persistence to obtain the highest mark but the more that is implemented, the higher the mark. Successfully persisting to a database will obtain higher marks than persisting to a file. • completely document the implemented system using appropriate UML diagrams • demonstrate a considerable depth of understanding in both the implementation and documentation

len1473119

4/25/2017 2:29:42 AM

• Fulfill all the criteria for B (below). The system should therefore fully implement the Bus Ticket Management System scenario. • Calculate the total amount to be paid by a particular customer. • be a three-tier system implementing o a Graphical User Interface o Persistence, either to a file or database system. If you persist to a database you need to comment on the sample data in the application and insert it in your database prior to running the code.

len1473119

4/25/2017 2:29:23 AM

Assignments must be submitted by the due date. The only circumstance in which assignments can be submitted late is if an extenuating circumstances form is submitted at the same time. In these circumstances work may be submitted up to 2 weeks late only. If the extenuating circumstances are upheld, the assignment will be graded; otherwise a 0 will be awarded.

len1473119

4/25/2017 2:29:00 AM

You should hand in one copy of your assignment/project by the time and date mentioned above to the appropriate 'hand-in location' at the Gulf College. Fill in the front cover (staple together with your assignment). MAKE SURE that you fill in all the relevant details on this form. An acknowledgement will be given to you upon receiving your assignment. This is your receipt, keep it. You can submit work by post, but you must send also a recorded delivery. It must be postmarked within two days before the deadline date and a copy must be kept by you in case it is lost in the post. Faxed assignments will not be accepted.

Write a Review

Computer Engineering Questions & Answers

  Write a prolog predicate print state

Write a Prolog predicate print state(X) which will print a state X to the terminal using an asterisk to represent a markable cell and a space to represent a gap between runs of markable cells.

  Guassian function and digital transmission technique

Prove the following properties of Gaussian function:Explain four benefit and one de-merits of utilizing the digital (rather than the analog) techniques for transmission of the voice-telephone signals.

  Describe the function and purpose of each component

describe how the components are related to each other. For example, does the component you are describing depend on another to operate? Is it connected to the network physically or wirelessly.

  Demonstration of a gui program with radio buttons

demonstration of a gui program with radio buttons checkboxes and a numeric updown.create a gui program that a person

  Calculate the differential input impedance

Calculate the differential input impedance - Calculate CMRR when the internal resistance of the current source is set to REE?

  Compute and conclude the speedup for options

Compute and conclude the speedup for options and decide the option Processor Y should take.

  What represent the length and width of a room in feet

build a Java class that declares variables to represent the length and width of a room in feet. Assign appropriate values to the variables. calculate and display the floor spae of th eroom in square feet (area = length * width). Display explnatory ..

  Place the following terms into the logical sequence

Place the following terms into a logical sequence. Tell why you chose this sequence.(Note: Present your reordered terms in your suggested sequence. Do not use numbers or other methods to indicate the changed sequence.)

  Does case or object-oriented design techniques used

consider the alternatives that were considered during the design stage of the project. What were the considerations in choosing the best alternative strategy.

  How many bits are needed for the pointer?

take a fixed partitioning scheme with equal-size partitions of 2^16 bytes and a total main memory size of 2^24 bytes. A process table is maintained that includes a pointer to a partition for each resident process.

  Download an image from the online companion web site

Download an image from the Online Companion Web site or find out an image of your own. Add text around the image. Experiment with the float property and its values to view the way that the text wraps.

  Tennessee high school is organizing an alumni meeting and

tennessee high school is organizing an alumni meeting and is inviting the students of class of 1992-1993. an automated

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd