Livoa LogoLivoa
<<entities>>


Passenger

- passengerID: int {key}

- name: string

- email: string


+ searchFlight (destination): string

+ bookFlight(date): string

<<entities>>


Flight

- flightID: string

- destinationTime: time

- destination: string


+ checkAvailability(Date): boolean

<<Interface>>


Booking

+ field1: Type

+ field2: Type


+ method1(Type): Type

+ cancelBooking(): Type

<<Interface>>


Interface

+ field1: Type

+ field2: Type


+ method1(Type): Type

+ method2(Type, Type): Type

Kp

by kp

0
0 uses