Book a Demo

Author Topic: role name  (Read 13582 times)

kwasposer

  • EA User
  • **
  • Posts: 91
  • Karma: +1/-0
    • View Profile
role name
« on: March 25, 2020, 08:20:05 am »
Sysmod example Forest Fire Detection is my tutorial.

I am courious about the role name. I still did not get the meaning of it.

Looking at the example FFDS, all role names got "-". But if I create my own component and add a role name to the link, it gets a "+"

? Where can I change "+" to "-" ?
? What is the meaning of it ?

This is a screenshot of my description:

https://imgur.com/a/VmXlPrG


qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: role name
« Reply #1 on: March 25, 2020, 08:25:13 am »
Blk is a property inside the right class typed with the left class. +/- is public/private.. Can be set in the properties of the role in the association.

q.

P.S. Geert has a nice blog entry about associations vs. properties.