0

I have the following use-case diagram:

enter image description here

I want to say, that the actor can execute a use-case calle "add two numbers". When this use-case is executed, two instances of the class "Number" are involved. Is this represented in the diagram above?

What is the difference when I use usage-arrows like here:

enter image description here

4

1 に答える 1

0

ユースケースは、ユーザーがシステムとどのように対話するかを示すために使用する必要があります。

シーケンス図を使用してユースケースの機能を示し、そこにユースケースで機能するクラスを配置できます

于 2012-07-11T17:37:12.180 に答える