Class LanguageFactoryImpl
java.lang.Object
org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
org.eclipse.emf.ecore.impl.EModelElementImpl
org.eclipse.emf.ecore.impl.EFactoryImpl
org.palladiosimulator.textual.tpcm.language.impl.LanguageFactoryImpl
- All Implemented Interfaces:
Notifier,EFactory,EModelElement,EObject,EStructuralFeature.Internal.DynamicValueHolder,InternalEObject,BinaryResourceImpl.DataConverter.Factory,LanguageFactory
An implementation of the model Factory.
- Generated class or method.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
MinimalEObjectImpl.Container.DynamicNested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
MinimalEObjectImpl.ContainerNested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImplNested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
BasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList, BasicNotifierImpl.EScannableAdapterListNested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
InternalEObject.EStore -
Field Summary
Fields inherited from class org.eclipse.emf.ecore.impl.EFactoryImpl
EDATE_FORMATS, ePackageFields inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl
eAnnotations, eFlags, EFROZEN, ELAST_EMODEL_ELEMENT_FLAGFields inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
eContainerFields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSETFields inherited from interface org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder
NILFields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASEFields inherited from interface org.palladiosimulator.textual.tpcm.language.LanguageFactory
eINSTANCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertPrimitiveTypeEnumToString(EDataType eDataType, Object instanceValue) convertToString(EDataType eDataType, Object instanceValue) createFromString(EDataType eDataType, String initialValue) createPrimitiveTypeEnumFromString(EDataType eDataType, String initialValue) static LanguagePackageDeprecated.static LanguageFactoryinit()Creates the default factory implementation.Methods inherited from class org.eclipse.emf.ecore.impl.EFactoryImpl
basicCreate, basicSetEPackage, collapseWhiteSpace, convertToString, create, createFromString, eGet, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eSet, eStaticClass, eUnset, getEPackage, replaceWhiteSpace, setEPackage, splitMethods inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl
eObjectForURIFragmentSegment, eSetDirectResource, eURIFragmentSegment, freeze, freeze, getEAnnotation, getEAnnotations, isFrozen, setFrozenMethods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
eBasicSetContainer, eInternalContainerMethods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetProxyURI, eSettingsMethods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues, toStringMethods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotifyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.emf.ecore.EFactory
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.ecore.InternalEObject
eNotificationRequiredMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Constructor Details
-
LanguageFactoryImpl
public LanguageFactoryImpl()Creates an instance of the factory.- Generated class or method.
-
-
Method Details
-
init
Creates the default factory implementation.- Generated class or method.
-
create
- Specified by:
createin interfaceEFactory- Overrides:
createin classEFactoryImpl- Generated class or method.
-
createFromString
- Specified by:
createFromStringin interfaceEFactory- Overrides:
createFromStringin classEFactoryImpl- Generated class or method.
-
convertToString
- Specified by:
convertToStringin interfaceEFactory- Overrides:
convertToStringin classEFactoryImpl- Generated class or method.
-
createModel
- Specified by:
createModelin interfaceLanguageFactory- Returns:
- a new object of class 'Model'.
- Generated class or method.
-
createImport
- Specified by:
createImportin interfaceLanguageFactory- Returns:
- a new object of class 'Import'.
- Generated class or method.
-
createFragment
- Specified by:
createFragmentin interfaceLanguageFactory- Returns:
- a new object of class 'Fragment'.
- Generated class or method.
-
createContent
- Specified by:
createContentin interfaceLanguageFactory- Returns:
- a new object of class 'Content'.
- Generated class or method.
-
createDatatype
- Specified by:
createDatatypein interfaceLanguageFactory- Returns:
- a new object of class 'Datatype'.
- Generated class or method.
-
createPrimitiveDatatype
- Specified by:
createPrimitiveDatatypein interfaceLanguageFactory- Returns:
- a new object of class 'Primitive Datatype'.
- Generated class or method.
-
createComposedDatatype
- Specified by:
createComposedDatatypein interfaceLanguageFactory- Returns:
- a new object of class 'Composed Datatype'.
- Generated class or method.
-
createComposedDatatypeElement
- Specified by:
createComposedDatatypeElementin interfaceLanguageFactory- Returns:
- a new object of class 'Composed Datatype Element'.
- Generated class or method.
-
createCollectionDatatype
- Specified by:
createCollectionDatatypein interfaceLanguageFactory- Returns:
- a new object of class 'Collection Datatype'.
- Generated class or method.
-
createInterface
- Specified by:
createInterfacein interfaceLanguageFactory- Returns:
- a new object of class 'Interface'.
- Generated class or method.
-
createInterfaceContent
- Specified by:
createInterfaceContentin interfaceLanguageFactory- Returns:
- a new object of class 'Interface Content'.
- Generated class or method.
-
createSignature
- Specified by:
createSignaturein interfaceLanguageFactory- Returns:
- a new object of class 'Signature'.
- Generated class or method.
-
createParameter
- Specified by:
createParameterin interfaceLanguageFactory- Returns:
- a new object of class 'Parameter'.
- Generated class or method.
-
createComponent
- Specified by:
createComponentin interfaceLanguageFactory- Returns:
- a new object of class 'Component'.
- Generated class or method.
-
createRole
- Specified by:
createRolein interfaceLanguageFactory- Returns:
- a new object of class 'Role'.
- Generated class or method.
-
createInitialization
- Specified by:
createInitializationin interfaceLanguageFactory- Returns:
- a new object of class 'Initialization'.
- Generated class or method.
-
createPropertyInitializer
- Specified by:
createPropertyInitializerin interfaceLanguageFactory- Returns:
- a new object of class 'Property Initializer'.
- Generated class or method.
-
createSEFF
- Specified by:
createSEFFin interfaceLanguageFactory- Returns:
- a new object of class 'SEFF'.
- Generated class or method.
-
createSEFFContent
- Specified by:
createSEFFContentin interfaceLanguageFactory- Returns:
- a new object of class 'SEFF Content'.
- Generated class or method.
-
createSEFFActionContainer
- Specified by:
createSEFFActionContainerin interfaceLanguageFactory- Returns:
- a new object of class 'SEFF Action Container'.
- Generated class or method.
-
createSEFFAssignmentOrCall
- Specified by:
createSEFFAssignmentOrCallin interfaceLanguageFactory- Returns:
- a new object of class 'SEFF Assignment Or Call'.
- Generated class or method.
-
createSEFFAssignment
- Specified by:
createSEFFAssignmentin interfaceLanguageFactory- Returns:
- a new object of class 'SEFF Assignment'.
- Generated class or method.
-
createSEFFCallAction
- Specified by:
createSEFFCallActionin interfaceLanguageFactory- Returns:
- a new object of class 'SEFF Call Action'.
- Generated class or method.
-
createParameterSpecification
- Specified by:
createParameterSpecificationin interfaceLanguageFactory- Returns:
- a new object of class 'Parameter Specification'.
- Generated class or method.
-
createResultAssignment
- Specified by:
createResultAssignmentin interfaceLanguageFactory- Returns:
- a new object of class 'Result Assignment'.
- Generated class or method.
-
createResultSpecification
- Specified by:
createResultSpecificationin interfaceLanguageFactory- Returns:
- a new object of class 'Result Specification'.
- Generated class or method.
-
createCharacteristicReference
- Specified by:
createCharacteristicReferencein interfaceLanguageFactory- Returns:
- a new object of class 'Characteristic Reference'.
- Generated class or method.
-
createSEFFLoopAction
- Specified by:
createSEFFLoopActionin interfaceLanguageFactory- Returns:
- a new object of class 'SEFF Loop Action'.
- Generated class or method.
-
createSEFFIterateAction
- Specified by:
createSEFFIterateActionin interfaceLanguageFactory- Returns:
- a new object of class 'SEFF Iterate Action'.
- Generated class or method.
-
createSEFFConditionalAction
- Specified by:
createSEFFConditionalActionin interfaceLanguageFactory- Returns:
- a new object of class 'SEFF Conditional Action'.
- Generated class or method.
-
createSEFFConditionalAlternative
- Specified by:
createSEFFConditionalAlternativein interfaceLanguageFactory- Returns:
- a new object of class 'SEFF Conditional Alternative'.
- Generated class or method.
-
createSEFFConditionalElseIf
- Specified by:
createSEFFConditionalElseIfin interfaceLanguageFactory- Returns:
- a new object of class 'SEFF Conditional Else If'.
- Generated class or method.
-
createSEFFConditionalElse
- Specified by:
createSEFFConditionalElsein interfaceLanguageFactory- Returns:
- a new object of class 'SEFF Conditional Else'.
- Generated class or method.
-
createSEFFProbabilisticAction
- Specified by:
createSEFFProbabilisticActionin interfaceLanguageFactory- Returns:
- a new object of class 'SEFF Probabilistic Action'.
- Generated class or method.
-
createSEFFProbabilisticBranch
- Specified by:
createSEFFProbabilisticBranchin interfaceLanguageFactory- Returns:
- a new object of class 'SEFF Probabilistic Branch'.
- Generated class or method.
-
createSEFFSetAction
- Specified by:
createSEFFSetActionin interfaceLanguageFactory- Returns:
- a new object of class 'SEFF Set Action'.
- Generated class or method.
-
createFailureType
- Specified by:
createFailureTypein interfaceLanguageFactory- Returns:
- a new object of class 'Failure Type'.
- Generated class or method.
-
createAssemblyContext
- Specified by:
createAssemblyContextin interfaceLanguageFactory- Returns:
- a new object of class 'Assembly Context'.
- Generated class or method.
-
createConnector
- Specified by:
createConnectorin interfaceLanguageFactory- Returns:
- a new object of class 'Connector'.
- Generated class or method.
-
createAllocationContext
- Specified by:
createAllocationContextin interfaceLanguageFactory- Returns:
- a new object of class 'Allocation Context'.
- Generated class or method.
-
createAllocationSpecification
- Specified by:
createAllocationSpecificationin interfaceLanguageFactory- Returns:
- a new object of class 'Allocation Specification'.
- Generated class or method.
-
createResourceContainer
- Specified by:
createResourceContainerin interfaceLanguageFactory- Returns:
- a new object of class 'Resource Container'.
- Generated class or method.
-
createResourceContainerContent
- Specified by:
createResourceContainerContentin interfaceLanguageFactory- Returns:
- a new object of class 'Resource Container Content'.
- Generated class or method.
-
createProcessingResource
- Specified by:
createProcessingResourcein interfaceLanguageFactory- Returns:
- a new object of class 'Processing Resource'.
- Generated class or method.
-
createLinkingResource
- Specified by:
createLinkingResourcein interfaceLanguageFactory- Returns:
- a new object of class 'Linking Resource'.
- Generated class or method.
-
createResourceInterface
- Specified by:
createResourceInterfacein interfaceLanguageFactory- Returns:
- a new object of class 'Resource Interface'.
- Generated class or method.
-
createInternalConfigurableInterface
- Specified by:
createInternalConfigurableInterfacein interfaceLanguageFactory- Returns:
- a new object of class 'Internal Configurable Interface'.
- Generated class or method.
-
createResourceType
- Specified by:
createResourceTypein interfaceLanguageFactory- Returns:
- a new object of class 'Resource Type'.
- Generated class or method.
-
createPropertyDefinition
- Specified by:
createPropertyDefinitionin interfaceLanguageFactory- Returns:
- a new object of class 'Property Definition'.
- Generated class or method.
-
createResourceTypeContent
- Specified by:
createResourceTypeContentin interfaceLanguageFactory- Returns:
- a new object of class 'Resource Type Content'.
- Generated class or method.
-
createResourceFailureSpecification
- Specified by:
createResourceFailureSpecificationin interfaceLanguageFactory- Returns:
- a new object of class 'Resource Failure Specification'.
- Generated class or method.
-
createResourceInterfaceProvidedRole
- Specified by:
createResourceInterfaceProvidedRolein interfaceLanguageFactory- Returns:
- a new object of class 'Resource Interface Provided Role'.
- Generated class or method.
-
createResourceEntityType
- Specified by:
createResourceEntityTypein interfaceLanguageFactory- Returns:
- a new object of class 'Resource Entity Type'.
- Generated class or method.
-
createResourceEntity
- Specified by:
createResourceEntityin interfaceLanguageFactory- Returns:
- a new object of class 'Resource Entity'.
- Generated class or method.
-
createUsageContent
- Specified by:
createUsageContentin interfaceLanguageFactory- Returns:
- a new object of class 'Usage Content'.
- Generated class or method.
-
createUsageScenario
- Specified by:
createUsageScenarioin interfaceLanguageFactory- Returns:
- a new object of class 'Usage Scenario'.
- Generated class or method.
-
createWorkload
- Specified by:
createWorkloadin interfaceLanguageFactory- Returns:
- a new object of class 'Workload'.
- Generated class or method.
-
createOpenWorkload
- Specified by:
createOpenWorkloadin interfaceLanguageFactory- Returns:
- a new object of class 'Open Workload'.
- Generated class or method.
-
createClosedWorkload
- Specified by:
createClosedWorkloadin interfaceLanguageFactory- Returns:
- a new object of class 'Closed Workload'.
- Generated class or method.
-
createScenarioContent
- Specified by:
createScenarioContentin interfaceLanguageFactory- Returns:
- a new object of class 'Scenario Content'.
- Generated class or method.
-
createScenarioLoopAction
- Specified by:
createScenarioLoopActionin interfaceLanguageFactory- Returns:
- a new object of class 'Scenario Loop Action'.
- Generated class or method.
-
createScenarioBranchAction
- Specified by:
createScenarioBranchActionin interfaceLanguageFactory- Returns:
- a new object of class 'Scenario Branch Action'.
- Generated class or method.
-
createScenarioBranch
- Specified by:
createScenarioBranchin interfaceLanguageFactory- Returns:
- a new object of class 'Scenario Branch'.
- Generated class or method.
-
createEntryLevelSystemCallAction
- Specified by:
createEntryLevelSystemCallActionin interfaceLanguageFactory- Returns:
- a new object of class 'Entry Level System Call Action'.
- Generated class or method.
-
createScenarioDelayAction
- Specified by:
createScenarioDelayActionin interfaceLanguageFactory- Returns:
- a new object of class 'Scenario Delay Action'.
- Generated class or method.
-
createMappingContent
- Specified by:
createMappingContentin interfaceLanguageFactory- Returns:
- a new object of class 'Mapping Content'.
- Generated class or method.
-
createRepository
- Specified by:
createRepositoryin interfaceLanguageFactory- Returns:
- a new object of class 'Repository'.
- Generated class or method.
-
createSystem
- Specified by:
createSystemin interfaceLanguageFactory- Returns:
- a new object of class 'System'.
- Generated class or method.
-
createAllocation
- Specified by:
createAllocationin interfaceLanguageFactory- Returns:
- a new object of class 'Allocation'.
- Generated class or method.
-
createResourceEnvironment
- Specified by:
createResourceEnvironmentin interfaceLanguageFactory- Returns:
- a new object of class 'Resource Environment'.
- Generated class or method.
-
createResourceTypeRepository
- Specified by:
createResourceTypeRepositoryin interfaceLanguageFactory- Returns:
- a new object of class 'Resource Type Repository'.
- Generated class or method.
-
createUsage
- Specified by:
createUsagein interfaceLanguageFactory- Returns:
- a new object of class 'Usage'.
- Generated class or method.
-
createMappingConfiguration
- Specified by:
createMappingConfigurationin interfaceLanguageFactory- Returns:
- a new object of class 'Mapping Configuration'.
- Generated class or method.
-
createDomainInterface
- Specified by:
createDomainInterfacein interfaceLanguageFactory- Returns:
- a new object of class 'Domain Interface'.
- Generated class or method.
-
createOperationSignature
- Specified by:
createOperationSignaturein interfaceLanguageFactory- Returns:
- a new object of class 'Operation Signature'.
- Generated class or method.
-
createEventSignature
- Specified by:
createEventSignaturein interfaceLanguageFactory- Returns:
- a new object of class 'Event Signature'.
- Generated class or method.
-
createDomainInterfaceProvidedRole
- Specified by:
createDomainInterfaceProvidedRolein interfaceLanguageFactory- Returns:
- a new object of class 'Domain Interface Provided Role'.
- Generated class or method.
-
createInterfaceRequiredRole
- Specified by:
createInterfaceRequiredRolein interfaceLanguageFactory- Returns:
- a new object of class 'Interface Required Role'.
- Generated class or method.
-
createInternalInterfaceProvidedRole
- Specified by:
createInternalInterfaceProvidedRolein interfaceLanguageFactory- Returns:
- a new object of class 'Internal Interface Provided Role'.
- Generated class or method.
-
createComplexResultAssignment
- Specified by:
createComplexResultAssignmentin interfaceLanguageFactory- Returns:
- a new object of class 'Complex Result Assignment'.
- Generated class or method.
-
createPrimitiveResultAssignment
- Specified by:
createPrimitiveResultAssignmentin interfaceLanguageFactory- Returns:
- a new object of class 'Primitive Result Assignment'.
- Generated class or method.
-
createRelativeReference
- Specified by:
createRelativeReferencein interfaceLanguageFactory- Returns:
- a new object of class 'Relative Reference'.
- Generated class or method.
-
createAbsoluteReference
- Specified by:
createAbsoluteReferencein interfaceLanguageFactory- Returns:
- a new object of class 'Absolute Reference'.
- Generated class or method.
-
createSystemProvidedRole
- Specified by:
createSystemProvidedRolein interfaceLanguageFactory- Returns:
- a new object of class 'System Provided Role'.
- Generated class or method.
-
createProcessingResourceType
- Specified by:
createProcessingResourceTypein interfaceLanguageFactory- Returns:
- a new object of class 'Processing Resource Type'.
- Generated class or method.
-
createCommunicationLinkType
- Specified by:
createCommunicationLinkTypein interfaceLanguageFactory- Returns:
- a new object of class 'Communication Link Type'.
- Generated class or method.
-
createPrimitiveTypeEnumFromString
public PrimitiveTypeEnum createPrimitiveTypeEnumFromString(EDataType eDataType, String initialValue) - Generated class or method.
-
convertPrimitiveTypeEnumToString
- Generated class or method.
-
getLanguagePackage
- Specified by:
getLanguagePackagein interfaceLanguageFactory- Returns:
- the package supported by this factory.
- Generated class or method.
-
getPackage
Deprecated.- Generated class or method.
-