Class EndpointInformation
java.lang.Object
org.somox.analyzer.simplemodelanalyzer.builder.util.EndpointInformation
Builder-related information for proper connector creation to inner
components. An EndpointInformation stores all information to identify an
endpoint of a connector on a component. An endpoint can be a provided role or
required role offered by a component instance identified by its assembly
context.
-
Constructor Summary
ConstructorDescriptionEndpointInformation
(InterfaceSourceCodeLink interfaceSourceCodeLink, org.palladiosimulator.pcm.repository.Role role, org.palladiosimulator.pcm.core.composition.AssemblyContext assemblyContext) -
Method Summary
-
Constructor Details
-
EndpointInformation
public EndpointInformation(InterfaceSourceCodeLink interfaceSourceCodeLink, org.palladiosimulator.pcm.repository.Role role, org.palladiosimulator.pcm.core.composition.AssemblyContext assemblyContext)
-
-
Method Details