-
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Context
At the moment there is a little bit of support for Entity in the framework (see C4InterFlow.Structures.Entity).
- There is support for Composition via
ComposedOfManyandComposedOfOneproperties and Inheritance viaExtendsproperty. Entitycan be associated withContainerby being added underEntitiesobject.Entitycan also be associated withInterfaceby being added as itsInputand/orOutput
Requirement
- Allow
Entityto be added toNamespaceunder 'Entities' object - Allow
Entityto be added toSoftwareSystemunder 'Entities' object - Add 'Realises' property to 'Entity' so that lower level 'Entity' (e.g. at
Containerlevel ) can be associated with a higher levelEntity(e.g. asNamespacelevel)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request