Interface IAllocationAddition
- All Known Subinterfaces:
IAllocation
- All Known Implementing Classes:
AllocationCreator
public interface IAllocationAddition
TODO
-
Method Summary
Modifier and TypeMethodDescriptionaddToAllocation
(AllocationContextCreator allocationContext) Adds anAllocationContext
to the org.palladiosimulator.generator.fluent.allocation.org.palladiosimulator.pcm.allocation.Allocation
Completes the org.palladiosimulator.generator.fluent.allocation creation.withResourceEnvironment
(org.palladiosimulator.pcm.resourceenvironment.ResourceEnvironment environment) Defines theResourceEnvironmet
used for the org.palladiosimulator.generator.fluent.allocation.withSystem
(org.palladiosimulator.pcm.system.System system) Defines theSystem
used for the org.palladiosimulator.generator.fluent.allocation.
-
Method Details
-
createAllocationNow
org.palladiosimulator.pcm.allocation.Allocation createAllocationNow()Completes the org.palladiosimulator.generator.fluent.allocation creation.- Returns:
- the created org.palladiosimulator.generator.fluent.allocation
- See Also:
-
Allocation
-
withResourceEnvironment
IAllocationAddition withResourceEnvironment(org.palladiosimulator.pcm.resourceenvironment.ResourceEnvironment environment) Defines theResourceEnvironmet
used for the org.palladiosimulator.generator.fluent.allocation.- Parameters:
environment
-- Returns:
- this org.palladiosimulator.generator.fluent.allocation
- See Also:
-
ResourceEnvironment
-
withSystem
Defines theSystem
used for the org.palladiosimulator.generator.fluent.allocation.- Parameters:
org
- .palladiosimulator.generator.fluent.system- Returns:
- this org.palladiosimulator.generator.fluent.allocation
- See Also:
-
System
-
addToAllocation
Adds anAllocationContext
to the org.palladiosimulator.generator.fluent.allocation. The creator will be turned into a finished context.- Parameters:
allocationContext
-- Returns:
- this org.palladiosimulator.generator.fluent.allocation
- See Also:
-
AllocationContext
FluentAllocationFactory.newAllocationContext()
-