public interface EpbsFactory
extends org.eclipse.emf.ecore.EFactory
EpbsPackage| Modifier and Type | Field and Description |
|---|---|
static EpbsFactory |
eINSTANCE
The singleton instance of the factory.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurationItem |
createConfigurationItem()
Returns a new object of class 'Configuration Item'.
|
ConfigurationItem |
createConfigurationItem(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
ConfigurationItemPkg |
createConfigurationItemPkg()
Returns a new object of class 'Configuration Item Pkg'.
|
ConfigurationItemPkg |
createConfigurationItemPkg(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
EPBSArchitecture |
createEPBSArchitecture()
Returns a new object of class 'EPBS Architecture'.
|
EPBSArchitecture |
createEPBSArchitecture(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
EPBSArchitecturePkg |
createEPBSArchitecturePkg()
Returns a new object of class 'EPBS Architecture Pkg'.
|
EPBSArchitecturePkg |
createEPBSArchitecturePkg(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
EPBSContext |
createEPBSContext()
Returns a new object of class 'EPBS Context'.
|
EPBSContext |
createEPBSContext(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
PhysicalArchitectureRealization |
createPhysicalArchitectureRealization()
Returns a new object of class 'Physical Architecture Realization'.
|
PhysicalArtifactRealization |
createPhysicalArtifactRealization()
Returns a new object of class 'Physical Artifact Realization'.
|
EpbsPackage |
getEpbsPackage()
Returns the package supported by this factory.
|
convertToString, create, createFromString, getEPackage, setEPackagegetEAnnotation, getEAnnotationsstatic final EpbsFactory eINSTANCE
EPBSArchitecturePkg createEPBSArchitecturePkg()
EPBSArchitecture createEPBSArchitecture()
EPBSContext createEPBSContext()
ConfigurationItemPkg createConfigurationItemPkg()
ConfigurationItem createConfigurationItem()
PhysicalArchitectureRealization createPhysicalArchitectureRealization()
PhysicalArtifactRealization createPhysicalArtifactRealization()
EpbsPackage getEpbsPackage()
EPBSArchitecturePkg createEPBSArchitecturePkg(java.lang.String name_p)
name_p - : default name of created elementEPBSArchitecture createEPBSArchitecture(java.lang.String name_p)
name_p - : default name of created elementEPBSContext createEPBSContext(java.lang.String name_p)
name_p - : default name of created elementConfigurationItemPkg createConfigurationItemPkg(java.lang.String name_p)
name_p - : default name of created elementConfigurationItem createConfigurationItem(java.lang.String name_p)
name_p - : default name of created element