Class SinkDelegationConnectorCreator


public class SinkDelegationConnectorCreator extends AbstractConnectorCreator
This class constructs a SinkDelegationConnector.
See Also:
  • SinkDelegationConnector
  • Constructor Details

    • SinkDelegationConnectorCreator

      public SinkDelegationConnectorCreator(SystemCreator systemCreator)
  • Method Details

    • withOuterSinkRole

      public SinkDelegationConnectorCreator withOuterSinkRole(org.palladiosimulator.pcm.repository.SinkRole role)
      Defines the SinkRole of the org.palladiosimulator.generator.fluent.system, delegated to an AssemblyContext.
      Parameters:
      role -
      Returns:
      this connector
      See Also:
      • SinkRole
    • withOuterSinkRole

      public SinkDelegationConnectorCreator withOuterSinkRole(String name) throws NoSuchElementException
      Defines the SinkRole of the org.palladiosimulator.generator.fluent.system, delegated to an AssemblyContext. The sink roles added to the org.palladiosimulator.generator.fluent.system are searched for one that matches the given name.
      Parameters:
      role -
      Returns:
      this connector
      Throws:
      NoSuchElementException - Thrown if no element matches the given name.
      See Also:
      • SinkRole
    • withAssemblyContext

      public SinkRoleSelector<SinkDelegationConnectorCreator> withAssemblyContext(org.palladiosimulator.pcm.core.composition.AssemblyContext context)
      Defines the AssemblyContext with the sink role.
      Parameters:
      context -
      Returns:
      this connector
      See Also:
      • AssemblyContext
      • SinkRole
    • withAssemblyContext

      public SinkRoleSelector<SinkDelegationConnectorCreator> withAssemblyContext(String name)
      Defines the AssemblyContext with the sink role. The assembly contexts added to the org.palladiosimulator.generator.fluent.system are searched for one that matches the given name.
      Parameters:
      name -
      Returns:
      this connector
      Throws:
      NoSuchElementException - Thrown if no element matches the given name.
      See Also:
      • AssemblyContext
      • SinkRole
    • build

      public org.palladiosimulator.pcm.core.composition.SinkDelegationConnector build()
      Description copied from class: Entity
      Turns the entity in the making into the finished entity.
      Specified by:
      build in class AbstractConnectorCreator
      Returns:
      the finished entity
    • withName

      public SinkDelegationConnectorCreator withName(String name)
      Description copied from class: Entity
      Defines the unique name of this current entity. Once created entities are referenced by this name. Only entities with a unique name can be fetched from the model.
      Overrides:
      withName in class Entity
      Returns:
      this current entity in the making