Skip to content
Leon Starr edited this page May 25, 2022 · 4 revisions

R54 / Generalization

External Entity is a Service Facing Entity or Client Facing Entity


Interactions from a Service Domain tend to fan out to one or more Client Domains. This makes sense because a common service is being supplied.

Conversely, interactions from multiple Client Domains may fan in to the same Service Domain.

Formalization

<subclass>.(Name, Domain) -> External Entity.(Name, Domain)
Clone this wiki locally