public interface PaFactory
extends org.eclipse.emf.ecore.EFactory
PaPackage| Modifier and Type | Field and Description |
|---|---|
static PaFactory |
eINSTANCE
The singleton instance of the factory.
|
| Modifier and Type | Method and Description |
|---|---|
LogicalActorRealization |
createLogicalActorRealization()
Returns a new object of class 'Logical Actor Realization'.
|
LogicalArchitectureRealization |
createLogicalArchitectureRealization()
Returns a new object of class 'Logical Architecture Realization'.
|
LogicalComponentRealization |
createLogicalComponentRealization()
Returns a new object of class 'Logical Component Realization'.
|
LogicalInterfaceRealization |
createLogicalInterfaceRealization()
Returns a new object of class 'Logical Interface Realization'.
|
PhysicalActor |
createPhysicalActor()
Returns a new object of class 'Physical Actor'.
|
PhysicalActor |
createPhysicalActor(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
PhysicalActorPkg |
createPhysicalActorPkg()
Returns a new object of class 'Physical Actor Pkg'.
|
PhysicalActorPkg |
createPhysicalActorPkg(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
PhysicalArchitecture |
createPhysicalArchitecture()
Returns a new object of class 'Physical Architecture'.
|
PhysicalArchitecture |
createPhysicalArchitecture(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
PhysicalArchitecturePkg |
createPhysicalArchitecturePkg()
Returns a new object of class 'Physical Architecture Pkg'.
|
PhysicalArchitecturePkg |
createPhysicalArchitecturePkg(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
PhysicalComponent |
createPhysicalComponent()
Returns a new object of class 'Physical Component'.
|
PhysicalComponent |
createPhysicalComponent(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
PhysicalComponentPkg |
createPhysicalComponentPkg()
Returns a new object of class 'Physical Component Pkg'.
|
PhysicalComponentPkg |
createPhysicalComponentPkg(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
PhysicalContext |
createPhysicalContext()
Returns a new object of class 'Physical Context'.
|
PhysicalContext |
createPhysicalContext(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
PhysicalFunction |
createPhysicalFunction()
Returns a new object of class 'Physical Function'.
|
PhysicalFunction |
createPhysicalFunction(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
PhysicalFunctionPkg |
createPhysicalFunctionPkg()
Returns a new object of class 'Physical Function Pkg'.
|
PhysicalFunctionPkg |
createPhysicalFunctionPkg(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
PhysicalNode |
createPhysicalNode()
Returns a new object of class 'Physical Node'.
|
PhysicalNode |
createPhysicalNode(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
PaPackage |
getPaPackage()
Returns the package supported by this factory.
|
convertToString, create, createFromString, getEPackage, setEPackagegetEAnnotation, getEAnnotationsstatic final PaFactory eINSTANCE
PhysicalArchitecturePkg createPhysicalArchitecturePkg()
PhysicalArchitecture createPhysicalArchitecture()
PhysicalFunction createPhysicalFunction()
PhysicalFunctionPkg createPhysicalFunctionPkg()
PhysicalComponent createPhysicalComponent()
PhysicalActorPkg createPhysicalActorPkg()
PhysicalComponentPkg createPhysicalComponentPkg()
PhysicalActor createPhysicalActor()
LogicalActorRealization createLogicalActorRealization()
PhysicalNode createPhysicalNode()
LogicalArchitectureRealization createLogicalArchitectureRealization()
LogicalComponentRealization createLogicalComponentRealization()
LogicalInterfaceRealization createLogicalInterfaceRealization()
PhysicalContext createPhysicalContext()
PaPackage getPaPackage()
PhysicalArchitecturePkg createPhysicalArchitecturePkg(java.lang.String name_p)
name_p - : default name of created elementPhysicalArchitecture createPhysicalArchitecture(java.lang.String name_p)
name_p - : default name of created elementPhysicalFunction createPhysicalFunction(java.lang.String name_p)
name_p - : default name of created elementPhysicalFunctionPkg createPhysicalFunctionPkg(java.lang.String name_p)
name_p - : default name of created elementPhysicalComponent createPhysicalComponent(java.lang.String name_p)
name_p - : default name of created elementPhysicalActorPkg createPhysicalActorPkg(java.lang.String name_p)
name_p - : default name of created elementPhysicalComponentPkg createPhysicalComponentPkg(java.lang.String name_p)
name_p - : default name of created elementPhysicalActor createPhysicalActor(java.lang.String name_p)
name_p - : default name of created elementPhysicalNode createPhysicalNode(java.lang.String name_p)
name_p - : default name of created elementPhysicalContext createPhysicalContext(java.lang.String name_p)
name_p - : default name of created element