Interface ISystemAddition
- All Known Subinterfaces:
ISystem
- All Known Implementing Classes:
SystemCreator
public interface ISystemAddition
TODO
-
Method Summary
Modifier and TypeMethodDescriptionaddRepository(org.palladiosimulator.pcm.repository.Repository repository) Adds a repository to the org.palladiosimulator.generator.fluent.system.addToSystem(AssemblyContextCreator context) Adds anAssemblyContextto the org.palladiosimulator.generator.fluent.system.addToSystem(AbstractConnectorCreator connector) Adds aConnectorto the org.palladiosimulator.generator.fluent.system.Adds aResourceRequiredDelegationConnectorto the org.palladiosimulator.generator.fluent.system.addToSystem(EventChannelCreator eventChannel) Adds anEventChannelto the org.palladiosimulator.generator.fluent.system.addToSystem(QoSAnnotationsCreator annotations) AddsQoSAnnotationsto the org.palladiosimulator.generator.fluent.system.Adds anInfrastructureProvidedRoleto the org.palladiosimulator.generator.fluent.system.Adds anInfrastructureRequiredRoleto the org.palladiosimulator.generator.fluent.system.Adds anOperationProvidedRoleto the org.palladiosimulator.generator.fluent.system.Adds anOperationRequiredRoleto the org.palladiosimulator.generator.fluent.system.Adds aResourceRequiredRoleto the org.palladiosimulator.generator.fluent.system.addToSystem(SinkRoleCreator role) Adds aSinkRoleto the org.palladiosimulator.generator.fluent.system.addToSystem(SourceRoleCreator role) Adds aSourceRoleto the org.palladiosimulator.generator.fluent.system.org.palladiosimulator.pcm.system.SystemCompletes the org.palladiosimulator.generator.fluent.system creation.
-
Method Details
-
createSystemNow
org.palladiosimulator.pcm.system.System createSystemNow()Completes the org.palladiosimulator.generator.fluent.system creation.- Returns:
- the final org.palladiosimulator.generator.fluent.system object
- See Also:
-
System
-
addRepository
Adds a repository to the org.palladiosimulator.generator.fluent.system. Components from added repositories can be added to the org.palladiosimulator.generator.fluent.system by name.- Parameters:
repository-- Returns:
- this org.palladiosimulator.generator.fluent.system
- See Also:
-
Repository
-
addToSystem
Adds anAssemblyContextto the org.palladiosimulator.generator.fluent.system. The creator will be turned into the finished AssemblyContext.- Parameters:
context-- Returns:
- this org.palladiosimulator.generator.fluent.system
- See Also:
-
AssemblyContext
-
addToSystem
Adds aConnectorto the org.palladiosimulator.generator.fluent.system. The creator will be turned into the finished connector.- Parameters:
connector-- Returns:
- this org.palladiosimulator.generator.fluent.system
- See Also:
-
Connector
-
addToSystem
Adds anOperationRequiredRoleto the org.palladiosimulator.generator.fluent.system. The creator will be turned into the finished connector.- Parameters:
role-- Returns:
- this org.palladiosimulator.generator.fluent.system
- See Also:
-
OperationRequiredRole
-
addToSystem
Adds anOperationProvidedRoleto the org.palladiosimulator.generator.fluent.system. The creator will be turned into the finished connector.- Parameters:
role-- Returns:
- this org.palladiosimulator.generator.fluent.system
- See Also:
-
OperationProvidedRole
-
addToSystem
Adds anEventChannelto the org.palladiosimulator.generator.fluent.system. The creator will be turned into the finished connector.- Parameters:
eventChannel-- Returns:
- this org.palladiosimulator.generator.fluent.system
- See Also:
-
EventChannel
-
addToSystem
Adds aSinkRoleto the org.palladiosimulator.generator.fluent.system. The creator will be turned into the finished connector.- Parameters:
role-- Returns:
- this org.palladiosimulator.generator.fluent.system
- See Also:
-
SinkRole
-
addToSystem
Adds aSourceRoleto the org.palladiosimulator.generator.fluent.system. The creator will be turned into the finished connector.- Parameters:
role-- Returns:
- this org.palladiosimulator.generator.fluent.system
-
addToSystem
Adds anInfrastructureRequiredRoleto the org.palladiosimulator.generator.fluent.system. The creator will be turned into the finished connector.- Parameters:
role-- Returns:
- this org.palladiosimulator.generator.fluent.system
- See Also:
-
InfrastructureRequiredRole
-
addToSystem
Adds anInfrastructureProvidedRoleto the org.palladiosimulator.generator.fluent.system. The creator will be turned into the finished connector.- Parameters:
role-- Returns:
- this org.palladiosimulator.generator.fluent.system
- See Also:
-
InfrastructureProvidedRole
-
addToSystem
AddsQoSAnnotationsto the org.palladiosimulator.generator.fluent.system. The creator will be turned into the finished connector.- Parameters:
annotations-- Returns:
- this org.palladiosimulator.generator.fluent.system
- See Also:
-
QoSAnnotations
-
addToSystem
Adds aResourceRequiredRoleto the org.palladiosimulator.generator.fluent.system. The creator will be turned into the finished connector.- Parameters:
role-- Returns:
- this org.palladiosimulator.generator.fluent.system
- See Also:
-
ResourceRequiredRole
-
addToSystem
Adds aResourceRequiredDelegationConnectorto the org.palladiosimulator.generator.fluent.system. The creator will be turned into the finished connector.- Parameters:
connector-- Returns:
- this org.palladiosimulator.generator.fluent.system
- See Also:
-
ResourceRequiredDelegationConnector
-