Class ResourceTimeoutFailureTypeCreator


  • public class ResourceTimeoutFailureTypeCreator
    extends RepositoryEntity
    This class constructs a ResourceTimeoutFailureType. It is used to create the 'ResourceTimeoutFailureType' object and prevent the usage of the creating method in the factory at a later point. 'ResourceTimeoutFailureTypeCreator' objects are of intermediate state.
    See Also:
    ResourceTimeoutFailureType
    • Constructor Detail

      • ResourceTimeoutFailureTypeCreator

        public ResourceTimeoutFailureTypeCreator​(String name,
                                                 RepositoryCreator repo)
    • Method Detail

      • build

        public org.palladiosimulator.pcm.reliability.FailureType 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