ContextDiagramData
com.ossuminc.riddl.passes.diagrams.ContextDiagramData
case class ContextDiagramData(domain: Domain, aggregates: Seq[Entity], relationships: Seq[ContextRelationship])
The information needed to generate a Context Diagram showing the relationships between bounded contexts
Value parameters
- aggregates
-
The aggregate entities involved in the context relationships
- domain
-
The domain or subdomain to which the context map pertains
- relationships
-
The relationships between contexts
Attributes
- Source
- DiagramsPass.scala
- Graph
-
- Supertypes
Members list
In this article