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 Summary
FieldsModifier and TypeFieldDescriptionstatic final DeploymentFactoryThe singleton instance of the factory. -
Method Summary
Modifier and TypeMethodDescriptionReturns a new object of class 'Deployed Component'.Returns a new object of class 'Deployed Operation'.Returns a new object of class 'Deployed Provided Interface'.Returns a new object of class 'Deployed Required Interface'.Returns a new object of class 'Deployed Storage'.Returns a new object of class 'Context'.Returns a new object of class 'Model'.Returns the package supported by this factory.Methods inherited from interface org.eclipse.emf.ecore.EFactory
convertToString, create, createFromString, getEPackage, setEPackageMethods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotationsMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
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:
-