I have an UML diagram and I don’t really know how I should read it :

I don’t know if I should put the arraylist in ModeTransport or Transports.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your
ArrayList<Transport> liste;should be inTransportif generate diagramms from code, move liste to this class (Transport).If you generate code from UML you should check the association and correct the direction.