Book a Demo

Author Topic: Find attributes using primitive types  (Read 2990 times)

Rouven

  • EA User
  • **
  • Posts: 48
  • Karma: +0/-0
    • View Profile
Find attributes using primitive types
« on: June 08, 2011, 01:05:59 am »
Hi everyone,

I have a question regarding UML class modeling. We are currently working on a complex domain model and have introduced several primitives, enumerations and data types. Classes now define attributes that are of the respective types.
What I'm wondering is: how can I find out all the classes using a selected type? Is there a search feature I have not yet found? Is there a way to have the automation interface do it? Obviously I can search, but how would one present results? Search Script?

Thanks for your thoughts!

Rouven

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Find attributes using primitive types
« Reply #1 on: June 08, 2011, 03:59:23 pm »
Rouven,

You can define your own searches in SQL in EA, so that what I use for such queries.
See my blog post about EA's SQL searches and
Attribute search on community site

Geert
« Last Edit: June 08, 2011, 04:00:04 pm by Geert.Bellekens »

Rouven

  • EA User
  • **
  • Posts: 48
  • Karma: +0/-0
    • View Profile
Re: Find attributes using primitive types
« Reply #2 on: June 08, 2011, 05:53:51 pm »
Works like a charm - thanks!