Interface IAllocationAddition
- All Known Subinterfaces:
IAllocation
- All Known Implementing Classes:
AllocationCreator
public interface IAllocationAddition
TODO
-
Method Summary
Modifier and TypeMethodDescriptionaddToAllocation(AllocationContextCreator allocationContext) Adds anAllocationContextto the org.palladiosimulator.generator.fluent.allocation.org.palladiosimulator.pcm.allocation.AllocationCompletes the org.palladiosimulator.generator.fluent.allocation creation.withResourceEnvironment(org.palladiosimulator.pcm.resourceenvironment.ResourceEnvironment environment) Defines theResourceEnvironmetused for the org.palladiosimulator.generator.fluent.allocation.withSystem(org.palladiosimulator.pcm.system.System system) Defines theSystemused 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 theResourceEnvironmetused for the org.palladiosimulator.generator.fluent.allocation.- Parameters:
environment-- Returns:
- this org.palladiosimulator.generator.fluent.allocation
- See Also:
-
ResourceEnvironment
-
withSystem
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
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:
-
AllocationContextFluentAllocationFactory.newAllocationContext()
-