Emit relations for subcomponents

This commit is contained in:
James Turley
2021-01-12 14:48:23 +00:00
parent eeb6f3ba93
commit 868f813992
3 changed files with 33 additions and 1 deletions
@@ -55,3 +55,10 @@ export const RELATION_CHILD_OF = 'childOf';
*/
export const RELATION_MEMBER_OF = 'memberOf';
export const RELATION_HAS_MEMBER = 'hasMember';
/**
* A part/whole relation, typically for components in a system and systems
* in a domain.
*/
export const RELATION_PART_OF = 'partOf';
export const RELATION_HAS_PART = 'hasPart';