Interface IAllocationAddition
-
- All Known Subinterfaces:
IAllocation
- All Known Implementing Classes:
AllocationCreator
public interface IAllocationAdditionTODO
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IAllocationAdditionaddToAllocation(AllocationContextCreator allocationContext)Adds anAllocationContextto the org.palladiosimulator.generator.fluent.allocation.org.palladiosimulator.pcm.allocation.AllocationcreateAllocationNow()Completes the org.palladiosimulator.generator.fluent.allocation creation.IAllocationAdditionwithResourceEnvironment(org.palladiosimulator.pcm.resourceenvironment.ResourceEnvironment environment)Defines theResourceEnvironmetused for the org.palladiosimulator.generator.fluent.allocation.IAllocationAdditionwithSystem(org.palladiosimulator.pcm.system.System system)Defines theSystemused for the org.palladiosimulator.generator.fluent.allocation.
-
-
-
Method Detail
-
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 theResourceEnvironmetused for the org.palladiosimulator.generator.fluent.allocation.- Parameters:
environment-- Returns:
- this org.palladiosimulator.generator.fluent.allocation
- See Also:
ResourceEnvironment
-
withSystem
IAllocationAddition withSystem(org.palladiosimulator.pcm.system.System system)
Defines theSystemused for the org.palladiosimulator.generator.fluent.allocation.- Parameters:
org- .palladiosimulator.generator.fluent.system- Returns:
- this org.palladiosimulator.generator.fluent.allocation
- See Also:
System
-
addToAllocation
IAllocationAddition addToAllocation(AllocationContextCreator allocationContext)
Adds anAllocationContextto 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()
-
-