public interface IAssemblyConnectorStrategy
| Modifier and Type | Method and Description |
|---|---|
void |
buildAssemblyConnectors(ComponentImplementingClassesLink compositeComponentCandidate,
<any> compositeComponentSubgraph)
Create assembly connectors for the composite component candidate.
|
void |
buildAssemblyConnectors(org.palladiosimulator.pcm.core.entity.ComposedProvidingRequiringEntity compositeStructure,
List<ComponentImplementingClassesLink> subComponents)
Builder method for the SAMM system architecture.
|
void buildAssemblyConnectors(ComponentImplementingClassesLink compositeComponentCandidate, <any> compositeComponentSubgraph)
compositeComponentCandidate - The SAM model element representing the composite component foundcompositeComponentSubgraph - The graph of relations between the subcomponents of the composite component
used when detecting the composite componentvoid buildAssemblyConnectors(org.palladiosimulator.pcm.core.entity.ComposedProvidingRequiringEntity compositeStructure,
List<ComponentImplementingClassesLink> subComponents)
sammArchitecture - The outer systemsubComponents - The inner components for which to establish the connectors.