- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-18-2022 12:02 PM
What exactly is 'Independent' vs 'Dependent' in Identification rule?
I read in docs, but did not understand. So if anyone can explain with some example, would be great 🙂
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-18-2022 12:24 PM
Independent items are as the name indicates can exist independently and can be uniquely identified using the criterion attributes, whereas dependent items cannot exist independently and are dependent on independent items. The dependency between an independent and dependent item is called relationship.
Example: Linux server can be the independent item that can be identified using the name of the server, whereas tomcat is a dependent item that can only be uniquely identified with criterion attributes and the relationship that has to the independent item. Also, it can be associated with only one independent item for identification.
In the below tomcat runs on hardware and Linux is a subclass of hardware.
You can refer to the docs to better understand it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-18-2022 12:24 PM
Independent items are as the name indicates can exist independently and can be uniquely identified using the criterion attributes, whereas dependent items cannot exist independently and are dependent on independent items. The dependency between an independent and dependent item is called relationship.
Example: Linux server can be the independent item that can be identified using the name of the server, whereas tomcat is a dependent item that can only be uniquely identified with criterion attributes and the relationship that has to the independent item. Also, it can be associated with only one independent item for identification.
In the below tomcat runs on hardware and Linux is a subclass of hardware.
You can refer to the docs to better understand it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2022 03:28 AM
Thank you so much @ sandeep