lutaml / lutaml-uml

UML module for LutaML
2 stars 2 forks source link

UML syntax: N-ary association #24

Open ronaldtse opened 4 years ago

ronaldtse commented 4 years ago

An association can have more than two ends (fewer than two is invalid).

Screen Shot 2020-08-05 at 2 11 27 AM

Proposal:

association {
  end Traveler
  end Seat
  end Train
}