public interface DeploymentFactory
extends org.eclipse.emf.ecore.EFactory
DeploymentPackage| Modifier and Type | Field and Description |
|---|---|
static DeploymentFactory |
eINSTANCE
The singleton instance of the factory.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentInstance |
createComponentInstance()
Returns a new object of class 'Component Instance'.
|
ComponentInstance |
createComponentInstance(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
ConnectionInstance |
createConnectionInstance()
Returns a new object of class 'Connection Instance'.
|
DeploymentAspect |
createDeploymentAspect()
Returns a new object of class 'Aspect'.
|
DeploymentAspect |
createDeploymentAspect(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
DeploymentConfiguration |
createDeploymentConfiguration()
Returns a new object of class 'Configuration'.
|
DeploymentConfiguration |
createDeploymentConfiguration(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
InstanceDeploymentLink |
createInstanceDeploymentLink()
Returns a new object of class 'Instance Deployment Link'.
|
PartDeploymentLink |
createPartDeploymentLink()
Returns a new object of class 'Part Deployment Link'.
|
PortInstance |
createPortInstance()
Returns a new object of class 'Port Instance'.
|
TypeDeploymentLink |
createTypeDeploymentLink()
Returns a new object of class 'Type Deployment Link'.
|
DeploymentPackage |
getDeploymentPackage()
Returns the package supported by this factory.
|
convertToString, create, createFromString, getEPackage, setEPackagegetEAnnotation, getEAnnotationsstatic final DeploymentFactory eINSTANCE
ComponentInstance createComponentInstance()
ConnectionInstance createConnectionInstance()
DeploymentAspect createDeploymentAspect()
DeploymentConfiguration createDeploymentConfiguration()
InstanceDeploymentLink createInstanceDeploymentLink()
PartDeploymentLink createPartDeploymentLink()
PortInstance createPortInstance()
TypeDeploymentLink createTypeDeploymentLink()
DeploymentPackage getDeploymentPackage()
ComponentInstance createComponentInstance(java.lang.String name_p)
name_p - : default name of created elementDeploymentAspect createDeploymentAspect(java.lang.String name_p)
name_p - : default name of created elementDeploymentConfiguration createDeploymentConfiguration(java.lang.String name_p)
name_p - : default name of created element