Book a Demo

Author Topic: how to create/remove a class template  (Read 2612 times)

dspies

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
how to create/remove a class template
« on: February 08, 2011, 04:17:07 am »
I unintentionally created a class template (or profile) somehow and now when I place a new class on my class diagram it populates the new class with attributes from this template.  How do I set or remove these default attributes so that each new class does not get pre-populated with them?

For instance, if my 'template' class had attributes
Code: [Select]
String name
String description

when I add a new class to the class diagram it would appears as
Code: [Select]
Class1
-----------------
String name
String description
by default


Aaron B

  • EA Administrator
  • EA User
  • *****
  • Posts: 941
  • Karma: +18/-0
    • View Profile
Re: how to create/remove a class template
« Reply #1 on: February 08, 2011, 09:02:11 am »
See:
http://www.sparxsystems.com/enterprise_architect_user_guide/8.0/modeling_fundamentals/using_element_templates.html

Select Settings | Template Package and set the template package to <none>.

HTH.