Static UML Model in Visio

B

Basari

Hello,

I was wondering if anyone out there encountered the
following error:

"UMLE00014: Address[Class] : [Classifier - WFR1] - No
behavioral feature of the same kind may have the same
signature in a classifier."

I encoutered this error when I tried to add new operation
to a class.

Any light that you could shed on this error would be
GREATLY appreciated. ;-)

Thanks in advance!

Basari
 
R

RA

It means that the Operation that you added to the Class has the same
signature as another operation in the same class.
e.g. Two operations named "f1" with the same datatype of "Int"

To re-create this error in a new class:
1. Create two operations
2. Set the names of the operations to be the same and the error will occur
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top