I need to design class diagram for flight management system, and I'm trying to figure out whether the relationship between flight instance and pilot should be association or aggregation.
I'm thinking it could be aggregation because a pilot is part of the flight, but I'm not sure if this is accurate.
Can you tell what solution would be best in this case?