public class AssemblyConnectorsInsideCompositeComponentStrategy extends Object implements IAssemblyConnectorStrategy
| Constructor and Description |
|---|
AssemblyConnectorsInsideCompositeComponentStrategy()
Default ctor.
|
AssemblyConnectorsInsideCompositeComponentStrategy(AssemblyConnectorBuilder connectorBuilder)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
buildAssemblyConnectors(ComponentImplementingClassesLink compositeComponentCandidate,
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.
|
@Deprecated public AssemblyConnectorsInsideCompositeComponentStrategy(AssemblyConnectorBuilder connectorBuilder)
connectorBuilder - The builder to use when actually creating instances of
assembly connectors.public AssemblyConnectorsInsideCompositeComponentStrategy()
public void buildAssemblyConnectors(ComponentImplementingClassesLink compositeComponentCandidate,compositeComponentSubgraph)
IAssemblyConnectorStrategybuildAssemblyConnectors in interface IAssemblyConnectorStrategycompositeComponentCandidate - 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 componentpublic void buildAssemblyConnectors(org.palladiosimulator.pcm.core.entity.ComposedProvidingRequiringEntity compositeStructure,
List<ComponentImplementingClassesLink> subComponents)
IAssemblyConnectorStrategybuildAssemblyConnectors in interface IAssemblyConnectorStrategysubComponents - The inner components for which to establish the connectors.