Interface IAllocationAddition

All Known Subinterfaces:
IAllocation
All Known Implementing Classes:
AllocationCreator

public interface IAllocationAddition
TODO
  • Method Summary

    Modifier and Type
    Method
    Description
    Adds an AllocationContext 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 the ResourceEnvironmet used for the org.palladiosimulator.generator.fluent.allocation.
    withSystem(org.palladiosimulator.pcm.system.System system)
    Defines the System 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 the ResourceEnvironmet used 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 the System 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

      IAllocationAddition addToAllocation(AllocationContextCreator allocationContext)
      Adds an AllocationContext 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: