maliput / maliput_malidrive

Open-source ready OpenDrive backend for Maliput
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Changed values() and ranges() method from Rules to states() #208

Closed Voldivh closed 2 years ago

Voldivh commented 2 years ago

This PR is a follow up of the PR that solves https://github.com/ToyotaResearchInstitute/maliput/issues/472

Description Exactly what the tittle says. Changes the method name of DiscreteValueRule::values() to DiscreteValueRule::states() and RangeValueRule::ranges() to RangeValueRule::states().