Class ComponentRelationDiagram
- java.lang.Object
-
- org.dddjava.jig.domain.model.documents.diagrams.ComponentRelationDiagram
-
- All Implemented Interfaces:
DiagramSourceWriter
public class ComponentRelationDiagram extends java.lang.Object implements DiagramSourceWriter
コンポーネント関連図 コンポーネント(フレームワークなどで識別されるもの)の関連を示します。
-
-
Constructor Summary
Constructors Constructor Description ComponentRelationDiagram(ComponentRelations componentRelations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DiagramSourcessources(JigDocumentContext jigDocumentContext)
-
-
-
Constructor Detail
-
ComponentRelationDiagram
public ComponentRelationDiagram(ComponentRelations componentRelations)
-
-
Method Detail
-
sources
public DiagramSources sources(JigDocumentContext jigDocumentContext)
- Specified by:
sourcesin interfaceDiagramSourceWriter
-
-