Interface IResourceEnvironmentAddition
- All Known Subinterfaces:
IResourceEnvironment
- All Known Implementing Classes:
ResourceEnvironmentCreator
public interface IResourceEnvironmentAddition
TODO
-
Method Summary
Modifier and TypeMethodDescriptionaddToResourceEnvironment(LinkingResourceCreator linkingResource) Adds aLinkingResourceto the resource environment.addToResourceEnvironment(ResourceContainerCreator resourceContainer) Adds aResourceContainerto the resource environment.org.palladiosimulator.pcm.resourceenvironment.ResourceEnvironmentCompletes 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 aResourceContainerto the resource environment. The creator will be turned into the finished container.- Parameters:
resourceContainer-- Returns:
- this resource environment
- See Also:
-
ResourceContainerFluentResourceEnvironmentFactory.newResourceContainer()
-
addToResourceEnvironment
Adds aLinkingResourceto the resource environment. The creator will be turned into the finished resource.- Parameters:
linkingResource-- Returns:
- this resource environment
- See Also:
-
LinkingResourceFluentResourceEnvironmentFactory.newLinkingResource()
-