You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ComposedOfMany and ComposedOfOne properties and Inheritance via Extends property.
Entity can be associated with Container by being added under Entities object.
Entity can also be associated with Interface by being added as its Input and/or Output
Requirement
Allow Entity to be added to Namespace under 'Entities' object
Allow Entity to be added to SoftwareSystem under 'Entities' object
Add 'Realises' property to 'Entity' so that lower level 'Entity' (e.g. at Container level ) can be associated with a higher level Entity (e.g. as Namespace level)
The text was updated successfully, but these errors were encountered:
Context
At the moment there is a little bit of support for Entity in the framework (see
C4InterFlow.Structures.Entity
).ComposedOfMany
andComposedOfOne
properties and Inheritance viaExtends
property.Entity
can be associated withContainer
by being added underEntities
object.Entity
can also be associated withInterface
by being added as itsInput
and/orOutput
Requirement
Entity
to be added toNamespace
under 'Entities' objectEntity
to be added toSoftwareSystem
under 'Entities' objectContainer
level ) can be associated with a higher levelEntity
(e.g. asNamespace
level)The text was updated successfully, but these errors were encountered: