public class PaFactoryImpl extends org.eclipse.emf.ecore.impl.EFactoryImpl implements PaFactory
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamicorg.eclipse.emf.ecore.impl.MinimalEObjectImpl.Containerorg.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList| Constructor and Description |
|---|
PaFactoryImpl()
Creates an instance of the factory.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
convertPhysicalComponentKindToString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.Object instanceValue) |
java.lang.String |
convertPhysicalComponentNatureToString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.Object instanceValue) |
java.lang.String |
convertToString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.Object instanceValue) |
org.eclipse.emf.ecore.EObject |
create(org.eclipse.emf.ecore.EClass eClass) |
java.lang.Object |
createFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
LogicalActorRealization |
createLogicalActorRealization() |
LogicalArchitectureRealization |
createLogicalArchitectureRealization() |
LogicalComponentRealization |
createLogicalComponentRealization() |
LogicalInterfaceRealization |
createLogicalInterfaceRealization() |
PhysicalActor |
createPhysicalActor() |
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() |
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() |
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() |
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() |
PhysicalComponent |
createPhysicalComponent(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
PhysicalComponentKind |
createPhysicalComponentKindFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
PhysicalComponentNature |
createPhysicalComponentNatureFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
PhysicalComponentPkg |
createPhysicalComponentPkg() |
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() |
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() |
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() |
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() |
PhysicalNode |
createPhysicalNode(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
static PaPackage |
getPackage()
Deprecated.
|
PaPackage |
getPaPackage() |
static PaFactory |
init()
Creates the default factory implementation.
|
basicSetEPackage, create, eGet, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eSet, eUnset, getEPackage, setEPackageeObjectForURIFragmentSegment, eURIFragmentSegment, getEAnnotation, getEAnnotationseInternalContainerdynamicGet, dynamicSet, dynamicUnset, eAdapters, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eIsProxy, eProxyURI, eSetClass, eSetDeliver, eSetProxyURIeAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset, toStringeNotificationRequired, eNotifyequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEAnnotation, getEAnnotationseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetpublic static PaFactory init()
public org.eclipse.emf.ecore.EObject create(org.eclipse.emf.ecore.EClass eClass)
create in interface org.eclipse.emf.ecore.EFactorycreate in class org.eclipse.emf.ecore.impl.EFactoryImplpublic java.lang.Object createFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
createFromString in interface org.eclipse.emf.ecore.EFactorycreateFromString in class org.eclipse.emf.ecore.impl.EFactoryImplpublic java.lang.String convertToString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.Object instanceValue)
convertToString in interface org.eclipse.emf.ecore.EFactoryconvertToString in class org.eclipse.emf.ecore.impl.EFactoryImplpublic PhysicalArchitecturePkg createPhysicalArchitecturePkg()
createPhysicalArchitecturePkg in interface PaFactorypublic PhysicalArchitecture createPhysicalArchitecture()
createPhysicalArchitecture in interface PaFactorypublic PhysicalFunction createPhysicalFunction()
createPhysicalFunction in interface PaFactorypublic PhysicalFunctionPkg createPhysicalFunctionPkg()
createPhysicalFunctionPkg in interface PaFactorypublic PhysicalComponent createPhysicalComponent()
createPhysicalComponent in interface PaFactorypublic PhysicalActorPkg createPhysicalActorPkg()
createPhysicalActorPkg in interface PaFactorypublic PhysicalComponentPkg createPhysicalComponentPkg()
createPhysicalComponentPkg in interface PaFactorypublic PhysicalActor createPhysicalActor()
createPhysicalActor in interface PaFactorypublic LogicalActorRealization createLogicalActorRealization()
createLogicalActorRealization in interface PaFactorypublic PhysicalNode createPhysicalNode()
createPhysicalNode in interface PaFactorypublic LogicalArchitectureRealization createLogicalArchitectureRealization()
createLogicalArchitectureRealization in interface PaFactorypublic LogicalComponentRealization createLogicalComponentRealization()
createLogicalComponentRealization in interface PaFactorypublic LogicalInterfaceRealization createLogicalInterfaceRealization()
createLogicalInterfaceRealization in interface PaFactorypublic PhysicalContext createPhysicalContext()
createPhysicalContext in interface PaFactorypublic PhysicalComponentKind createPhysicalComponentKindFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
public java.lang.String convertPhysicalComponentKindToString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.Object instanceValue)
public PhysicalComponentNature createPhysicalComponentNatureFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
public java.lang.String convertPhysicalComponentNatureToString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.Object instanceValue)
public PaPackage getPaPackage()
getPaPackage in interface PaFactory@Deprecated public static PaPackage getPackage()
public PhysicalArchitecturePkg createPhysicalArchitecturePkg(java.lang.String name_p)
createPhysicalArchitecturePkg in interface PaFactoryname_p - : default name of created elementpublic PhysicalArchitecture createPhysicalArchitecture(java.lang.String name_p)
createPhysicalArchitecture in interface PaFactoryname_p - : default name of created elementpublic PhysicalFunction createPhysicalFunction(java.lang.String name_p)
createPhysicalFunction in interface PaFactoryname_p - : default name of created elementpublic PhysicalFunctionPkg createPhysicalFunctionPkg(java.lang.String name_p)
createPhysicalFunctionPkg in interface PaFactoryname_p - : default name of created elementpublic PhysicalComponent createPhysicalComponent(java.lang.String name_p)
createPhysicalComponent in interface PaFactoryname_p - : default name of created elementpublic PhysicalActorPkg createPhysicalActorPkg(java.lang.String name_p)
createPhysicalActorPkg in interface PaFactoryname_p - : default name of created elementpublic PhysicalComponentPkg createPhysicalComponentPkg(java.lang.String name_p)
createPhysicalComponentPkg in interface PaFactoryname_p - : default name of created elementpublic PhysicalActor createPhysicalActor(java.lang.String name_p)
createPhysicalActor in interface PaFactoryname_p - : default name of created elementpublic PhysicalNode createPhysicalNode(java.lang.String name_p)
createPhysicalNode in interface PaFactoryname_p - : default name of created elementpublic PhysicalContext createPhysicalContext(java.lang.String name_p)
createPhysicalContext in interface PaFactoryname_p - : default name of created element