Interface AllocationFactory

    • Method Detail

      • createAllocationContext

        AllocationContext createAllocationContext()
        Returns a new object of class 'Context'.
        Returns:
        a new object of class 'Context'.
        Generated class or method.
      • createAllocation

        Allocation createAllocation()
        Returns a new object of class 'Allocation'.
        Returns:
        a new object of class 'Allocation'.
        Generated class or method.
      • getAllocationPackage

        AllocationPackage getAllocationPackage()
        Returns the package supported by this factory.
        Returns:
        the package supported by this factory.
        Generated class or method.