Class BasicComponentCreator
- java.lang.Object
-
- org.palladiosimulator.generator.fluent.shared.structure.Entity
-
- org.palladiosimulator.generator.fluent.repository.structure.RepositoryEntity
-
- org.palladiosimulator.generator.fluent.repository.structure.components.Component
-
- org.palladiosimulator.generator.fluent.repository.structure.components.BasicComponentCreator
-
public class BasicComponentCreator extends Component
This class constructs aBasicComponent. It is used to create the 'BasicComponent' object step-by-step, i.e. 'BasicComponentCreator' objects are of intermediate state.- See Also:
BasicComponent
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.generator.fluent.repository.structure.components.Component
providedRoles, requiredRoles, resourceRequiredRoles
-
Fields inherited from class org.palladiosimulator.generator.fluent.repository.structure.RepositoryEntity
repository
-
-
Constructor Summary
Constructors Constructor Description BasicComponentCreator(RepositoryCreator repo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddVariableUsage(org.palladiosimulator.pcm.parameter.VariableUsage varUsage)org.palladiosimulator.pcm.repository.BasicComponentbuild()Turns the entity in the making into the finished entity.BasicComponentCreatorconforms(CompleteComponentTypeCreator completeComponentType)Creates a conforming (parental) connection to thecompleteComponentTypeand adds it to the basic component.BasicComponentCreatorconforms(org.palladiosimulator.pcm.repository.CompleteComponentType completeComponentType)Creates a conforming (parental) connection to thecompleteComponentTypeand adds it to the basic component.BasicComponentCreatoremits(EventGroupCreator eventGroup)Creates aSourceRoleconnection between the component and theEventGroupeventGroupand adds it to the component.BasicComponentCreatoremits(EventGroupCreator eventGroup, String name)Creates aSourceRoleconnection with the namenamebetween the component and theEventGroupeventGroupand adds it to the component.BasicComponentCreatoremits(org.palladiosimulator.pcm.repository.EventGroup eventGroup)Creates aSourceRoleconnection between the component and theEventGroupeventGroupand adds it to the component.BasicComponentCreatoremits(org.palladiosimulator.pcm.repository.EventGroup eventGroup, String name)Creates aSourceRoleconnection with the namenamebetween the component and theEventGroupeventGroupand adds it to the component.BasicComponentCreatorhandles(EventGroupCreator eventGroup)Creates aSinkRoleconnection between the component and theEventGroupeventGroupand adds it to the component.BasicComponentCreatorhandles(EventGroupCreator eventGroup, String name)Creates aSinkRoleconnection with the namenamebetween the component and theEventGroupeventGroupand adds it to the component.BasicComponentCreatorhandles(org.palladiosimulator.pcm.repository.EventGroup eventGroup)Creates aSinkRoleconnection between the component and theEventGroupeventGroupand adds it to the component.BasicComponentCreatorhandles(org.palladiosimulator.pcm.repository.EventGroup eventGroup, String name)Creates aSinkRoleconnection with the namenamebetween the component and theEventGroupeventGroupand adds it to the component.BasicComponentCreatorofType(org.palladiosimulator.pcm.repository.ComponentType type)Sets the type of the basic component.
Possible values are 'BUSINESS_COMPONENT' (default) and 'INFRASTRUCTURE_COMPONENT'.BasicComponentCreatorprovides(OperationInterfaceCreator interfce)Creates anOperationProvidedRoleconnection between the component and theOperationInterfaceinterfceand adds it to the component.BasicComponentCreatorprovides(OperationInterfaceCreator interfce, String name)Creates anOperationProvidedRoleconnection with the namenamebetween the component and theOperationInterfaceinterfceand adds it to the component.BasicComponentCreatorprovides(org.palladiosimulator.pcm.repository.OperationInterface interfce)Creates anOperationProvidedRoleconnection between the component and theOperationInterfaceinterfceand adds it to the component.BasicComponentCreatorprovides(org.palladiosimulator.pcm.repository.OperationInterface interfce, String name)Creates anOperationProvidedRoleconnection with the namenamebetween the component and theOperationInterfaceinterfceand adds it to the component.BasicComponentCreatorprovidesInfrastructure(InfrastructureInterfaceCreator interfce)Creates anInfrastructureProvidedRoleconnection between the component and theInfrastructureInterfaceinterfceand adds it to the component.BasicComponentCreatorprovidesInfrastructure(InfrastructureInterfaceCreator interfce, String name)Creates anInfrastructureProvidedRoleconnection with the namenamebetween the component and theInfrastructureInterfaceinterfceand adds it to the component.BasicComponentCreatorprovidesInfrastructure(org.palladiosimulator.pcm.repository.InfrastructureInterface interfce)Creates anInfrastructureProvidedRoleconnection between the component and theInfrastructureInterfaceinterfceand adds it to the component.BasicComponentCreatorprovidesInfrastructure(org.palladiosimulator.pcm.repository.InfrastructureInterface interfce, String name)Creates anInfrastructureProvidedRoleconnection with the namenamebetween the component and theInfrastructureInterfaceinterfceand adds it to the component.BasicComponentCreatorrequires(OperationInterfaceCreator interfce)Creates anOperationRequiredRoleconnection between the component and theOperationInterfaceinterfceand adds it to the component.BasicComponentCreatorrequires(OperationInterfaceCreator interfce, String name)Creates anOperationRequiredRoleconnection with the namenamebetween the component and theOperationInterfaceinterfceand adds it to the component.BasicComponentCreatorrequires(org.palladiosimulator.pcm.repository.OperationInterface interfce)Creates anOperationRequiredRoleconnection between the component and theOperationInterfaceinterfceand adds it to the component.BasicComponentCreatorrequires(org.palladiosimulator.pcm.repository.OperationInterface interfce, String name)Creates anOperationRequiredRoleconnection with the namenamebetween the component and theOperationInterfaceinterfceand adds it to the component.BasicComponentCreatorrequiresInfrastructure(InfrastructureInterfaceCreator interfce)Creates anInfrastructureRequiredRoleconnection between the component and theInfrastructureInterfaceinterfceand adds it to the component.BasicComponentCreatorrequiresInfrastructure(InfrastructureInterfaceCreator interfce, String name)Creates anInfrastructureRequiredRoleconnection with the namenamebetween the component and theInfrastructureInterfaceinterfceand adds it to the component.BasicComponentCreatorrequiresInfrastructure(org.palladiosimulator.pcm.repository.InfrastructureInterface interfce)Creates anInfrastructureRequiredRoleconnection between the component and theInfrastructureInterfaceinterfceand adds it to the component.BasicComponentCreatorrequiresInfrastructure(org.palladiosimulator.pcm.repository.InfrastructureInterface interfce, String name)Creates anInfrastructureRequiredRoleconnection with the namenamebetween the component and theInfrastructureInterfaceinterfceand adds it to the component.BasicComponentCreatorrequiresResource(ResourceInterface resourceInterface)Creates aResourceRequiredRoleconnection between the component and theResourceInterfaceresourceInterfaceand adds it to the component.BasicComponentCreatorrequiresResource(ResourceInterface resourceInterface, String name)Creates aResourceRequiredRoleconnection with the namenamebetween the component and theResourceInterfaceresourceInterfaceand adds it to the component.BasicComponentCreatorwithName(String name)Defines the unique name of this current entity.BasicComponentCreatorwithPassiveResource(String capacityStochasticExpression, org.palladiosimulator.pcm.reliability.ResourceTimeoutFailureType failureType)Adds a passive resource (e.g.BasicComponentCreatorwithPassiveResource(String capacityStochasticExpression, org.palladiosimulator.pcm.reliability.ResourceTimeoutFailureType failureType, String name)Adds a passive resource (e.g.BasicComponentCreatorwithServiceEffectSpecification(Seff seff)Adds a service effect specification (SEFF) to the basic component.BasicComponentCreatorwithVariableUsage(VariableUsageCreator variableUsage)Adds aVariableUsageto the basic component.
-
-
-
Constructor Detail
-
BasicComponentCreator
public BasicComponentCreator(RepositoryCreator repo)
-
-
Method Detail
-
withName
public BasicComponentCreator withName(String name)
Description copied from class:EntityDefines 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.
-
ofType
public BasicComponentCreator ofType(org.palladiosimulator.pcm.repository.ComponentType type)
Sets the type of the basic component.
Possible values are 'BUSINESS_COMPONENT' (default) and 'INFRASTRUCTURE_COMPONENT'.- Parameters:
type-- Returns:
- the basic component in the making
-
provides
public BasicComponentCreator provides(OperationInterfaceCreator interfce)
Description copied from class:ComponentCreates anOperationProvidedRoleconnection between the component and theOperationInterfaceinterfceand adds it to the component.Create a new operation interface by using the org.palladiosimulator.generator.fluent.component.factory, i.e.
create.newOperationInterface().- Overrides:
providesin classComponent- Returns:
- this component
- See Also:
FluentRepositoryFactory.newOperationInterface()
-
provides
public BasicComponentCreator provides(OperationInterfaceCreator interfce, String name)
Description copied from class:ComponentCreates anOperationProvidedRoleconnection with the namenamebetween the component and theOperationInterfaceinterfceand adds it to the component. Setting thenameis important for referencing if the role is used in a connector of a composite component and/or subsystem later on.Create a new operation interface by using the org.palladiosimulator.generator.fluent.component.factory, i.e.
create.newOperationInterface().- Overrides:
providesin classComponent- Returns:
- this component
- See Also:
FluentRepositoryFactory.newOperationInterface()
-
provides
public BasicComponentCreator provides(org.palladiosimulator.pcm.repository.OperationInterface interfce)
Description copied from class:ComponentCreates anOperationProvidedRoleconnection between the component and theOperationInterfaceinterfceand adds it to the component.An existing
interfcecan be fetched from the repository using the org.palladiosimulator.generator.fluent.component.factory, i.e.create.fetchOfOperationInterface(name).- Overrides:
providesin classComponent- Returns:
- this component
- See Also:
FluentRepositoryFactory.fetchOfOperationInterface(String)
-
provides
public BasicComponentCreator provides(org.palladiosimulator.pcm.repository.OperationInterface interfce, String name)
Description copied from class:ComponentCreates anOperationProvidedRoleconnection with the namenamebetween the component and theOperationInterfaceinterfceand adds it to the component. Setting thenameis important for referencing if the role is used in a connector of a composite component and/or subsystem later on.An existing
interfcecan be fetched from the repository using the org.palladiosimulator.generator.fluent.component.factory, i.e.create.fetchOfOperationInterface(name).- Overrides:
providesin classComponent- Returns:
- this component
- See Also:
FluentRepositoryFactory.fetchOfOperationInterface(String)
-
providesInfrastructure
public BasicComponentCreator providesInfrastructure(InfrastructureInterfaceCreator interfce)
Description copied from class:ComponentCreates anInfrastructureProvidedRoleconnection between the component and theInfrastructureInterfaceinterfceand adds it to the component.Create a new infrastructure interface by using the org.palladiosimulator.generator.fluent.component.factory, i.e.
create.newInfrastructureInterface().- Overrides:
providesInfrastructurein classComponent- Returns:
- this component
- See Also:
FluentRepositoryFactory.newInfrastructureInterface()
-
providesInfrastructure
public BasicComponentCreator providesInfrastructure(InfrastructureInterfaceCreator interfce, String name)
Description copied from class:ComponentCreates anInfrastructureProvidedRoleconnection with the namenamebetween the component and theInfrastructureInterfaceinterfceand adds it to the component. Setting thenameis important for referencing if the role is used in a connector of a composite component and/or subsystem later on.Create a new infrastructure interface by using the org.palladiosimulator.generator.fluent.component.factory, i.e.
create.newInfrastructureInterface().- Overrides:
providesInfrastructurein classComponent- Returns:
- this component
- See Also:
FluentRepositoryFactory.newInfrastructureInterface()
-
providesInfrastructure
public BasicComponentCreator providesInfrastructure(org.palladiosimulator.pcm.repository.InfrastructureInterface interfce)
Description copied from class:ComponentCreates anInfrastructureProvidedRoleconnection between the component and theInfrastructureInterfaceinterfceand adds it to the component.An existing
interfcecan be fetched from the repository using the org.palladiosimulator.generator.fluent.component.factory, i.e.create.fetchOfInfrastructureInterface(name).- Overrides:
providesInfrastructurein classComponent- Returns:
- this component
- See Also:
FluentRepositoryFactory.fetchOfInfrastructureInterface(String)
-
providesInfrastructure
public BasicComponentCreator providesInfrastructure(org.palladiosimulator.pcm.repository.InfrastructureInterface interfce, String name)
Description copied from class:ComponentCreates anInfrastructureProvidedRoleconnection with the namenamebetween the component and theInfrastructureInterfaceinterfceand adds it to the component. Setting thenameis important for referencing if the role is used in a connector of a composite component and/or subsystem later on.An existing
interfcecan be fetched from the repository using the org.palladiosimulator.generator.fluent.component.factory, i.e.create.fetchOfInfrastructureInterface(name).- Overrides:
providesInfrastructurein classComponent- Returns:
- this component
- See Also:
FluentRepositoryFactory.fetchOfInfrastructureInterface(String)
-
handles
public BasicComponentCreator handles(EventGroupCreator eventGroup)
Description copied from class:ComponentCreates aSinkRoleconnection between the component and theEventGroupeventGroupand adds it to the component.Create a new event group by using the org.palladiosimulator.generator.fluent.component.factory, i.e.
create.newEventGroup().- Overrides:
handlesin classComponent- Returns:
- this component
- See Also:
FluentRepositoryFactory.newEventGroup()
-
handles
public BasicComponentCreator handles(EventGroupCreator eventGroup, String name)
Description copied from class:ComponentCreates aSinkRoleconnection with the namenamebetween the component and theEventGroupeventGroupand adds it to the component. Setting thenameis important for referencing if the role is used in a connector of a composite component and/or subsystem later on.Create a new event group by using the org.palladiosimulator.generator.fluent.component.factory, i.e.
create.newEventGroup().- Overrides:
handlesin classComponent- Returns:
- this component
- See Also:
FluentRepositoryFactory.newEventGroup()
-
handles
public BasicComponentCreator handles(org.palladiosimulator.pcm.repository.EventGroup eventGroup)
Description copied from class:ComponentCreates aSinkRoleconnection between the component and theEventGroupeventGroupand adds it to the component.An existing
eventGroupcan be fetched from the repository using the org.palladiosimulator.generator.fluent.component.factory, i.e.create.fetchOfEventGroup(name).- Overrides:
handlesin classComponent- Returns:
- this component
- See Also:
FluentRepositoryFactory.fetchOfEventGroup(String)
-
handles
public BasicComponentCreator handles(org.palladiosimulator.pcm.repository.EventGroup eventGroup, String name)
Description copied from class:ComponentCreates aSinkRoleconnection with the namenamebetween the component and theEventGroupeventGroupand adds it to the component. Setting thenameis important for referencing if the role is used in a connector of a composite component and/or subsystem later on.An existing
eventGroupcan be fetched from the repository using the org.palladiosimulator.generator.fluent.component.factory, i.e.create.fetchOfEventGroup(name).- Overrides:
handlesin classComponent- Returns:
- this component
- See Also:
FluentRepositoryFactory.fetchOfEventGroup(String)
-
requires
public BasicComponentCreator requires(OperationInterfaceCreator interfce)
Description copied from class:ComponentCreates anOperationRequiredRoleconnection between the component and theOperationInterfaceinterfceand adds it to the component.Create a new operation interface by using the org.palladiosimulator.generator.fluent.component.factory, i.e.
create.newOperationInterface().- Overrides:
requiresin classComponent- Returns:
- this component
- See Also:
FluentRepositoryFactory.newOperationInterface()
-
requires
public BasicComponentCreator requires(OperationInterfaceCreator interfce, String name)
Description copied from class:ComponentCreates anOperationRequiredRoleconnection with the namenamebetween the component and theOperationInterfaceinterfceand adds it to the component. Setting thenameis important for referencing if the role is used in a connector of a composite component and/or subsystem later on.Create a new operation interface by using the org.palladiosimulator.generator.fluent.component.factory, i.e.
create.newOperationInterface().- Overrides:
requiresin classComponent- Returns:
- this component
- See Also:
FluentRepositoryFactory.newOperationInterface()
-
requires
public BasicComponentCreator requires(org.palladiosimulator.pcm.repository.OperationInterface interfce)
Description copied from class:ComponentCreates anOperationRequiredRoleconnection between the component and theOperationInterfaceinterfceand adds it to the component.An existing
interfcecan be fetched from the repository using the org.palladiosimulator.generator.fluent.component.factory, i.e.create.fetchOfOperationInterface(name).- Overrides:
requiresin classComponent- Returns:
- this component
- See Also:
FluentRepositoryFactory.fetchOfOperationInterface(String)
-
requires
public BasicComponentCreator requires(org.palladiosimulator.pcm.repository.OperationInterface interfce, String name)
Description copied from class:ComponentCreates anOperationRequiredRoleconnection with the namenamebetween the component and theOperationInterfaceinterfceand adds it to the component. Setting thenameis important for referencing if the role is used in a connector of a composite component and/or subsystem later on.An existing
interfcecan be fetched from the repository using the org.palladiosimulator.generator.fluent.component.factory, i.e.create.fetchOfOperationInterface(name).- Overrides:
requiresin classComponent- Returns:
- this component
- See Also:
FluentRepositoryFactory.fetchOfOperationInterface(String)
-
requiresInfrastructure
public BasicComponentCreator requiresInfrastructure(InfrastructureInterfaceCreator interfce)
Description copied from class:ComponentCreates anInfrastructureRequiredRoleconnection between the component and theInfrastructureInterfaceinterfceand adds it to the component.Create a new infrastructure interface by using the org.palladiosimulator.generator.fluent.component.factory, i.e.
create.newInfrastructureInterface().- Overrides:
requiresInfrastructurein classComponent- Returns:
- this component
- See Also:
FluentRepositoryFactory.newInfrastructureInterface()
-
requiresInfrastructure
public BasicComponentCreator requiresInfrastructure(InfrastructureInterfaceCreator interfce, String name)
Description copied from class:ComponentCreates anInfrastructureRequiredRoleconnection with the namenamebetween the component and theInfrastructureInterfaceinterfceand adds it to the component. Setting thenameis important for referencing if the role is used in a connector of a composite component and/or subsystem later on.Create a new infrastructure interface by using the org.palladiosimulator.generator.fluent.component.factory, i.e.
create.newInfrastructureInterface().- Overrides:
requiresInfrastructurein classComponent- Returns:
- this component
- See Also:
FluentRepositoryFactory.newInfrastructureInterface()
-
requiresInfrastructure
public BasicComponentCreator requiresInfrastructure(org.palladiosimulator.pcm.repository.InfrastructureInterface interfce)
Description copied from class:ComponentCreates anInfrastructureRequiredRoleconnection between the component and theInfrastructureInterfaceinterfceand adds it to the component.An existing
interfcecan be fetched from the repository using the org.palladiosimulator.generator.fluent.component.factory, i.e.create.fetchOfInfrastructureInterface(name).- Overrides:
requiresInfrastructurein classComponent- Returns:
- this component
- See Also:
FluentRepositoryFactory.fetchOfInfrastructureInterface(String)
-
requiresInfrastructure
public BasicComponentCreator requiresInfrastructure(org.palladiosimulator.pcm.repository.InfrastructureInterface interfce, String name)
Description copied from class:ComponentCreates anInfrastructureRequiredRoleconnection with the namenamebetween the component and theInfrastructureInterfaceinterfceand adds it to the component. Setting thenameis important for referencing if the role is used in a connector of a composite component and/or subsystem later on.An existing
interfcecan be fetched from the repository using the org.palladiosimulator.generator.fluent.component.factory, i.e.create.fetchOfInfrastructureInterface(name).- Overrides:
requiresInfrastructurein classComponent- Returns:
- this component
- See Also:
FluentRepositoryFactory.fetchOfInfrastructureInterface(String)
-
emits
public BasicComponentCreator emits(EventGroupCreator eventGroup)
Description copied from class:ComponentCreates aSourceRoleconnection between the component and theEventGroupeventGroupand adds it to the component.Create a new event group by using the org.palladiosimulator.generator.fluent.component.factory, i.e.
create.newEventGroup().- Overrides:
emitsin classComponent- Returns:
- this component
- See Also:
FluentRepositoryFactory.newEventGroup()
-
emits
public BasicComponentCreator emits(EventGroupCreator eventGroup, String name)
Description copied from class:ComponentCreates aSourceRoleconnection with the namenamebetween the component and theEventGroupeventGroupand adds it to the component. Setting thenameis important for referencing if the role is used in a connector of a composite component and/or subsystem later on.Create a new event group by using the org.palladiosimulator.generator.fluent.component.factory, i.e.
create.newEventGroup().- Overrides:
emitsin classComponent- Returns:
- this component
- See Also:
FluentRepositoryFactory.newEventGroup()
-
emits
public BasicComponentCreator emits(org.palladiosimulator.pcm.repository.EventGroup eventGroup)
Description copied from class:ComponentCreates aSourceRoleconnection between the component and theEventGroupeventGroupand adds it to the component.An existing
eventGroupcan be fetched from the repository using the org.palladiosimulator.generator.fluent.component.factory, i.e.create.fetchOfEventGroup(name).- Overrides:
emitsin classComponent- Returns:
- this component
- See Also:
FluentRepositoryFactory.fetchOfEventGroup(String)
-
emits
public BasicComponentCreator emits(org.palladiosimulator.pcm.repository.EventGroup eventGroup, String name)
Description copied from class:ComponentCreates aSourceRoleconnection with the namenamebetween the component and theEventGroupeventGroupand adds it to the component. Setting thenameis important for referencing if the role is used in a connector of a composite component and/or subsystem later on.An existing
eventGroupcan be fetched from the repository using the org.palladiosimulator.generator.fluent.component.factory, i.e.create.fetchOfEventGroup(name).- Overrides:
emitsin classComponent- Returns:
- this component
- See Also:
FluentRepositoryFactory.fetchOfEventGroup(String)
-
requiresResource
public BasicComponentCreator requiresResource(ResourceInterface resourceInterface)
Description copied from class:ComponentCreates aResourceRequiredRoleconnection between the component and theResourceInterfaceresourceInterfaceand adds it to the component.An existing
resourceInterfacecan be fetched from the repository using the org.palladiosimulator.generator.fluent.component.factory, i.e.create.fetchOfResourceInterface(name).- Overrides:
requiresResourcein classComponent- Returns:
- this component
- See Also:
org.palladiosimulator.generator.fluent.repository.factory.FluentRepositoryFactory#fetchOfResourceInterface(String)
-
requiresResource
public BasicComponentCreator requiresResource(ResourceInterface resourceInterface, String name)
Description copied from class:ComponentCreates aResourceRequiredRoleconnection with the namenamebetween the component and theResourceInterfaceresourceInterfaceand adds it to the component. Setting thenameis important for referencing if the role is used in a connector of a composite component and/or subsystem later on.An existing
resourceInterfacecan be fetched from the repository using the org.palladiosimulator.generator.fluent.component.factory, i.e.create.fetchOfResourceInterface(name).- Overrides:
requiresResourcein classComponent- Returns:
- this component
- See Also:
org.palladiosimulator.generator.fluent.repository.factory.FluentRepositoryFactory#fetchOfResourceInterface(String)
-
conforms
public BasicComponentCreator conforms(CompleteComponentTypeCreator completeComponentType)
Creates a conforming (parental) connection to thecompleteComponentTypeand adds it to the basic component.Complete (Component) types abstract from the realization of components. They only contain provided and required roles omitting the components’ internal structure, i.e., the service effect specifications or assemblies.
The
completeComponentTypecan be created using the org.palladiosimulator.generator.fluent.component.factory, i.e.create.newCompleteComponentType().- Parameters:
completeComponentType-- Returns:
- the basic component in the making
- See Also:
FluentRepositoryFactory.newCompleteComponentType(),ImplementationComponentType.getParentCompleteComponentTypes(),CompleteComponentType
-
conforms
public BasicComponentCreator conforms(org.palladiosimulator.pcm.repository.CompleteComponentType completeComponentType)
Creates a conforming (parental) connection to thecompleteComponentTypeand adds it to the basic component.Complete (Component) types abstract from the realization of components. They only contain provided and required roles omitting the components’ internal structure, i.e., the service effect specifications or assemblies.
An existing
completeComponentTypecan be fetched from the repository using the org.palladiosimulator.generator.fluent.component.factory, i.e.create.fetchOfCompleteComponentType(name).- Parameters:
completeComponentType-- Returns:
- the basic component in the making
- See Also:
FluentRepositoryFactory.fetchOfCompleteComponentType(String),ImplementationComponentType.getParentCompleteComponentTypes(),CompleteComponentType
-
withPassiveResource
public BasicComponentCreator withPassiveResource(String capacityStochasticExpression, org.palladiosimulator.pcm.reliability.ResourceTimeoutFailureType failureType, String name)
Adds a passive resource (e.g. a semaphore) with namenameto the basic component.The stochastic expression in
capacity_stochasticExpressionbelongs to aPCMRandomVariableand describes the capacity of the passive resource. The givenfailureTypeis the failure type that represents a timeout failure of an acquiring action for this passive resource.- Parameters:
capacityStochasticExpression- stochastic expression as a stringfailureType- a resource timeout failurename- unique name of the passive resource- Returns:
- the basic component in the making
- See Also:
PassiveResource,PCMRandomVariable,ResourceTimeoutFailureType
-
withPassiveResource
public BasicComponentCreator withPassiveResource(String capacityStochasticExpression, org.palladiosimulator.pcm.reliability.ResourceTimeoutFailureType failureType)
Adds a passive resource (e.g. a semaphore) to the basic component.The stochastic expression in
capacity_stochasticExpressionbelongs to aPCMRandomVariableand describes the capacity of the passive resource. The givenfailureTypeis the failure type that represents a timeout failure of an acquiring action for this passive resource.- Parameters:
capacityStochasticExpression- stochastic expression as a stringfailureType- a resource timeout failure- Returns:
- the basic component in the making
- See Also:
PassiveResource,PCMRandomVariable,ResourceTimeoutFailureType
-
withServiceEffectSpecification
public BasicComponentCreator withServiceEffectSpecification(Seff seff)
Adds a service effect specification (SEFF) to the basic component.Service Effect Specification Models the effect of invoking a specific service of a basic component. Therefore, it references a signature from an Interface, for which the component takes a ProvidedRole, to identify the described service.
Create a new SEFF by using the org.palladiosimulator.generator.fluent.component.factory, i.e.
create.newSeff().- Parameters:
seff-- Returns:
- the basic component in the making
- See Also:
FluentRepositoryFactory.newSeff(),ServiceEffectSpecification,ResourceDemandingSEFF
-
withVariableUsage
public BasicComponentCreator withVariableUsage(VariableUsageCreator variableUsage)
Adds aVariableUsageto the basic component.Variable usages are used to characterize variables like input and output variables or component parameters. They contain the specification of the variable as VariableCharacterisation and also refer to the name of the characterized variable in its namedReference association.
Create a new variable usage by using the org.palladiosimulator.generator.fluent.component.factory, i.e.
create.newVariableUsage().- Parameters:
variableUsage- in the making- Returns:
- the basic component in the making
- See Also:
FluentRepositoryFactory.newVariableUsage(),VariableUsage
-
build
public org.palladiosimulator.pcm.repository.BasicComponent build()
Description copied from class:EntityTurns the entity in the making into the finished entity.
-
addVariableUsage
protected void addVariableUsage(org.palladiosimulator.pcm.parameter.VariableUsage varUsage)
-
-