Book a Demo

Author Topic: copy/paste elements in a diagram (data model)  (Read 3280 times)

dermoritz

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
copy/paste elements in a diagram (data model)
« on: February 15, 2010, 07:08:18 pm »
i'am new to ea so this might be a "stupid" question:

i' am modeling a database with many similar tables, each table with many similar columns. i thought i could make a template-like table an copy paste it as often i need it. but if i copy paste a table:
"
---------------------------
EA
---------------------------
This diagram already contains an instance of the element you are trying to paste.
 Currently, only one instance is supported, so you cannot paste the element here.
---------------------------
OK  
---------------------------
 "
occurs. so is the a way to make many tables of similar kind? probably by copying some parts in source?

thx in advance

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: copy/paste elements in a diagram (data model)
« Reply #1 on: February 15, 2010, 07:15:15 pm »
Use rightclick/Paste as new

Geert
« Last Edit: February 15, 2010, 07:15:42 pm by Geert.Bellekens »

dermoritz

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: copy/paste elements in a diagram (data model)
« Reply #2 on: February 15, 2010, 07:20:10 pm »
many thx! :-)

RoyC

  • EA Administrator
  • EA Practitioner
  • *****
  • Posts: 1297
  • Karma: +21/-4
  • Read The Help!
    • View Profile
Re: copy/paste elements in a diagram (data model)
« Reply #3 on: February 16, 2010, 08:57:33 am »
You can also set up a Table element as a template in a templates package. See:

http://www.sparxsystems.com/uml_tool_guide/modeling_with_uml/using_element_templates.html

All your table elements will then be created with the same properties as the template.
Best Regards, Roy

dermoritz

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: copy/paste elements in a diagram (data model)
« Reply #4 on: February 16, 2010, 06:50:25 pm »
good hint roy, thx!