Book a Demo

Author Topic: Modelling Data Hierarchy with SysML  (Read 4202 times)

quarter

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Modelling Data Hierarchy with SysML
« on: February 16, 2018, 09:16:40 am »
I'm developing a set of Activity Diagrams (object flow) to describe a system where many of the sub-activities generate portions of full data set, analogous to a book with chapters.  Some activities work with individual chapters, others work at the book level.  My thought was to create a datastore hierarchy with a the book-level being the top-level datastore, and each chapter being it's own datastore at the second level.  I created a package for them, and was thinking I could use a bdd to describe a hierarchy using Part Association connections.  But when I try attach the elements, I only see control flow connections.  Is this possible in EA, or is there a better approach to it?   Also, I've looked at using control nodes (merge, join, fork), but I think it would make spaghetti. 

Nizam

  • Prolab Moderator
  • EA User
  • *
  • Posts: 320
  • Karma: +15/-2
  • Model Sharing - Simplified
    • View Profile
    • Professional Model Collaboration
Re: Modelling Data Hierarchy with SysML
« Reply #1 on: February 16, 2018, 12:23:31 pm »
You can achieve this using nesting relationship,  however my vote will be to create the package hierarchy,  which will align well with your specs

KP

  • EA Administrator
  • EA Expert
  • *****
  • Posts: 2919
  • Karma: +55/-3
    • View Profile
Re: Modelling Data Hierarchy with SysML
« Reply #2 on: February 16, 2018, 04:33:58 pm »
was thinking I could use a bdd to describe a hierarchy using Part Association connections.  But when I try attach the elements, I only see control flow connections.

Compositions are certainly legal between SysML activities. If they aren't available from the Quicklinker or the Activity diagram Toolbox, grab them from some other Toolbox (e.g. Block diagram).
The Sparx Team
[email protected]

quarter

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Modelling Data Hierarchy with SysML
« Reply #3 on: February 17, 2018, 12:57:04 am »
OK, thanks.  I'll try both.