Interface RepositorydecoratorFactory

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

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

  • Method Details

    • createInterfaceProvidingRequiringEntityResults

      InterfaceProvidingRequiringEntityResults createInterfaceProvidingRequiringEntityResults()
      Returns a new object of class 'Interface Providing Requiring Entity Results'.
      Returns:
      a new object of class 'Interface Providing Requiring Entity Results'.
      Generated class or method.
    • createAllocationContextResults

      AllocationContextResults createAllocationContextResults()
      Returns a new object of class 'Allocation Context Results'.
      Returns:
      a new object of class 'Allocation Context Results'.
      Generated class or method.
    • createAllocationServiceResult

      AllocationServiceResult createAllocationServiceResult()
      Returns a new object of class 'Allocation Service Result'.
      Returns:
      a new object of class 'Allocation Service Result'.
      Generated class or method.
    • getRepositorydecoratorPackage

      RepositorydecoratorPackage getRepositorydecoratorPackage()
      Returns the package supported by this factory.
      Returns:
      the package supported by this factory.
      Generated class or method.