public class PCMSystemBuilder extends AbstractBuilder
| Constructor and Description |
|---|
PCMSystemBuilder(Root gastModel,
SoMoXConfiguration somoxConfiguration,
AnalysisResult analysisResult,
ComponentBuilder componentBuilder)
Main builder used to create model elements of the SAMM during component
detection with SoMoX.
|
| Modifier and Type | Method and Description |
|---|---|
void |
buildSystemModel()
Replicates roles of inner components and establishes delegation
connectors for them.
|
public PCMSystemBuilder(Root gastModel, SoMoXConfiguration somoxConfiguration, AnalysisResult analysisResult, ComponentBuilder componentBuilder)
gastModel - The GAST model containing the analyzed source codesomoxConfiguration - SoMoX configuration objectanalysisResult - Object holding the root elements of the models to createpublic void buildSystemModel()