Book a Demo

Author Topic: About Classifier ":"  (Read 4007 times)

pha

  • EA User
  • **
  • Posts: 39
  • Karma: +0/-0
    • View Profile
About Classifier ":"
« on: December 19, 2011, 07:42:37 pm »
Hi.
How can I clean this "name:" at dragging from Project Browser?
IAT.


Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: About Classifier ":"
« Reply #1 on: December 19, 2011, 07:51:37 pm »
You can't. If you don't want this then don't use nested classes.

Geert

Niy

  • EA User
  • **
  • Posts: 28
  • Karma: +0/-0
    • View Profile
Re: About Classifier ":"
« Reply #2 on: December 20, 2011, 02:50:52 am »
It's not a bug, it's a feature :D

solution:
1:you could only link the class2 into the class1s-diagram and keep class 2 in the package1 (yah, solves the problem, but readability...)
so here is the real solution:

2:Set Diagram > Properties > Diagram > "Use Alias if Avaible" to True and set an alias for Class2.
Problem solved :)

philchudley

  • EA User
  • **
  • Posts: 750
  • Karma: +22/-0
  • EA Consultant / Trainer - Sparx Europe
    • View Profile
Re: About Classifier ":"
« Reply #3 on: December 22, 2011, 08:07:13 am »
Hi All

You can turn this parent class:: notation off for all class diagrams by using

Tools | Options | Diagrams and then checking "Disable fully scoped object names"


Set this option and you should see the Class1:: disappear

Cheers

Phil
Models are great!
Correct models are even greater!

pha

  • EA User
  • **
  • Posts: 39
  • Karma: +0/-0
    • View Profile
Re: About Classifier ":"
« Reply #4 on: December 22, 2011, 10:43:39 am »
Great! Thank you!