Portfolio Code | Clement Colmerauer
Repositories
Site
Software engineering : Airport library
Code
Commits
Branches
Tags
Search
Tree:
12cfefd
Branches
Tags
master
Software engineering : Airport library
DevDoc
index-all.html
Initial commit
ClementColmerauer
commited
12cfefd
at 2024-10-20 09:50:50
index-all.html
Blame
History
Raw
<!DOCTYPE HTML> <!-- NewPage --> <html lang="fr"> <head> <!-- Generated by javadoc --> <title>Index (TP4 API)</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style"> <link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style"> <script type="text/javascript" src="script.js"></script> <script type="text/javascript" src="jquery/jszip/dist/jszip.min.js"></script> <script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils.min.js"></script> <!--[if IE]> <script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> <![endif]--> <script type="text/javascript" src="jquery/jquery-3.6.1.min.js"></script> <script type="text/javascript" src="jquery/jquery-ui.min.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Index (TP4 API)"; } } catch(err) { } //--> var pathtoroot = "./"; var useModuleDirectories = true; loadScripts(document, 'script');</script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <header role="banner"> <nav role="navigation"> <div class="fixedNav"> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a id="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a id="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="index.html">Overview</a></li> <li>Package</li> <li>Class</li> <li><a href="overview-tree.html">Tree</a></li> <li><a href="deprecated-list.html">Deprecated</a></li> <li class="navBarCell1Rev">Index</li> <li><a href="help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList" id="allclasses_navbar_top"> <li><a href="allclasses.html">All Classes</a></li> </ul> <ul class="navListSearch"> <li><label for="search">SEARCH:</label> <input type="text" id="search" value="search" disabled="disabled"> <input type="reset" id="reset" value="reset" disabled="disabled"> </li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> </div> <a id="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> </div> <div class="navPadding"> </div> <script type="text/javascript"><!-- $('.navPadding').css('padding-top', $('.fixedNav').css("height")); //--> </script> </nav> </header> <main role="main"> <div class="contentContainer"><a href="#I:A">A</a> <a href="#I:B">B</a> <a href="#I:C">C</a> <a href="#I:D">D</a> <a href="#I:E">E</a> <a href="#I:F">F</a> <a href="#I:G">G</a> <a href="#I:H">H</a> <a href="#I:I">I</a> <a href="#I:J">J</a> <a href="#I:L">L</a> <a href="#I:M">M</a> <a href="#I:N">N</a> <a href="#I:O">O</a> <a href="#I:P">P</a> <a href="#I:R">R</a> <a href="#I:S">S</a> <a href="#I:T">T</a> <a href="#I:U">U</a> <a href="#I:V">V</a> <br><a href="allclasses-index.html">All Classes</a> <a href="allpackages-index.html">All Packages</a><a id="I:A"> <!-- --> </a> <h2 class="title">A</h2> <dl> <dt><span class="memberNameLink"><a href="com/uca/flights/CitiesAndAirportsRegistry.html#add(com.uca.flights.Airport)">add(Airport)</a></span> - Static method in class com.uca.flights.<a href="com/uca/flights/CitiesAndAirportsRegistry.html" title="class in com.uca.flights">CitiesAndAirportsRegistry</a></dt> <dd> <div class="block">Add an airport to the airport registry</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/CitiesAndAirportsRegistry.html#add(com.uca.flights.City)">add(City)</a></span> - Static method in class com.uca.flights.<a href="com/uca/flights/CitiesAndAirportsRegistry.html" title="class in com.uca.flights">CitiesAndAirportsRegistry</a></dt> <dd> <div class="block">Add a city to the city registry</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/City.html#addAirport(com.uca.flights.Airport)">addAirport(Airport)</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/City.html" title="class in com.uca.flights">City</a></dt> <dd> <div class="block">Add a airport to the city set of airport</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Flight.html#addBooking(com.uca.bookings.Booking)">addBooking(Booking)</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Flight.html" title="class in com.uca.flights">Flight</a></dt> <dd> <div class="block">Add a booking to the flight</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Airport.html#addCity(com.uca.flights.City)">addCity(City)</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Airport.html" title="class in com.uca.flights">Airport</a></dt> <dd> <div class="block">Add a city to the airport list of served city</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/Passenger.html#addFidelityPoint(int)">addFidelityPoint(int)</a></span> - Method in class com.uca.bookings.<a href="com/uca/bookings/Passenger.html" title="class in com.uca.bookings">Passenger</a></dt> <dd> <div class="block">Add a specific amout to the passenger fidelity points</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Company.html#addFlight(java.time.ZonedDateTime,com.uca.flights.Trip)">addFlight(ZonedDateTime, Trip)</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Company.html" title="class in com.uca.flights">Company</a></dt> <dd> <div class="block">Create and add a flight</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Company.html#addFlight(java.time.ZonedDateTime,com.uca.flights.TripBuilder)">addFlight(ZonedDateTime, TripBuilder)</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Company.html" title="class in com.uca.flights">Company</a></dt> <dd> <div class="block">Create and add a flight</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Company.html#addRegularFlight(java.time.ZonedDateTime,int)">addRegularFlight(ZonedDateTime, int)</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Company.html" title="class in com.uca.flights">Company</a></dt> <dd> <div class="block">Create and add a regular flight from the registry</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Company.html#addRegulars(java.util.ArrayList)">addRegulars(ArrayList<Trip>)</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Company.html" title="class in com.uca.flights">Company</a></dt> <dd> <div class="block">Add several regular trip</div> </dd> <dt><a href="com/uca/flights/Airport.html" title="class in com.uca.flights"><span class="typeNameLink">Airport</span></a> - Class in <a href="com/uca/flights/package-summary.html">com.uca.flights</a></dt> <dd> <div class="block">Represent an airport</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Airport.html#%3Cinit%3E(com.uca.flights.City,com.uca.flights.AirportId,java.lang.String)">Airport(City, AirportId, String)</a></span> - Constructor for class com.uca.flights.<a href="com/uca/flights/Airport.html" title="class in com.uca.flights">Airport</a></dt> <dd> <div class="block">Constructor</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Airport.html#%3Cinit%3E(com.uca.flights.City,java.lang.String,java.lang.String)">Airport(City, String, String)</a></span> - Constructor for class com.uca.flights.<a href="com/uca/flights/Airport.html" title="class in com.uca.flights">Airport</a></dt> <dd> <div class="block">Constructor</div> </dd> <dt><a href="com/uca/flights/AirportId.html" title="class in com.uca.flights"><span class="typeNameLink">AirportId</span></a> - Class in <a href="com/uca/flights/package-summary.html">com.uca.flights</a></dt> <dd> <div class="block">Represent an airport identifier, a 3 letter code</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/AirportId.html#%3Cinit%3E(java.lang.String)">AirportId(String)</a></span> - Constructor for class com.uca.flights.<a href="com/uca/flights/AirportId.html" title="class in com.uca.flights">AirportId</a></dt> <dd> <div class="block">Constructor</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/CitiesAndAirportsRegistry.html#airports()">airports()</a></span> - Static method in class com.uca.flights.<a href="com/uca/flights/CitiesAndAirportsRegistry.html" title="class in com.uca.flights">CitiesAndAirportsRegistry</a></dt> <dd> <div class="block">Get a collection of airportId</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/TripBuilder.html#append(com.uca.flights.Airport,java.time.Duration)">append(Airport, Duration)</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/TripBuilder.html" title="class in com.uca.flights">TripBuilder</a></dt> <dd> <div class="block">Add a step to the trip builder</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/TripBuilder.html#append(com.uca.flights.Jump)">append(Jump)</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/TripBuilder.html" title="class in com.uca.flights">TripBuilder</a></dt> <dd> <div class="block">Add a jump to the trip builder</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/TripBuilder.html#append(com.uca.flights.Step)">append(Step)</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/TripBuilder.html" title="class in com.uca.flights">TripBuilder</a></dt> <dd> <div class="block">Add a step to the trip builder</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/TripBuilder.html#append(com.uca.flights.Trip)">append(Trip)</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/TripBuilder.html" title="class in com.uca.flights">TripBuilder</a></dt> <dd> <div class="block">Add a trip to the trip builder</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/TripBuilder.html#append(com.uca.flights.TripBuilder)">append(TripBuilder)</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/TripBuilder.html" title="class in com.uca.flights">TripBuilder</a></dt> <dd> <div class="block">Concatenate the two tripbilder</div> </dd> </dl> <a id="I:B"> <!-- --> </a> <h2 class="title">B</h2> <dl> <dt><a href="com/uca/bookings/Booking.html" title="class in com.uca.bookings"><span class="typeNameLink">Booking</span></a> - Class in <a href="com/uca/bookings/package-summary.html">com.uca.bookings</a></dt> <dd> <div class="block">Represent a flight booking</div> </dd> <dt><a href="com/uca/bookings/BookingState.html" title="enum in com.uca.bookings"><span class="typeNameLink">BookingState</span></a> - Enum in <a href="com/uca/bookings/package-summary.html">com.uca.bookings</a></dt> <dd> <div class="block">Implement different state of a booking</div> </dd> </dl> <a id="I:C"> <!-- --> </a> <h2 class="title">C</h2> <dl> <dt><span class="memberNameLink"><a href="com/uca/bookings/State.html#cancel(com.uca.bookings.Booking)">cancel(Booking)</a></span> - Method in interface com.uca.bookings.<a href="com/uca/bookings/State.html" title="interface in com.uca.bookings">State</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/BookingState.html#CANCELED">CANCELED</a></span> - com.uca.bookings.<a href="com/uca/bookings/BookingState.html" title="enum in com.uca.bookings">BookingState</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/PaymentMethod.html#charge(org.joda.money.Money)">charge(Money)</a></span> - Method in interface com.uca.bookings.<a href="com/uca/bookings/PaymentMethod.html" title="interface in com.uca.bookings">PaymentMethod</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/CitiesAndAirportsRegistry.html#cities()">cities()</a></span> - Static method in class com.uca.flights.<a href="com/uca/flights/CitiesAndAirportsRegistry.html" title="class in com.uca.flights">CitiesAndAirportsRegistry</a></dt> <dd> <div class="block">Get a collection of cityId</div> </dd> <dt><a href="com/uca/flights/CitiesAndAirportsRegistry.html" title="class in com.uca.flights"><span class="typeNameLink">CitiesAndAirportsRegistry</span></a> - Class in <a href="com/uca/flights/package-summary.html">com.uca.flights</a></dt> <dd> <div class="block">Represent an registry to store city and airports, singleton</div> </dd> <dt><a href="com/uca/flights/City.html" title="class in com.uca.flights"><span class="typeNameLink">City</span></a> - Class in <a href="com/uca/flights/package-summary.html">com.uca.flights</a></dt> <dd> <div class="block">Represent an city</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/City.html#%3Cinit%3E(com.uca.flights.CityId,java.lang.String)">City(CityId, String)</a></span> - Constructor for class com.uca.flights.<a href="com/uca/flights/City.html" title="class in com.uca.flights">City</a></dt> <dd> <div class="block">Constructor</div> </dd> <dt><a href="com/uca/flights/CityId.html" title="class in com.uca.flights"><span class="typeNameLink">CityId</span></a> - Class in <a href="com/uca/flights/package-summary.html">com.uca.flights</a></dt> <dd> <div class="block">Represent a city identifier</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/CityId.html#%3Cinit%3E(java.lang.String)">CityId(String)</a></span> - Constructor for class com.uca.flights.<a href="com/uca/flights/CityId.html" title="class in com.uca.flights">CityId</a></dt> <dd> <div class="block">Constructor</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/TripBuilder.html#clear()">clear()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/TripBuilder.html" title="class in com.uca.flights">TripBuilder</a></dt> <dd> <div class="block">Clear the trip</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Jump.html#clone()">clone()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Jump.html" title="class in com.uca.flights">Jump</a></dt> <dd> <div class="block">Redefinition of clone</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Step.html#clone()">clone()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Step.html" title="class in com.uca.flights">Step</a></dt> <dd> <div class="block">Redefinition of clone</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Trip.html#clone()">clone()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Trip.html" title="class in com.uca.flights">Trip</a></dt> <dd> <div class="block">Redefinition of clone, return clone or this depending on modifiable</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/TripBuilder.html#clone()">clone()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/TripBuilder.html" title="class in com.uca.flights">TripBuilder</a></dt> <dd> <div class="block">Redefinition of clone</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Company.html#close(com.uca.flights.FlightId)">close(FlightId)</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Company.html" title="class in com.uca.flights">Company</a></dt> <dd> <div class="block">Close a flight to reservation</div> </dd> <dt><a href="com/uca/bookings/package-summary.html">com.uca.bookings</a> - package com.uca.bookings</dt> <dd> </dd> <dt><a href="com/uca/data_validation/package-summary.html">com.uca.data_validation</a> - package com.uca.data_validation</dt> <dd> </dd> <dt><a href="com/uca/flights/package-summary.html">com.uca.flights</a> - package com.uca.flights</dt> <dd> </dd> <dt><a href="com/uca/flights/Company.html" title="class in com.uca.flights"><span class="typeNameLink">Company</span></a> - Class in <a href="com/uca/flights/package-summary.html">com.uca.flights</a></dt> <dd> <div class="block">Represent a flight company</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Company.html#%3Cinit%3E(java.lang.String,java.lang.String)">Company(String, String)</a></span> - Constructor for class com.uca.flights.<a href="com/uca/flights/Company.html" title="class in com.uca.flights">Company</a></dt> <dd> <div class="block">Constructor</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/AirportId.html#compareTo(com.uca.flights.AirportId)">compareTo(AirportId)</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/AirportId.html" title="class in com.uca.flights">AirportId</a></dt> <dd> <div class="block">Redefinition of compareTo</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/CityId.html#compareTo(com.uca.flights.CityId)">compareTo(CityId)</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/CityId.html" title="class in com.uca.flights">CityId</a></dt> <dd> <div class="block">Redefinition of compareTo</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/FlightId.html#compareTo(com.uca.flights.FlightId)">compareTo(FlightId)</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/FlightId.html" title="class in com.uca.flights">FlightId</a></dt> <dd> <div class="block">Redefinition of compareTo</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/State.html#confirm(com.uca.bookings.Booking)">confirm(Booking)</a></span> - Method in interface com.uca.bookings.<a href="com/uca/bookings/State.html" title="interface in com.uca.bookings">State</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/BookingState.html#CONFIRMED">CONFIRMED</a></span> - com.uca.bookings.<a href="com/uca/bookings/BookingState.html" title="enum in com.uca.bookings">BookingState</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/Booking.html#createBooking(org.joda.money.Money,com.uca.flights.Flight,com.uca.bookings.Customer,com.uca.bookings.Passenger)">createBooking(Money, Flight, Customer, Passenger)</a></span> - Static method in class com.uca.bookings.<a href="com/uca/bookings/Booking.html" title="class in com.uca.bookings">Booking</a></dt> <dd> <div class="block">Static constructor</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/Booking.html#createBooking(org.joda.money.Money,com.uca.flights.Flight,com.uca.bookings.Customer,com.uca.bookings.Passenger,java.lang.String)">createBooking(Money, Flight, Customer, Passenger, String)</a></span> - Static method in class com.uca.bookings.<a href="com/uca/bookings/Booking.html" title="class in com.uca.bookings">Booking</a></dt> <dd> <div class="block">Static constructor</div> </dd> <dt><a href="com/uca/bookings/Customer.html" title="class in com.uca.bookings"><span class="typeNameLink">Customer</span></a> - Class in <a href="com/uca/bookings/package-summary.html">com.uca.bookings</a></dt> <dd> <div class="block">Represent a customer of the company</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/Customer.html#%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.uca.bookings.PaymentMethod)">Customer(String, String, String, String, PaymentMethod)</a></span> - Constructor for class com.uca.bookings.<a href="com/uca/bookings/Customer.html" title="class in com.uca.bookings">Customer</a></dt> <dd> <div class="block">Constructor</div> </dd> </dl> <a id="I:D"> <!-- --> </a> <h2 class="title">D</h2> <dl> <dt><span class="memberNameLink"><a href="com/uca/flights/Flight.html#delay(java.time.Duration)">delay(Duration)</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Flight.html" title="class in com.uca.flights">Flight</a></dt> <dd> <div class="block">Delay the duration from another duration</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Trip.html#delay(java.time.Duration)">delay(Duration)</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Trip.html" title="class in com.uca.flights">Trip</a></dt> <dd> <div class="block">Delay the duration from another duration</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Flight.html#delay(java.time.Duration,com.uca.flights.Jump)">delay(Duration, Jump)</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Flight.html" title="class in com.uca.flights">Flight</a></dt> <dd> <div class="block">Delay the duration from another duration from a specific jump</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Trip.html#delay(java.time.Duration,com.uca.flights.Jump)">delay(Duration, Jump)</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Trip.html" title="class in com.uca.flights">Trip</a></dt> <dd> <div class="block">Delay the duration from another duration from a specific jump</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Flight.html#delay(java.time.Duration,com.uca.flights.Step)">delay(Duration, Step)</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Flight.html" title="class in com.uca.flights">Flight</a></dt> <dd> <div class="block">Delay the duration from another duration from a specific step</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Trip.html#delay(java.time.Duration,com.uca.flights.Step)">delay(Duration, Step)</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Trip.html" title="class in com.uca.flights">Trip</a></dt> <dd> <div class="block">Delay the duration from another duration from a specific step</div> </dd> </dl> <a id="I:E"> <!-- --> </a> <h2 class="title">E</h2> <dl> <dt><span class="memberNameLink"><a href="com/uca/flights/Airport.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Airport.html" title="class in com.uca.flights">Airport</a></dt> <dd> <div class="block">Redefinition of equals</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/AirportId.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/AirportId.html" title="class in com.uca.flights">AirportId</a></dt> <dd> <div class="block">Redefinition of equals</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/City.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/City.html" title="class in com.uca.flights">City</a></dt> <dd> <div class="block">Redefinition of equals</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/CityId.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/CityId.html" title="class in com.uca.flights">CityId</a></dt> <dd> <div class="block">Redefinition of equals</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/FlightId.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/FlightId.html" title="class in com.uca.flights">FlightId</a></dt> <dd> <div class="block">Redefinition of equals</div> </dd> </dl> <a id="I:F"> <!-- --> </a> <h2 class="title">F</h2> <dl> <dt><a href="com/uca/flights/Flight.html" title="class in com.uca.flights"><span class="typeNameLink">Flight</span></a> - Class in <a href="com/uca/flights/package-summary.html">com.uca.flights</a></dt> <dd> <div class="block">Represent flight</div> </dd> <dt><a href="com/uca/flights/FlightId.html" title="class in com.uca.flights"><span class="typeNameLink">FlightId</span></a> - Class in <a href="com/uca/flights/package-summary.html">com.uca.flights</a></dt> <dd> <div class="block">Represent a flight identifier, the prefix of the company plus an integer on 4 digits</div> </dd> </dl> <a id="I:G"> <!-- --> </a> <h2 class="title">G</h2> <dl> <dt><span class="memberNameLink"><a href="com/uca/flights/CitiesAndAirportsRegistry.html#get(com.uca.flights.AirportId)">get(AirportId)</a></span> - Static method in class com.uca.flights.<a href="com/uca/flights/CitiesAndAirportsRegistry.html" title="class in com.uca.flights">CitiesAndAirportsRegistry</a></dt> <dd> <div class="block">Get a airport from the airport registry</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/CitiesAndAirportsRegistry.html#get(com.uca.flights.CityId)">get(CityId)</a></span> - Static method in class com.uca.flights.<a href="com/uca/flights/CitiesAndAirportsRegistry.html" title="class in com.uca.flights">CitiesAndAirportsRegistry</a></dt> <dd> <div class="block">Get a city from the city registry</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/Customer.html#getAddress()">getAddress()</a></span> - Method in class com.uca.bookings.<a href="com/uca/bookings/Customer.html" title="class in com.uca.bookings">Customer</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Step.html#getAirport()">getAirport()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Step.html" title="class in com.uca.flights">Step</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/City.html#getAirports()">getAirports()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/City.html" title="class in com.uca.flights">City</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Flight.html#getArrival()">getArrival()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Flight.html" title="class in com.uca.flights">Flight</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/Passenger.html#getBirthdate()">getBirthdate()</a></span> - Method in class com.uca.bookings.<a href="com/uca/bookings/Passenger.html" title="class in com.uca.bookings">Passenger</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/Customer.html#getBookings()">getBookings()</a></span> - Method in class com.uca.bookings.<a href="com/uca/bookings/Customer.html" title="class in com.uca.bookings">Customer</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/Passenger.html#getBookings()">getBookings()</a></span> - Method in class com.uca.bookings.<a href="com/uca/bookings/Passenger.html" title="class in com.uca.bookings">Passenger</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Flight.html#getBookings()">getBookings()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Flight.html" title="class in com.uca.flights">Flight</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/City.html#getCode()">getCode()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/City.html" title="class in com.uca.flights">City</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/Passenger.html#getCountryOfResidence()">getCountryOfResidence()</a></span> - Method in class com.uca.bookings.<a href="com/uca/bookings/Passenger.html" title="class in com.uca.bookings">Passenger</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/Booking.html#getCustomer()">getCustomer()</a></span> - Method in class com.uca.bookings.<a href="com/uca/bookings/Booking.html" title="class in com.uca.bookings">Booking</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/Booking.html#getDate()">getDate()</a></span> - Method in class com.uca.bookings.<a href="com/uca/bookings/Booking.html" title="class in com.uca.bookings">Booking</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Flight.html#getDeparture()">getDeparture()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Flight.html" title="class in com.uca.flights">Flight</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Flight.html#getDestination()">getDestination()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Flight.html" title="class in com.uca.flights">Flight</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Flight.html#getDuration()">getDuration()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Flight.html" title="class in com.uca.flights">Flight</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Jump.html#getDuration()">getDuration()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Jump.html" title="class in com.uca.flights">Jump</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Step.html#getDuration()">getDuration()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Step.html" title="class in com.uca.flights">Step</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/Customer.html#getEmail()">getEmail()</a></span> - Method in class com.uca.bookings.<a href="com/uca/bookings/Customer.html" title="class in com.uca.bookings">Customer</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/Passenger.html#getFidelityPoint()">getFidelityPoint()</a></span> - Method in class com.uca.bookings.<a href="com/uca/bookings/Passenger.html" title="class in com.uca.bookings">Passenger</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/Customer.html#getFirstName()">getFirstName()</a></span> - Method in class com.uca.bookings.<a href="com/uca/bookings/Customer.html" title="class in com.uca.bookings">Customer</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/Passenger.html#getFirstName()">getFirstName()</a></span> - Method in class com.uca.bookings.<a href="com/uca/bookings/Passenger.html" title="class in com.uca.bookings">Passenger</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/Booking.html#getFlight()">getFlight()</a></span> - Method in class com.uca.bookings.<a href="com/uca/bookings/Booking.html" title="class in com.uca.bookings">Booking</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Company.html#getFlight(com.uca.flights.FlightId)">getFlight(FlightId)</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Company.html" title="class in com.uca.flights">Company</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Company.html#getFlights()">getFlights()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Company.html" title="class in com.uca.flights">Company</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/Passenger.html#getGender()">getGender()</a></span> - Method in class com.uca.bookings.<a href="com/uca/bookings/Passenger.html" title="class in com.uca.bookings">Passenger</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/Booking.html#getId()">getId()</a></span> - Method in class com.uca.bookings.<a href="com/uca/bookings/Booking.html" title="class in com.uca.bookings">Booking</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/Customer.html#getId()">getId()</a></span> - Method in class com.uca.bookings.<a href="com/uca/bookings/Customer.html" title="class in com.uca.bookings">Customer</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/Passenger.html#getId()">getId()</a></span> - Method in class com.uca.bookings.<a href="com/uca/bookings/Passenger.html" title="class in com.uca.bookings">Passenger</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Airport.html#getId()">getId()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Airport.html" title="class in com.uca.flights">Airport</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Flight.html#getId()">getId()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Flight.html" title="class in com.uca.flights">Flight</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/CitiesAndAirportsRegistry.html#getInstance()">getInstance()</a></span> - Static method in class com.uca.flights.<a href="com/uca/flights/CitiesAndAirportsRegistry.html" title="class in com.uca.flights">CitiesAndAirportsRegistry</a></dt> <dd> <div class="block">Singleton getInstance method.</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Flight.html#getJumps()">getJumps()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Flight.html" title="class in com.uca.flights">Flight</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/Customer.html#getLastName()">getLastName()</a></span> - Method in class com.uca.bookings.<a href="com/uca/bookings/Customer.html" title="class in com.uca.bookings">Customer</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/Passenger.html#getLastName()">getLastName()</a></span> - Method in class com.uca.bookings.<a href="com/uca/bookings/Passenger.html" title="class in com.uca.bookings">Passenger</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Airport.html#getMainCity()">getMainCity()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Airport.html" title="class in com.uca.flights">Airport</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Airport.html#getName()">getName()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Airport.html" title="class in com.uca.flights">Airport</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/City.html#getName()">getName()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/City.html" title="class in com.uca.flights">City</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Company.html#getName()">getName()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Company.html" title="class in com.uca.flights">Company</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/Passenger.html#getNationality()">getNationality()</a></span> - Method in class com.uca.bookings.<a href="com/uca/bookings/Passenger.html" title="class in com.uca.bookings">Passenger</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/Booking.html#getPassenger()">getPassenger()</a></span> - Method in class com.uca.bookings.<a href="com/uca/bookings/Booking.html" title="class in com.uca.bookings">Booking</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/Passenger.html#getPassportNumber()">getPassportNumber()</a></span> - Method in class com.uca.bookings.<a href="com/uca/bookings/Passenger.html" title="class in com.uca.bookings">Passenger</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/Customer.html#getPaymentMethod()">getPaymentMethod()</a></span> - Method in class com.uca.bookings.<a href="com/uca/bookings/Customer.html" title="class in com.uca.bookings">Customer</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Jump.html#getPreced()">getPreced()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Jump.html" title="class in com.uca.flights">Jump</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/Booking.html#getPrice()">getPrice()</a></span> - Method in class com.uca.bookings.<a href="com/uca/bookings/Booking.html" title="class in com.uca.bookings">Booking</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Company.html#getRegulars()">getRegulars()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Company.html" title="class in com.uca.flights">Company</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/Booking.html#getSeatNumber()">getSeatNumber()</a></span> - Method in class com.uca.bookings.<a href="com/uca/bookings/Booking.html" title="class in com.uca.bookings">Booking</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Airport.html#getServedCity()">getServedCity()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Airport.html" title="class in com.uca.flights">Airport</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Flight.html#getStartingAirport()">getStartingAirport()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Flight.html" title="class in com.uca.flights">Flight</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/Booking.html#getState()">getState()</a></span> - Method in class com.uca.bookings.<a href="com/uca/bookings/Booking.html" title="class in com.uca.bookings">Booking</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Flight.html#getSteps()">getSteps()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Flight.html" title="class in com.uca.flights">Flight</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/AirportId.html#getValue()">getValue()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/AirportId.html" title="class in com.uca.flights">AirportId</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/CityId.html#getValue()">getValue()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/CityId.html" title="class in com.uca.flights">CityId</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/FlightId.html#getValue()">getValue()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/FlightId.html" title="class in com.uca.flights">FlightId</a></dt> <dd> <div class="block">Getter</div> </dd> </dl> <a id="I:H"> <!-- --> </a> <h2 class="title">H</h2> <dl> <dt><span class="memberNameLink"><a href="com/uca/bookings/Booking.html#hashCode()">hashCode()</a></span> - Method in class com.uca.bookings.<a href="com/uca/bookings/Booking.html" title="class in com.uca.bookings">Booking</a></dt> <dd> <div class="block">Redefinition of hashCode</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/Customer.html#hashCode()">hashCode()</a></span> - Method in class com.uca.bookings.<a href="com/uca/bookings/Customer.html" title="class in com.uca.bookings">Customer</a></dt> <dd> <div class="block">Redefinition of hashCode</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/Passenger.html#hashCode()">hashCode()</a></span> - Method in class com.uca.bookings.<a href="com/uca/bookings/Passenger.html" title="class in com.uca.bookings">Passenger</a></dt> <dd> <div class="block">Redefinition of hashCode</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Airport.html#hashCode()">hashCode()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Airport.html" title="class in com.uca.flights">Airport</a></dt> <dd> <div class="block">Redefinition of hashCode</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/AirportId.html#hashCode()">hashCode()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/AirportId.html" title="class in com.uca.flights">AirportId</a></dt> <dd> <div class="block">Redefinition of hashCode</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/City.html#hashCode()">hashCode()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/City.html" title="class in com.uca.flights">City</a></dt> <dd> <div class="block">Redefinition of hashCode</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/CityId.html#hashCode()">hashCode()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/CityId.html" title="class in com.uca.flights">CityId</a></dt> <dd> <div class="block">Redefinition of hashCode</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/FlightId.html#hashCode()">hashCode()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/FlightId.html" title="class in com.uca.flights">FlightId</a></dt> <dd> <div class="block">Redefinition of hashCode</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Jump.html#hasNext()">hasNext()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Jump.html" title="class in com.uca.flights">Jump</a></dt> <dd> <div class="block">Getter, implementation of iterator</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Step.html#hasNext()">hasNext()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Step.html" title="class in com.uca.flights">Step</a></dt> <dd> <div class="block">Getter, implementation of iterator</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/PaymentMethod.html#hide()">hide()</a></span> - Method in interface com.uca.bookings.<a href="com/uca/bookings/PaymentMethod.html" title="interface in com.uca.bookings">PaymentMethod</a></dt> <dd> </dd> </dl> <a id="I:I"> <!-- --> </a> <h2 class="title">I</h2> <dl> <dt><a href="com/uca/data_validation/IdentifierValidator.html" title="class in com.uca.data_validation"><span class="typeNameLink">IdentifierValidator</span></a> - Class in <a href="com/uca/data_validation/package-summary.html">com.uca.data_validation</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="com/uca/data_validation/IdentifierValidator.html#%3Cinit%3E()">IdentifierValidator()</a></span> - Constructor for class com.uca.data_validation.<a href="com/uca/data_validation/IdentifierValidator.html" title="class in com.uca.data_validation">IdentifierValidator</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/BookingState.html#INITIAL">INITIAL</a></span> - com.uca.bookings.<a href="com/uca/bookings/BookingState.html" title="enum in com.uca.bookings">BookingState</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="com/uca/data_validation/StringValidator.html#isAddressValid(java.lang.String)">isAddressValid(String)</a></span> - Static method in class com.uca.data_validation.<a href="com/uca/data_validation/StringValidator.html" title="class in com.uca.data_validation">StringValidator</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="com/uca/data_validation/IdentifierValidator.html#isAirportIdValid(java.lang.String)">isAirportIdValid(String)</a></span> - Static method in class com.uca.data_validation.<a href="com/uca/data_validation/IdentifierValidator.html" title="class in com.uca.data_validation">IdentifierValidator</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="com/uca/data_validation/IdentifierValidator.html#isCityIdValid(java.lang.String)">isCityIdValid(String)</a></span> - Static method in class com.uca.data_validation.<a href="com/uca/data_validation/IdentifierValidator.html" title="class in com.uca.data_validation">IdentifierValidator</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="com/uca/data_validation/IdentifierValidator.html#isCompanyPrefixValid(java.lang.String)">isCompanyPrefixValid(String)</a></span> - Static method in class com.uca.data_validation.<a href="com/uca/data_validation/IdentifierValidator.html" title="class in com.uca.data_validation">IdentifierValidator</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="com/uca/data_validation/StringValidator.html#isEmailValid(java.lang.String)">isEmailValid(String)</a></span> - Static method in class com.uca.data_validation.<a href="com/uca/data_validation/StringValidator.html" title="class in com.uca.data_validation">StringValidator</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="com/uca/data_validation/IdentifierValidator.html#isFlightIdValid(java.lang.String)">isFlightIdValid(String)</a></span> - Static method in class com.uca.data_validation.<a href="com/uca/data_validation/IdentifierValidator.html" title="class in com.uca.data_validation">IdentifierValidator</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="com/uca/data_validation/StringValidator.html#isNameValid(java.lang.String)">isNameValid(String)</a></span> - Static method in class com.uca.data_validation.<a href="com/uca/data_validation/StringValidator.html" title="class in com.uca.data_validation">StringValidator</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Flight.html#isReservable()">isReservable()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Flight.html" title="class in com.uca.flights">Flight</a></dt> <dd> <div class="block">Getter</div> </dd> </dl> <a id="I:J"> <!-- --> </a> <h2 class="title">J</h2> <dl> <dt><a href="com/uca/flights/Jump.html" title="class in com.uca.flights"><span class="typeNameLink">Jump</span></a> - Class in <a href="com/uca/flights/package-summary.html">com.uca.flights</a></dt> <dd> <div class="block">Represent an jump : two step for arrival and departure</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Jump.html#%3Cinit%3E(com.uca.flights.Step,com.uca.flights.Step)">Jump(Step, Step)</a></span> - Constructor for class com.uca.flights.<a href="com/uca/flights/Jump.html" title="class in com.uca.flights">Jump</a></dt> <dd> <div class="block">Constructor</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Jump.html#%3Cinit%3E(com.uca.flights.Step,com.uca.flights.Step,com.uca.flights.Jump)">Jump(Step, Step, Jump)</a></span> - Constructor for class com.uca.flights.<a href="com/uca/flights/Jump.html" title="class in com.uca.flights">Jump</a></dt> <dd> <div class="block">Constructor</div> </dd> </dl> <a id="I:L"> <!-- --> </a> <h2 class="title">L</h2> <dl> <dt><span class="memberNameLink"><a href="com/uca/flights/AirportId.html#length()">length()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/AirportId.html" title="class in com.uca.flights">AirportId</a></dt> <dd> <div class="block">Getter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/CityId.html#length()">length()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/CityId.html" title="class in com.uca.flights">CityId</a></dt> <dd> <div class="block">Getter</div> </dd> </dl> <a id="I:M"> <!-- --> </a> <h2 class="title">M</h2> <dl> <dt><span class="memberNameLink"><a href="Start.html#main(java.lang.String%5B%5D)">main(String[])</a></span> - Static method in class <a href="Start.html" title="class in <Unnamed>">Start</a></dt> <dd> </dd> </dl> <a id="I:N"> <!-- --> </a> <h2 class="title">N</h2> <dl> <dt><span class="memberNameLink"><a href="com/uca/flights/Jump.html#next()">next()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Jump.html" title="class in com.uca.flights">Jump</a></dt> <dd> <div class="block">Getter, implementation of iterator</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Step.html#next()">next()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Step.html" title="class in com.uca.flights">Step</a></dt> <dd> <div class="block">Getter, implementation of iterator</div> </dd> </dl> <a id="I:O"> <!-- --> </a> <h2 class="title">O</h2> <dl> <dt><span class="memberNameLink"><a href="com/uca/flights/Company.html#open(com.uca.flights.FlightId)">open(FlightId)</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Company.html" title="class in com.uca.flights">Company</a></dt> <dd> <div class="block">Open a flight to reservation</div> </dd> </dl> <a id="I:P"> <!-- --> </a> <h2 class="title">P</h2> <dl> <dt><a href="com/uca/bookings/Passenger.html" title="class in com.uca.bookings"><span class="typeNameLink">Passenger</span></a> - Class in <a href="com/uca/bookings/package-summary.html">com.uca.bookings</a></dt> <dd> <div class="block">Represent a passenger</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/Passenger.html#%3Cinit%3E(java.lang.String,java.lang.String,java.time.ZonedDateTime,java.lang.String,java.lang.String,java.lang.String,java.lang.String)">Passenger(String, String, ZonedDateTime, String, String, String, String)</a></span> - Constructor for class com.uca.bookings.<a href="com/uca/bookings/Passenger.html" title="class in com.uca.bookings">Passenger</a></dt> <dd> <div class="block">Crée une nouvelle instance de l'objet passager.</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/State.html#pay(com.uca.bookings.Booking)">pay(Booking)</a></span> - Method in interface com.uca.bookings.<a href="com/uca/bookings/State.html" title="interface in com.uca.bookings">State</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/BookingState.html#PAYED">PAYED</a></span> - com.uca.bookings.<a href="com/uca/bookings/BookingState.html" title="enum in com.uca.bookings">BookingState</a></dt> <dd> </dd> <dt><a href="com/uca/bookings/PaymentMethod.html" title="interface in com.uca.bookings"><span class="typeNameLink">PaymentMethod</span></a> - Interface in <a href="com/uca/bookings/package-summary.html">com.uca.bookings</a></dt> <dd> <div class="block">Interface déclarant les opérations possibles pour les moyens de paiement.</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/TripBuilder.html#prepend(com.uca.flights.Airport,java.time.Duration)">prepend(Airport, Duration)</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/TripBuilder.html" title="class in com.uca.flights">TripBuilder</a></dt> <dd> <div class="block">Add a step to the trip builder</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/TripBuilder.html#prepend(com.uca.flights.Jump)">prepend(Jump)</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/TripBuilder.html" title="class in com.uca.flights">TripBuilder</a></dt> <dd> <div class="block">Add a jump to the trip builder</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/TripBuilder.html#prepend(com.uca.flights.Step)">prepend(Step)</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/TripBuilder.html" title="class in com.uca.flights">TripBuilder</a></dt> <dd> <div class="block">Add a step to the trip builder</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/TripBuilder.html#prepend(com.uca.flights.Trip)">prepend(Trip)</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/TripBuilder.html" title="class in com.uca.flights">TripBuilder</a></dt> <dd> <div class="block">Add a trip to the trip builder</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/TripBuilder.html#prepend(com.uca.flights.TripBuilder)">prepend(TripBuilder)</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/TripBuilder.html" title="class in com.uca.flights">TripBuilder</a></dt> <dd> <div class="block">Concatenate the two tripbilder</div> </dd> </dl> <a id="I:R"> <!-- --> </a> <h2 class="title">R</h2> <dl> <dt><span class="memberNameLink"><a href="com/uca/bookings/PaymentMethod.html#refund(org.joda.money.Money)">refund(Money)</a></span> - Method in interface com.uca.bookings.<a href="com/uca/bookings/PaymentMethod.html" title="interface in com.uca.bookings">PaymentMethod</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Company.html#regularize(com.uca.flights.FlightId)">regularize(FlightId)</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Company.html" title="class in com.uca.flights">Company</a></dt> <dd> <div class="block">Regularize a flight : make a copy of the trip in the registry</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/City.html#removeAirport(com.uca.flights.Airport)">removeAirport(Airport)</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/City.html" title="class in com.uca.flights">City</a></dt> <dd> <div class="block">Remove an airport from the city set of airport</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/Booking.html#removeBooking(com.uca.bookings.Booking)">removeBooking(Booking)</a></span> - Static method in class com.uca.bookings.<a href="com/uca/bookings/Booking.html" title="class in com.uca.bookings">Booking</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/Customer.html#removeBooking(com.uca.bookings.Booking)">removeBooking(Booking)</a></span> - Method in class com.uca.bookings.<a href="com/uca/bookings/Customer.html" title="class in com.uca.bookings">Customer</a></dt> <dd> <div class="block">Remove given booking.</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Flight.html#removeBooking(com.uca.bookings.Booking)">removeBooking(Booking)</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Flight.html" title="class in com.uca.flights">Flight</a></dt> <dd> <div class="block">Add a booking to the flight</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Airport.html#removeCity(com.uca.flights.City)">removeCity(City)</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Airport.html" title="class in com.uca.flights">Airport</a></dt> <dd> <div class="block">Remove a city to the airport list of served city</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/Passenger.html#removeFidelityPoint(int)">removeFidelityPoint(int)</a></span> - Method in class com.uca.bookings.<a href="com/uca/bookings/Passenger.html" title="class in com.uca.bookings">Passenger</a></dt> <dd> <div class="block">Remove a specific amout to the passenger fidelity points</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/TripBuilder.html#removeFirst()">removeFirst()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/TripBuilder.html" title="class in com.uca.flights">TripBuilder</a></dt> <dd> <div class="block">Remove the first step of the trip</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Company.html#removeFlight(com.uca.flights.FlightId)">removeFlight(FlightId)</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Company.html" title="class in com.uca.flights">Company</a></dt> <dd> <div class="block">Remove a flight</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/TripBuilder.html#removeLast()">removeLast()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/TripBuilder.html" title="class in com.uca.flights">TripBuilder</a></dt> <dd> <div class="block">Remove the last step of the trip</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Company.html#removeRegular(int)">removeRegular(int)</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Company.html" title="class in com.uca.flights">Company</a></dt> <dd> <div class="block">Remove a regular from the registry</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Company.html#removeRegular(com.uca.flights.Trip)">removeRegular(Trip)</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Company.html" title="class in com.uca.flights">Company</a></dt> <dd> <div class="block">Remove a regular from the registry</div> </dd> </dl> <a id="I:S"> <!-- --> </a> <h2 class="title">S</h2> <dl> <dt><span class="memberNameLink"><a href="com/uca/flights/TripBuilder.html#setAbsoluteDuration(boolean)">setAbsoluteDuration(boolean)</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/TripBuilder.html" title="class in com.uca.flights">TripBuilder</a></dt> <dd> <div class="block">Setter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/Customer.html#setAdress(java.lang.String)">setAdress(String)</a></span> - Method in class com.uca.bookings.<a href="com/uca/bookings/Customer.html" title="class in com.uca.bookings">Customer</a></dt> <dd> <div class="block">Setter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/Passenger.html#setCountryOfResidence(java.lang.String)">setCountryOfResidence(String)</a></span> - Method in class com.uca.bookings.<a href="com/uca/bookings/Passenger.html" title="class in com.uca.bookings">Passenger</a></dt> <dd> <div class="block">Setter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/Customer.html#setEmail(java.lang.String)">setEmail(String)</a></span> - Method in class com.uca.bookings.<a href="com/uca/bookings/Customer.html" title="class in com.uca.bookings">Customer</a></dt> <dd> <div class="block">Setter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/Passenger.html#setGender(java.lang.String)">setGender(String)</a></span> - Method in class com.uca.bookings.<a href="com/uca/bookings/Passenger.html" title="class in com.uca.bookings">Passenger</a></dt> <dd> <div class="block">Setter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Airport.html#setName(java.lang.String)">setName(String)</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Airport.html" title="class in com.uca.flights">Airport</a></dt> <dd> <div class="block">Setter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/City.html#setName(java.lang.String)">setName(String)</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/City.html" title="class in com.uca.flights">City</a></dt> <dd> <div class="block">Setter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Company.html#setName(java.lang.String)">setName(String)</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Company.html" title="class in com.uca.flights">Company</a></dt> <dd> <div class="block">Setter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/Passenger.html#setPassportNumber(java.lang.String)">setPassportNumber(String)</a></span> - Method in class com.uca.bookings.<a href="com/uca/bookings/Passenger.html" title="class in com.uca.bookings">Passenger</a></dt> <dd> <div class="block">Setter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/Customer.html#setPaymentMethod(com.uca.bookings.PaymentMethod)">setPaymentMethod(PaymentMethod)</a></span> - Method in class com.uca.bookings.<a href="com/uca/bookings/Customer.html" title="class in com.uca.bookings">Customer</a></dt> <dd> <div class="block">Setter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Company.html#setRegulars(java.util.ArrayList)">setRegulars(ArrayList<Trip>)</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Company.html" title="class in com.uca.flights">Company</a></dt> <dd> <div class="block">Setter</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/Booking.html#setSeatNumber(java.lang.String)">setSeatNumber(String)</a></span> - Method in class com.uca.bookings.<a href="com/uca/bookings/Booking.html" title="class in com.uca.bookings">Booking</a></dt> <dd> <div class="block">Setter</div> </dd> <dt><a href="Start.html" title="class in <Unnamed>"><span class="typeNameLink">Start</span></a> - Class in <a href="package-summary.html"><Unnamed></a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="Start.html#%3Cinit%3E()">Start()</a></span> - Constructor for class <a href="Start.html" title="class in <Unnamed>">Start</a></dt> <dd> </dd> <dt><a href="com/uca/bookings/State.html" title="interface in com.uca.bookings"><span class="typeNameLink">State</span></a> - Interface in <a href="com/uca/bookings/package-summary.html">com.uca.bookings</a></dt> <dd> <div class="block">Interface déclarant les opérations possibles du patron de conception état utilisé pour représenter les états possibles d'une réservation.</div> </dd> <dt><a href="com/uca/flights/Step.html" title="class in com.uca.flights"><span class="typeNameLink">Step</span></a> - Class in <a href="com/uca/flights/package-summary.html">com.uca.flights</a></dt> <dd> <div class="block">Represent an step : an airport and a duration from first take off</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Step.html#%3Cinit%3E(com.uca.flights.Airport,java.time.Duration)">Step(Airport, Duration)</a></span> - Constructor for class com.uca.flights.<a href="com/uca/flights/Step.html" title="class in com.uca.flights">Step</a></dt> <dd> <div class="block">Constructor</div> </dd> <dt><a href="com/uca/data_validation/StringValidator.html" title="class in com.uca.data_validation"><span class="typeNameLink">StringValidator</span></a> - Class in <a href="com/uca/data_validation/package-summary.html">com.uca.data_validation</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="com/uca/data_validation/StringValidator.html#%3Cinit%3E()">StringValidator()</a></span> - Constructor for class com.uca.data_validation.<a href="com/uca/data_validation/StringValidator.html" title="class in com.uca.data_validation">StringValidator</a></dt> <dd> </dd> </dl> <a id="I:T"> <!-- --> </a> <h2 class="title">T</h2> <dl> <dt><span class="memberNameLink"><a href="com/uca/flights/TripBuilder.html#toRegularTrip()">toRegularTrip()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/TripBuilder.html" title="class in com.uca.flights">TripBuilder</a></dt> <dd> <div class="block">Create a regular trip</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/Booking.html#toString()">toString()</a></span> - Method in class com.uca.bookings.<a href="com/uca/bookings/Booking.html" title="class in com.uca.bookings">Booking</a></dt> <dd> <div class="block">Redefinition of toString</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/Customer.html#toString()">toString()</a></span> - Method in class com.uca.bookings.<a href="com/uca/bookings/Customer.html" title="class in com.uca.bookings">Customer</a></dt> <dd> <div class="block">Redefinition of toString</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/Passenger.html#toString()">toString()</a></span> - Method in class com.uca.bookings.<a href="com/uca/bookings/Passenger.html" title="class in com.uca.bookings">Passenger</a></dt> <dd> <div class="block">Redefinition of toString</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Airport.html#toString()">toString()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Airport.html" title="class in com.uca.flights">Airport</a></dt> <dd> <div class="block">Redefinition of toString</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/AirportId.html#toString()">toString()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/AirportId.html" title="class in com.uca.flights">AirportId</a></dt> <dd> <div class="block">Redefinition of toString</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/City.html#toString()">toString()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/City.html" title="class in com.uca.flights">City</a></dt> <dd> <div class="block">Redefinition of toString</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/CityId.html#toString()">toString()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/CityId.html" title="class in com.uca.flights">CityId</a></dt> <dd> <div class="block">Redefinition of toString</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Company.html#toString()">toString()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Company.html" title="class in com.uca.flights">Company</a></dt> <dd> <div class="block">Redefinition of toString</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Flight.html#toString()">toString()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Flight.html" title="class in com.uca.flights">Flight</a></dt> <dd> <div class="block">Redefinition of toString</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/FlightId.html#toString()">toString()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/FlightId.html" title="class in com.uca.flights">FlightId</a></dt> <dd> <div class="block">Redefinition of toString</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Step.html#toString()">toString()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Step.html" title="class in com.uca.flights">Step</a></dt> <dd> <div class="block">Redefinition of toString</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Trip.html#toString()">toString()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/Trip.html" title="class in com.uca.flights">Trip</a></dt> <dd> <div class="block">Redefinition of toString</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/TripBuilder.html#toTrip()">toTrip()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/TripBuilder.html" title="class in com.uca.flights">TripBuilder</a></dt> <dd> <div class="block">Create a trip</div> </dd> <dt><a href="com/uca/flights/Trip.html" title="class in com.uca.flights"><span class="typeNameLink">Trip</span></a> - Class in <a href="com/uca/flights/package-summary.html">com.uca.flights</a></dt> <dd> <div class="block">Represent an trip, several jumps</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Trip.html#%3Cinit%3E(com.uca.flights.Jump)">Trip(Jump)</a></span> - Constructor for class com.uca.flights.<a href="com/uca/flights/Trip.html" title="class in com.uca.flights">Trip</a></dt> <dd> <div class="block">Constructor</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/Trip.html#%3Cinit%3E(com.uca.flights.Jump,boolean)">Trip(Jump, boolean)</a></span> - Constructor for class com.uca.flights.<a href="com/uca/flights/Trip.html" title="class in com.uca.flights">Trip</a></dt> <dd> <div class="block">Constructor</div> </dd> <dt><a href="com/uca/flights/TripBuilder.html" title="class in com.uca.flights"><span class="typeNameLink">TripBuilder</span></a> - Class in <a href="com/uca/flights/package-summary.html">com.uca.flights</a></dt> <dd> <div class="block">Tool to build a trip</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/TripBuilder.html#%3Cinit%3E()">TripBuilder()</a></span> - Constructor for class com.uca.flights.<a href="com/uca/flights/TripBuilder.html" title="class in com.uca.flights">TripBuilder</a></dt> <dd> <div class="block">Constructor</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/TripBuilder.html#%3Cinit%3E(com.uca.flights.Airport,java.time.Duration)">TripBuilder(Airport, Duration)</a></span> - Constructor for class com.uca.flights.<a href="com/uca/flights/TripBuilder.html" title="class in com.uca.flights">TripBuilder</a></dt> <dd> <div class="block">Constructor</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/TripBuilder.html#%3Cinit%3E(com.uca.flights.Jump)">TripBuilder(Jump)</a></span> - Constructor for class com.uca.flights.<a href="com/uca/flights/TripBuilder.html" title="class in com.uca.flights">TripBuilder</a></dt> <dd> <div class="block">Constructor</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/TripBuilder.html#%3Cinit%3E(com.uca.flights.Step)">TripBuilder(Step)</a></span> - Constructor for class com.uca.flights.<a href="com/uca/flights/TripBuilder.html" title="class in com.uca.flights">TripBuilder</a></dt> <dd> <div class="block">Constructor</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/TripBuilder.html#%3Cinit%3E(com.uca.flights.Trip)">TripBuilder(Trip)</a></span> - Constructor for class com.uca.flights.<a href="com/uca/flights/TripBuilder.html" title="class in com.uca.flights">TripBuilder</a></dt> <dd> <div class="block">Constructor</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/TripBuilder.html#%3Cinit%3E(com.uca.flights.TripBuilder)">TripBuilder(TripBuilder)</a></span> - Constructor for class com.uca.flights.<a href="com/uca/flights/TripBuilder.html" title="class in com.uca.flights">TripBuilder</a></dt> <dd> <div class="block">Constructor</div> </dd> </dl> <a id="I:U"> <!-- --> </a> <h2 class="title">U</h2> <dl> <dt><span class="memberNameLink"><a href="com/uca/flights/TripBuilder.html#updateDuration()">updateDuration()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/TripBuilder.html" title="class in com.uca.flights">TripBuilder</a></dt> <dd> <div class="block">Pass all duration from absolute to relative</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/flights/TripBuilder.html#useAbsoluteDuration()">useAbsoluteDuration()</a></span> - Method in class com.uca.flights.<a href="com/uca/flights/TripBuilder.html" title="class in com.uca.flights">TripBuilder</a></dt> <dd> <div class="block">Getter</div> </dd> </dl> <a id="I:V"> <!-- --> </a> <h2 class="title">V</h2> <dl> <dt><span class="memberNameLink"><a href="com/uca/bookings/BookingState.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum com.uca.bookings.<a href="com/uca/bookings/BookingState.html" title="enum in com.uca.bookings">BookingState</a></dt> <dd> <div class="block">Returns the enum constant of this type with the specified name.</div> </dd> <dt><span class="memberNameLink"><a href="com/uca/bookings/BookingState.html#values()">values()</a></span> - Static method in enum com.uca.bookings.<a href="com/uca/bookings/BookingState.html" title="enum in com.uca.bookings">BookingState</a></dt> <dd> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </dd> </dl> <a href="#I:A">A</a> <a href="#I:B">B</a> <a href="#I:C">C</a> <a href="#I:D">D</a> <a href="#I:E">E</a> <a href="#I:F">F</a> <a href="#I:G">G</a> <a href="#I:H">H</a> <a href="#I:I">I</a> <a href="#I:J">J</a> <a href="#I:L">L</a> <a href="#I:M">M</a> <a href="#I:N">N</a> <a href="#I:O">O</a> <a href="#I:P">P</a> <a href="#I:R">R</a> <a href="#I:S">S</a> <a href="#I:T">T</a> <a href="#I:U">U</a> <a href="#I:V">V</a> <br><a href="allclasses-index.html">All Classes</a> <a href="allpackages-index.html">All Packages</a></div> </main> <footer role="contentinfo"> <nav role="navigation"> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a id="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a id="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="index.html">Overview</a></li> <li>Package</li> <li>Class</li> <li><a href="overview-tree.html">Tree</a></li> <li><a href="deprecated-list.html">Deprecated</a></li> <li class="navBarCell1Rev">Index</li> <li><a href="help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="allclasses.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> </div> <a id="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </nav> </footer> </body> </html>