Interface ComputedAllocationFactory

    • Method Detail

      • createComputedAllocationContext

        ComputedAllocationContext createComputedAllocationContext()
        Returns a new object of class 'Context'.
        Returns:
        a new object of class 'Context'.
        Generated class or method.
      • createResourceDemand

        ResourceDemand createResourceDemand()
        Returns a new object of class 'Resource Demand'.
        Returns:
        a new object of class 'Resource Demand'.
        Generated class or method.
      • createComputedAllocation

        ComputedAllocation createComputedAllocation()
        Returns a new object of class 'Computed Allocation'.
        Returns:
        a new object of class 'Computed Allocation'.
        Generated class or method.
      • getComputedAllocationPackage

        ComputedAllocationPackage getComputedAllocationPackage()
        Returns the package supported by this factory.
        Returns:
        the package supported by this factory.
        Generated class or method.