Entity Notations Group 5 Guðlaugur Herason Kim Pilgaard Christensen Allan Madsen Mads Dørup.

Slides:



Advertisements
Similar presentations
Database Design Lessons 2 & 3 Database Models, Entities, Relationships.
Advertisements

1 Case Study: Purchase Ticket. 2 Purchase Ticket by Check Use case Actor: Customer (initiator), clerk Purpose: Reserve seats on an airplane and capture.
Copyright © DigitalSports. All Rights Reserved. How To Access Schedules and Events from Your School’s DigitalSports Site.
Information System Analysis
VR-59 DTS TRAINING The Mighty Clipper. Objectives for DTS Basics  Concept of DTS  Learn how to edit DTS profiles  Update GOVCC information and address.
Travel Itinerary: [Client Name Here]. [Client Name] Travel Itinerary Agenda  Departure flight  Car rental  Hotel and lodging  Return flight  Insurance.
SEG Travel Corporation, Confidential and Proprietary 1 Site Demo.
Enjoy Europe Travel by Train! How to book the Buddhist Train?
SSD Examples. Example 1 Actor ActionSystem Response 1.The Sales Person enters customer Details (name, address, phoneNo, customerId) 2. System saves customer.
1 GetThere User Training Booking & Managing Online Travel.
Enter application number Enter password Enter characters as shown in the box Click on Login button.
Specification of IT Systems - Group 5 Part IV – Behavior Notations Specification of IT-systems Hand-in 4 Part IV: Behavior Notations Group 5 Guðlaugur.
Function Notations Group 5 Guðlaugur Herason Kim Pilgaard Christensen Allan Madsen Mads Dørup.
Hotel Procedures.
Spreadsheets in Finance and Forecasting Project Session 3b(ii) Data Flow Diagrams.
Hyde Park Travel Presents Barcelona Marathon March 4th, 2007 Have you ever considered running a Marathon in Europe? Now is your chance ! Join us for the.
Database – Part 2a Dr. V.T. Raja Oregon State University.
Portman Online Rail User Guide The booking tool is compatible with internet Explorer 8 or higher
Booking Process – R2 : 12 March 2015
Belleza Geraldine E. Cabudoc Wilgiec A. Piacca Rowena C. Salcedo Arscelyn R. Zapata Mark Joseph I.
SABAL SHRESTHA SHERIF HALAWA SHAMA KHADPEKAR JIANWEI LAI SI TRAN GROUP A Tri-Airport Shuttle System.
Enjoy Europe Travel by Train! How to book a Great Southern Rail product in 10 steps ?
Enjoy Europe Travel by Train! How to book a VIARail ticket in 11 steps?
Enjoy Europe Travel by Train! How to book a KORAIL in 13 steps ?
ADMINISTRATION REVISION – BLOCK 8 TRAVEL. WHO NEEDS TO TRAVEL ON BUSINESS? The Managing Director- to visit other branches of the firm The Sales Representatives-
WHY DO WE NEED IMPROVED MOBILITY TECHNOLOGY? OBSERVATIONS FROM OUR TRIP Michael Boninger, Rachel Cowan & others.
Enjoy Europe Travel by Train! How to book Swiss Packages in 12 steps ?
Travel Itinerary: [Client Name Here]. [Client Name] Travel Itinerary Agenda  Departure flight  Car rental  Hotel and lodging  Return flight.
Basic User Guide to Outlook. Info: Manage account settings, create automatic replies to s, clean up your mailbox, and create Rules and Alerts Print:
Train timetables Time real life problems – Year 4/5.
Enjoy Europe Travel by Train! How to book a Rocky Mountaineer product ?
1 A Student Guide to Object- Oriented Development Chapter 6 Identifying Functionality.
Normalization Exercise. First Normal Form Second Normal Form.
Improving the world through engineeringhttp://nearyou.imeche.orgImproving the world through engineering 1 Near You enhancements 2014 Kevin Manning.
South African Travel Products and Operations. Learning Unit 1: The Booking File Session to complete module: 1-3 Current session: 2-3 Date: 26/02/2013.
CSC 216/002 Lecture 2. UML Class Diagrams  What are the little numbers for on the edges leading from the box representing a class?
Online Parking System.
Scenario A scenario is a sequence of steps describing an interaction between a user and a system. Use case is a set of scenarios tied together by a common.
Business Case Scenario XYZ Airlines is an up and coming airline in Asia which has been steadily growing these past few years. Currently, the ticket sales.
SMS Based Ticket Reservation Application. IRCTC Mobile reservation System Booking a Ticket TBOOK NDLS,ALD, 28,03,2013, 12418,SL, GJVAR, varun,23,m, ezaz,23,m,
Computer Information Technology. I need you to submit your project electronically to the Hancock website. Before you can submit your project you will.
Internet Technologies 2 Changing the Home Page Finding Travel Information.
Welcome to Money-on-Mobile Rail Ticket Booking Service momrail.com.
Is it easier to travel Nowadays? Air travelling Form 9.
THE BOARD’S JOURNEY By: Erin Davis Inspired by: The random paper on table.
For an appointment contact us on:  
Binghamton University Dual Diploma Shipping Steps 1.Student requests materials that need to be shipped 2.Dual Diploma will create a user id so that Student.
Data Flow Diagrams Level 1 and Level 0 System Design.
In the underground-ground Under ground there are trains, In the trains – trains There are people – people People travel somewhere, Where they work, Where.
PACFaH Expenditure Approval and Documentation Salisu Musa CHR.
Online Railway Reservation System
 EVA Air Corporation is a Taiwanese international airline, operating passengers and dedicated cargo services to over 40 international destinations in.
New Customer Name & Passport Requirements Effective 05 October 2016
Automated Trip Approval
Stream Agent Training March 2014.
e-ticket collection guide for french services
Exercise 1 Draw a UML class diagram that represents a travel agency's ticketing information. In this diagram, you should represent the concept of a person,
Amadeus Queue Manager Amadeus Business Management Platform
Welcome to the library reservation system!
User Guide Portman Livewire
Flight Ticket Booking Process.
Part 11 Q51 to Q55 of National 5 Prelim
Logic Modeling Logic and timing are not represented on data flow diagrams or entity-relationship diagrams Processes contain logic - what happens under.
Arrivals09:41 Please do not leave your baggage unattended.
Call Us- +1(800) Airlines Customer Service Number.
Portman Online Rail Training Tutorial
Welcome To Allegiant Air. Allegiant Air Reservations Process Every passenger wants to travel but they restrict themselves due to high fare charges. And.
Welcome To Lufthansa. Make Your Trip a Wonderful Experience, Book Your Trip on Lufthansa Airlines Lufthansa Airlines is a name that is known for amazing.
Presentation transcript:

Entity Notations Group 5 Guðlaugur Herason Kim Pilgaard Christensen Allan Madsen Mads Dørup

Entity Relationship Diagram

Dictionary Departure (d: Departure station, t: Train). Entity type. t leaves d. Departure station (c: Customer). Relationship name. The train station(s) where c must get on a train. Arrival station (c: Customer). Relationship name. The train station(s) where c must leave a train. Regular station (c: Customer). Relationship name. The train station(s) where c must stay on the train to complete the itinerary as planned. Itinerary. Entity type. A list of train routes which takes a customer from the selected departure station to the selected arrival station. Ticket. Entity type. The right to travel by train(s) between two stations expressed as an identifying piece of paper. Ticket-ID (ticket t). Identifier. A unique number associated with t. Self-Print Ticket. Entity type. A ticket printed by the customers in their own homes. Reservation (i: itinerary, c: Customer). Event name. reserved ticket(i, t) becomes true. Reserved ticket (i: itinerary, c: Customer). Entity name. c has the right to buy a ticket corresponding to i. Buying (i: itinerary, p: payment). Event name. Customer c is created, bought ticket(i, c, p) becomes true. bought ticket (i: itinerary, t: traveler, p: payment) Entity name. t has the right to travel corresponding to i and p.completed = true. Ticket controller. entity type. Person hired by DSB to confirm that everyone on the train has valid tickets. Customer. Entity type. * Person who has reserved a ticket * Person who has bought a ticket Passenger list. Entity type. A list of valid ticket-holders, their seat-numbers and their ticket IDs. Reminder (t: Ticket). Entity type. An sent to the address specified when t was bought. The is sent 1 day prior to the departure time of t.itinerary. Alert sms (t: Ticket, d: Departure). Entity type. A sms sent to the cell-phone number specified when t was bought whenever d is delayed. Order confirmation (p: Payment) Entity type. An order confirmation sent by to the specified when p.completed = true.