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 anAssemblyContext
to the org.palladiosimulator.generator.fluent.system.addToSystem
(AbstractConnectorCreator connector) Adds aConnector
to the org.palladiosimulator.generator.fluent.system.Adds aResourceRequiredDelegationConnector
to the org.palladiosimulator.generator.fluent.system.addToSystem
(EventChannelCreator eventChannel) Adds anEventChannel
to the org.palladiosimulator.generator.fluent.system.addToSystem
(QoSAnnotationsCreator annotations) AddsQoSAnnotations
to the org.palladiosimulator.generator.fluent.system.Adds anInfrastructureProvidedRole
to the org.palladiosimulator.generator.fluent.system.Adds anInfrastructureRequiredRole
to the org.palladiosimulator.generator.fluent.system.Adds anOperationProvidedRole
to the org.palladiosimulator.generator.fluent.system.Adds anOperationRequiredRole
to the org.palladiosimulator.generator.fluent.system.Adds aResourceRequiredRole
to the org.palladiosimulator.generator.fluent.system.addToSystem
(SinkRoleCreator role) Adds aSinkRole
to the org.palladiosimulator.generator.fluent.system.addToSystem
(SourceRoleCreator role) Adds aSourceRole
to the org.palladiosimulator.generator.fluent.system.org.palladiosimulator.pcm.system.System
Completes 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 anAssemblyContext
to 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 aConnector
to 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 anOperationRequiredRole
to 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 anOperationProvidedRole
to 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 anEventChannel
to 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 aSinkRole
to 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 aSourceRole
to 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 anInfrastructureRequiredRole
to 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 anInfrastructureProvidedRole
to 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
AddsQoSAnnotations
to 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 aResourceRequiredRole
to 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 aResourceRequiredDelegationConnector
to 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
-