Interface ComputedAllocationFactory

All Superinterfaces:
EFactory, EModelElement, EObject, Notifier
All Known Implementing Classes:
ComputedAllocationFactoryImpl

public interface ComputedAllocationFactory extends EFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
See Also:
Generated class or method.
  • Field Details

  • Method Details

    • 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.