Rail Way Ticket Reservation

Object Oriented Systems Analysis and Design (OOSAD) 15. 3. 3 OOA of Railway Ticket Reservation System Assume that domain analysis is complete and DAD is ready for reference. The analyst also has a fair knowledge of the system and the system environment. For the sake of convenience and to reduce complexity at this stage in OOA, we are ignoring certain conditions, constraints and features that the real system may have. For example, we are not considering cancellation of tickets as a requirement. We assume all passengers irrespective of their type (senior citizen, military personnel, special category passengers etc. are the same, and therefore are charged with the same fare. We begin with the statement of requirement of the system. u System Requirement l The passenger has a prior knowledge of the reservation and ticketing system. The passenger arrives at the railway ticket counter and interacts with the counter clerk first through an enquiry and then follows the process of form filling, tendering, payment and collecting the tickets. l Passenger accepts the ticket or leaves the counter.
l Passenger seeks information on fare, train timings and availability of tickets. Passenger can have single ticket or multiple tickets. l Journey begins on a day and will be over with one break in between. l Passenger is identified by name, age, sex and address. l Trains are identified by name and number. l No receipt is issued for money transacted. l Output of the system is ticket(s) with details. l The process is triggered through a form filled by the passenger detailing the requirements of tickets, train, date, etc. l A form is used for each train. If the journey requires use of multiple trains, separate forms are used for each train. Identify the Actors The actors in the system are the passenger, the counter clerk and the reservation system consisting of form processing, reservation, fare computation, ticket processing, ticket printing, collection of fare amount and posting as sub-systems. The passenger is a passive user–actor who initiates the process and obtains the ticket(s), a goal of measurable value. The counter clerk is an active user–actor, who triggers the system and has the role of issuing the tickets with the responsibility of collecting the correct fare amount from the passenger, which is a measurable value.
Predesigned and deployed ticket reservation system at the back end is a system actor–user to ensure that ticket processing is done correctly and different system statuses are updated on issuing of tickets. This actor has an active role and responsibility at the back end. u Develop Business Process Model – Reservation and Issue of Tickets Based on the system observation by the analyst, a high-level activity diagram is drawn modeling the process of reservation and issue of tickets to the passenger. The activity diagram brings everybody concerned with the system on the ground to a common understanding of the system as it functions.

Object Oriented Analysis (OOA) +D=FJAH# “”‘ We use this activity diagram of the process to develop use cases, which together achieves the goal of issuing the ticket. Fig. 15. 3 Activity Diagram of Reservation and Issue of Tickets Passenger Comes to the Counter Collects the Reservation Form ; Writes Details Clerk Enters Form Details on the Screen Triggers Ticket Printing Process Submits form to the Counter Clerk Validates, Verifies Availability Not OK OK Triggers Fare Process, Arrives at the Fare Amount Prints the Tickets Form Modified Not OK
OK Issues Tickets *We do not see this as possibility in real world. Passenger may walk out of the system Collects Fare Amount Not OK * Confirms OK with the Passenger Triggers Update Process Attends To Next Passenger u Identify and Develop Use Cases In the ticket reservation systems, users are the passenger, the counter clerk and the Reservation and Ticketing System (R;T System). Take each user and identify the roles played, which would lead us to identify the roles played, which, in turn, would lead us to an identification of use case. Table 15. shows the result of the process of identifying the use cases. The system has three users, eight roles and eleven use cases. To illustrate the process of identifying the use cases, let us take the passenger (a user of the system). A passenger as a user may play one or more of three roles. The roles are 1. Enquiring about the availability of tickets on particular dates to a destination and the fare per ticket. The role is enquiring. 2=HJ111 “# Object Oriented Systems Analysis and Design (OOSAD) Table 15. 1 Users? Roles? Use Cases. User l Role l l l
Use case l l l l l l l l l Passenger Enquiry Reservation and ticketing Cancellation Form data entry Requisition processor Ticket processor Data manager System server Enquire ticket availability and other details. Reserve seats and berths, tickets Cancel tickets Enter Reservation Requisition Form Process requisition for booking Process ticket to print Submits ticket data for updation Process reservation data, process ticketing process cancellation Update the status by date, train, etc. l Counter clerk l l l l l Reservation and ticketing system l 2.
Reserving the ticket(s) on a particular train on particular date for a destination by requisitioning through a reservation form The role is reserving and booking tickets. 3. Cancelling the tickets after issuing and payment The role is cancelling. As explained in the case of passenger, the roles are use cases. Similarly, one can probe into the roles and use cases for counter clerk and reservation and ticketing system. u Draw Interaction Diagrams Interaction diagrams are used to show the interactions between user/actor and the system. Use case is a scenario that develops through interaction.
Let us model different scenarios through interaction diagrams: Use Case: enquiring on ticket availability 1. Passenger submits information about the date and train, and requirement of tickets to the counter clerk 2. Clerk checks the availability of tickets on the date and train. 3. Communicates the availability status to the passenger. 4. If OK, the passenger proceeds to book the ticket through a requisition form. 5. If not OK, the passenger changes the date or train and requests availability. 6. Steps 2 to 4 are repeated. Figure 15. 4 shows the steps in the activity diagrams of use case enquiry to issue of Tickets. Object Oriented Analysis (OOA) +D=FJAH# “# Fig. 15. 4 Enquiry to Issue of Tickets Passenger Tells Date Train and Tickets Data Entered into R;T System Not Available Puts New Date and Train R;T Checks Availability Passenger Exits Available Fills Requisition Form R;T Processes the Form Prints Tickets Tickets Issued and Fare Amount Collected Let us draw use case scenarios in use case diagrams for actor passenger. Use Case enquiry: Fig 15. 5. Here use case goal is to convey the ticket availability status to the passenger on the requested date and train.
If the status is ‘available’, the passenger proceeds to book the ticket or may leave the counter. If the status is ‘not available’, the passenger may leave the counter or seek availability for a new date or new train. l 2=HJ111 “# Object Oriented Systems Analysis and Design (OOSAD) Fig. 15. 5 Use Case Enquiry Enquiries on Availability Enters Requested Data in R&T System Passenger Uses R&T System to Check Reservation Counter Clerk Informs the Status on Availability l Use Case: reservation and ticketing: Fig. 15. 6. Writes Reservation Requisition Form & Submits
Fig. 15. 6 Use Case: Reservation and Ticketing Passenger Form Data Entered Form Processed for Reservation & Ticketing Triggers Ticket Printing Collects Fare Amount and Issues Ticket Uses R&T System Uses Uses Reservation Counter Clerk Updates R&T Ticket Status Steps involved in this use case are: 1. Passenger writes reservation requisition form. 2. Submits to the counter clerk. 3. Counter clerk calls ‘Form’ screen. 4. Counter clerk enters form data. 5. Triggers R and T processing. 6. On OK processing, triggers ticket printing. 7. Issues ticket to passenger. . Update the system status. So far we have completed two of the most common and frequently used use cases, i. e. enquiry and reservation and ticketing. The following use cases can be modeled on similar lines. l Cancellation l Process reservation data Object Oriented Analysis (OOA) l l +D=FJAH# “#! Form data entry l Process ticketing Form processing l Process cancellation l Ticket printing l Status updation When the analyst has completed all use cases in the system, s/he has described and modeled the requirement of reservation and ticketing system.
It is possible that in first go s/he may not be able to identify actors and hence use cases. But s/ he will come across their presence in the modeling exercise, and will then go back and analyse further to introduce more actors and use cases. OOA is an intuitive process. Use case–driven OOA up till now has given us broad system requirements in terms of use cases. The OOA model using use cases is to be packaged to model the system. Figure 15. 7 shows the packaging of use cases considered in the R and T system.
Fig. 15. 7 R and T System Packaging R;T System Enquiry Ticketing Ticket Availability Processing and Printing Reservation Uses Uses Cancellation Reserving Seats Cancellation and Refund Process Realise that though there are eleven use cases, we have grouped them under four major use case groups, namely l Enquiry l Ticketing l Reservation l Cancellation The remaining use cases are sub-use cases, or, in other words, these four use cases are further decomposed to bring clarity to main use case scenario.
How many case scenarios are necessary to represent the system and then to spell out the requirement? There are no set rules or guidelines on this point. More use cases may not necessarily bring better understanding or more clarity. A lot depends on users’ and developers’ level of comfort. What is definitely required is a use case for each major scenario: that is, for enquiry, reservation, ticketing and cancellation. Use cases for different scenarios arising out of smaller input variations need not be modeled.
For example, cancellation could be part of a journey, 2=HJ111 “#” Object Oriented Systems Analysis and Design (OOSAD) reduced number of tickets and so on. Amongst five recommended processes of analysis, use case–driven analysis for ascertaining system requirement is considered best as it considers users’ perspective of the system. When the system is modeled into different case scenarios it not only goes down to the level of function and features, but also reveals relationships and behaviours amongst different system components.
Each use case scenario is an instance in the system that has clarity regarding goals and how they are to be achieved. The system can be decomposed from major use case at higher level going down to lowest level. This means that lower level use case scenarios together build the major scenario. In use case–driven analysis, so far we have only understood in addition to domain knowledge. l System scope (enquiry, reservation, ticketing and cancellation) l System players (users, actors) l Major functions and processes based as use case scenarios. Some idea on packaging system components for deployment. l System requirements at functional and process level. In short, so far in OOA, we have reached to some extent a situation in which the requirement analysis made so far can be put into a formal RDD document. We still have not reached the specifications level. This is possible when we go further, identifying classes, their relationship, attributes and methods. Use case–driven analysis, displayed in use case models, is a basis for moving into the step of identifying classes and designing classes.

Calculate the price
Make an order in advance and get the best price
Pages (550 words)
$0.00
*Price with a welcome 15% discount applied.
Pro tip: If you want to save more money and pay the lowest price, you need to set a more extended deadline.
We know how difficult it is to be a student these days. That's why our prices are one of the most affordable on the market, and there are no hidden fees.

Instead, we offer bonuses, discounts, and free services to make your experience outstanding.
How it works
Receive a 100% original paper that will pass Turnitin from a top essay writing service
step 1
Upload your instructions
Fill out the order form and provide paper details. You can even attach screenshots or add additional instructions later. If something is not clear or missing, the writer will contact you for clarification.
Pro service tips
How to get the most out of your experience with MyhomeworkGeeks
One writer throughout the entire course
If you like the writer, you can hire them again. Just copy & paste their ID on the order form ("Preferred Writer's ID" field). This way, your vocabulary will be uniform, and the writer will be aware of your needs.
The same paper from different writers
You can order essay or any other work from two different writers to choose the best one or give another version to a friend. This can be done through the add-on "Same paper from another writer."
Copy of sources used by the writer
Our college essay writers work with ScienceDirect and other databases. They can send you articles or materials used in PDF or through screenshots. Just tick the "Copy of sources" field on the order form.
Testimonials
See why 20k+ students have chosen us as their sole writing assistance provider
Check out the latest reviews and opinions submitted by real customers worldwide and make an informed decision.
Nursing
I just need some minor alterations. Thanks.
Customer 452547, February 10th, 2021
Business and administrative studies
Thank you
Customer 452773, March 19th, 2023
Business and administrative studies
Perfect
Customer 452773, February 23rd, 2023
Business and administrative studies
Excellent job
Customer 452773, March 17th, 2023
Philosophy
Thank you
Customer 452811, February 17th, 2024
Criminal Justice
The paper was not accused of plagiarism and was written very well. I will let you know the grade once it is graded. Thank you
Customer 452671, April 26th, 2021
LEADERSHIP
excellent job
Customer 452773, August 12th, 2023
Business and administrative studies
Thank you for your hard work and effort. Made a 96 out of 125 points Lacked information from the rubic
Customer 452773, October 27th, 2023
ACC543MANAGERIALACCOUNTINGANDLEGALASPECTS
excellent
Customer 452773, January 25th, 2024
fin571
EXCELLEN T
Customer 452773, March 21st, 2024
business
Thank you for your hard work and help.
Customer 452773, February 13th, 2023
Human Resources Management (HRM)
excellent, great job
Customer 452773, June 19th, 2023
11,595
Customer reviews in total
96%
Current satisfaction rate
3 pages
Average paper length
37%
Customers referred by a friend
OUR GIFT TO YOU
15% OFF your first order
Use a coupon FIRST15 and enjoy expert help with any task at the most affordable price.
Claim my 15% OFF Order in Chat
Close

Sometimes it is hard to do all the work on your own

Let us help you get a good grade on your paper. Get professional help and free up your time for more important courses. Let us handle your;

  • Dissertations and Thesis
  • Essays
  • All Assignments

  • Research papers
  • Terms Papers
  • Online Classes
Live ChatWhatsApp