Interface IResourceEnvironmentAddition
- All Known Subinterfaces:
IResourceEnvironment
- All Known Implementing Classes:
ResourceEnvironmentCreator
public interface IResourceEnvironmentAddition
TODO
-
Method Summary
Modifier and TypeMethodDescriptionaddToResourceEnvironment
(LinkingResourceCreator linkingResource) Adds aLinkingResource
to the resource environment.addToResourceEnvironment
(ResourceContainerCreator resourceContainer) Adds aResourceContainer
to the resource environment.org.palladiosimulator.pcm.resourceenvironment.ResourceEnvironment
Completes the resource environment creation
-
Method Details
-
createResourceEnvironmentNow
org.palladiosimulator.pcm.resourceenvironment.ResourceEnvironment createResourceEnvironmentNow()Completes the resource environment creation- Returns:
- the created resource environment
- See Also:
-
ResourceEnvironment
-
addToResourceEnvironment
Adds aResourceContainer
to the resource environment. The creator will be turned into the finished container.- Parameters:
resourceContainer
-- Returns:
- this resource environment
- See Also:
-
ResourceContainer
FluentResourceEnvironmentFactory.newResourceContainer()
-
addToResourceEnvironment
Adds aLinkingResource
to the resource environment. The creator will be turned into the finished resource.- Parameters:
linkingResource
-- Returns:
- this resource environment
- See Also:
-
LinkingResource
FluentResourceEnvironmentFactory.newLinkingResource()
-