Book a Demo

Author Topic: Modeling the Windows Registy  (Read 12131 times)

sibiu

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Modeling the Windows Registy
« on: October 20, 2014, 03:08:03 am »
I am trying to describe a system that makes extensive use of a database and also the windows registry to store data. Getting the database part covered was easy as I just import it and all the tables come in as classes.

The problem I have is that every way I can thing or to model the registry seems clunky.. Does anybody have any tips?
« Last Edit: October 20, 2014, 03:08:50 am by Sibiu »

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Modeling the Windows Registy
« Reply #1 on: October 20, 2014, 06:40:41 am »
That heavily depends on what you want to show. The simplest would be to describe the registry as an artifact. If you want to show the structure you could use classes with composition down to the single elements you find in a registry.

q.