Interface DeploymentFactory

All Superinterfaces:
org.eclipse.emf.ecore.EFactory, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
DeploymentFactoryImpl

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

    • eINSTANCE

      static final DeploymentFactory eINSTANCE
      The singleton instance of the factory.
      Generated:
  • Method Details

    • createDeploymentModel

      DeploymentModel createDeploymentModel()
      Returns a new object of class 'Model'.
      Returns:
      a new object of class 'Model'.
      Generated:
    • createDeploymentContext

      DeploymentContext createDeploymentContext()
      Returns a new object of class 'Context'.
      Returns:
      a new object of class 'Context'.
      Generated:
    • createDeployedComponent

      DeployedComponent createDeployedComponent()
      Returns a new object of class 'Deployed Component'.
      Returns:
      a new object of class 'Deployed Component'.
      Generated:
    • createDeployedOperation

      DeployedOperation createDeployedOperation()
      Returns a new object of class 'Deployed Operation'.
      Returns:
      a new object of class 'Deployed Operation'.
      Generated:
    • createDeployedStorage

      DeployedStorage createDeployedStorage()
      Returns a new object of class 'Deployed Storage'.
      Returns:
      a new object of class 'Deployed Storage'.
      Generated:
    • createDeployedProvidedInterface

      DeployedProvidedInterface createDeployedProvidedInterface()
      Returns a new object of class 'Deployed Provided Interface'.
      Returns:
      a new object of class 'Deployed Provided Interface'.
      Generated:
    • createDeployedRequiredInterface

      DeployedRequiredInterface createDeployedRequiredInterface()
      Returns a new object of class 'Deployed Required Interface'.
      Returns:
      a new object of class 'Deployed Required Interface'.
      Generated:
    • getDeploymentPackage

      DeploymentPackage getDeploymentPackage()
      Returns the package supported by this factory.
      Returns:
      the package supported by this factory.
      Generated: