Class InfrastructureRequiredRoleCreator


  • public class InfrastructureRequiredRoleCreator
    extends SystemEntity
    This class constructs an InfrastructureRequiredRole.
    See Also:
    InfrastructureRequiredRole
    • Constructor Detail

      • InfrastructureRequiredRoleCreator

        public InfrastructureRequiredRoleCreator​(SystemCreator systemCreator)
    • Method Detail

      • withRequiredInterface

        public InfrastructureRequiredRoleCreator withRequiredInterface​(org.palladiosimulator.pcm.repository.InfrastructureInterface infrastructureInterface)
        Defines the InfrastructureInterface this role requires.
        Parameters:
        infrastructureInterface -
        Returns:
        this role creator
        See Also:
        InfrastructureInterface
      • withRequiredInterface

        public InfrastructureRequiredRoleCreator withRequiredInterface​(String name)
                                                                throws NoSuchElementException
        Defines the InfrastructureInterface this role requires. Searches the repositories added to the org.palladiosimulator.generator.fluent.system for an interface that matches the given name.
        Parameters:
        name -
        Returns:
        this role creator
        Throws:
        NoSuchElementException - Thrown if no element matches the given name.
        See Also:
        InfrastructureInterface
      • build

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

        public InfrastructureRequiredRoleCreator 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