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:
DeploymentPackage
- Generated:
-
Field Summary
Fields Modifier and Type Field Description static DeploymentFactory
eINSTANCE
The singleton instance of the factory. -
Method Summary
Modifier and Type Method Description DeployedComponent
createDeployedComponent()
Returns a new object of class 'Deployed Component'.DeployedOperation
createDeployedOperation()
Returns a new object of class 'Deployed Operation'.DeployedProvidedInterface
createDeployedProvidedInterface()
Returns a new object of class 'Deployed Provided Interface'.DeployedRequiredInterface
createDeployedRequiredInterface()
Returns a new object of class 'Deployed Required Interface'.DeployedStorage
createDeployedStorage()
Returns a new object of class 'Deployed Storage'.DeploymentContext
createDeploymentContext()
Returns a new object of class 'Context'.DeploymentModel
createDeploymentModel()
Returns a new object of class 'Model'.DeploymentPackage
getDeploymentPackage()
Returns the package supported by this factory.Methods inherited from interface org.eclipse.emf.ecore.EFactory
convertToString, create, createFromString, getEPackage, setEPackage
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Field Details
-
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:
-