Class EndpointInformation

java.lang.Object
org.somox.analyzer.simplemodelanalyzer.builder.util.EndpointInformation

public class EndpointInformation extends Object
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 Details

    • EndpointInformation

      public EndpointInformation(InterfaceSourceCodeLink interfaceSourceCodeLink, org.palladiosimulator.pcm.repository.Role role, org.palladiosimulator.pcm.core.composition.AssemblyContext assemblyContext)
  • Method Details

    • getInterfaceSourceCodeLink

      public InterfaceSourceCodeLink getInterfaceSourceCodeLink()
    • getRole

      public org.palladiosimulator.pcm.repository.Role getRole()
    • getAssemblyContext

      public org.palladiosimulator.pcm.core.composition.AssemblyContext getAssemblyContext()
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object