Book a Demo

Author Topic: help - multiplicity in operation's parameter  (Read 2800 times)

mazpa

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
help - multiplicity in operation's parameter
« on: March 12, 2013, 01:52:45 am »
Hi to all,
I'm new to the forum and I'm new also to Enterprise Architect.
I'm trying to design a very simple class diagram with an operation and an array of string as input parameter. I can create the parameter without problems and I insert the multiplicity in dialog but I can't see any multiplicity in my graph.

I obtain

Code: [Select]
main (args: String): void
but i'm expect to have something like

Code: [Select]
main (args: String[0..*]): void
I have no problem when I insert an attribute's multiplicity.

How can I see the multiplicity in my diagram?

I use Enterprise Architect 8

Many thanks for your answers

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: help - multiplicity in operation's parameter
« Reply #1 on: March 12, 2013, 05:03:58 pm »
Currently parameter multiplicity can't be shown on diagrams.

mazpa

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: help - multiplicity in operation's parameter
« Reply #2 on: March 12, 2013, 08:17:06 pm »
Ok, thank you very much Simon.

I'm wonder that this feature is not supported, but this is, I will find a workaround.  :)