org.sintef.mofscript.MOFScriptModel.impl
Class MOFScriptModelFactoryImpl

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended by org.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended by org.eclipse.emf.ecore.impl.EObjectImpl
              extended by org.eclipse.emf.ecore.impl.EModelElementImpl
                  extended by org.eclipse.emf.ecore.impl.EFactoryImpl
                      extended by org.sintef.mofscript.MOFScriptModel.impl.MOFScriptModelFactoryImpl
All Implemented Interfaces:
org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EFactory, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject, MOFScriptModelFactory

public class MOFScriptModelFactoryImpl
extends org.eclipse.emf.ecore.impl.EFactoryImpl
implements MOFScriptModelFactory

An implementation of the model Factory.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
 
Fields inherited from class org.eclipse.emf.ecore.impl.EFactoryImpl
EDATE_FORMATS, ePackage
 
Fields inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl
eAnnotations, EFROZEN, ELAST_EMODEL_ELEMENT_FLAG
 
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
 
Fields inherited from interface org.sintef.mofscript.MOFScriptModel.MOFScriptModelFactory
eINSTANCE
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Constructor Summary
MOFScriptModelFactoryImpl()
          Creates an instance of the factory
 
Method Summary
 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)
           
 ArithmeticExpression createArithmeticExpression()
           
 ComparisonExpression createComparisonExpression()
           
 CreateStatement createCreateStatement()
           
 FileStatement createFileStatement()
           
 java.lang.Object createFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 FunctionCall createFunctionCall()
           
 FunctionCallStatement createFunctionCallStatement()
           
 GeneralAssignment createGeneralAssignment()
           
 IfStatement createIfStatement()
           
 IteratorStatement createIteratorStatement()
           
 Literal createLiteral()
           
 LogicalExpression createLogicalExpression()
           
 MOFScriptComment createMOFScriptComment()
           
 MOFScriptImport createMOFScriptImport()
           
 MOFScriptParameter createMOFScriptParameter()
           
 MOFScriptSpecification createMOFScriptSpecification()
           
 MOFScriptTransformation createMOFScriptTransformation()
           
 PrintStatement createPrintStatement()
           
 Reference createReference()
           
 ResultAssignment createResultAssignment()
           
 SimpleExpression createSimpleExpression()
           
 TransformationRule createTransformationRule()
           
 ValueExpression createValueExpression()
           
 VariableDeclaration createVariableDeclaration()
           
 MOFScriptModelPackage getMOFScriptModelPackage()
           
static MOFScriptModelPackage getPackage()
          Deprecated.  
 
Methods inherited from class org.eclipse.emf.ecore.impl.EFactoryImpl
basicCreate, basicSetEPackage, collapseWhiteSpace, eGet, eInverseAdd, eInverseRemove, eIsSet, eSet, eStaticClass, eUnset, getEPackage, replaceWhiteSpace, setEPackage
 
Methods inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl
eObjectForURIFragmentSegment, eURIFragmentSegment, freeze, getEAnnotation, getEAnnotations, isFrozen
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicIsSet, eDynamicSet, eDynamicUnset, eGet, eHasSettings, eInternalResource, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eStaticFeatureCount, eStore, toString
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.emf.ecore.EFactory
getEPackage, setEPackage
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
 

Constructor Detail

MOFScriptModelFactoryImpl

public MOFScriptModelFactoryImpl()
Creates an instance of the factory.

Method Detail

create

public org.eclipse.emf.ecore.EObject create(org.eclipse.emf.ecore.EClass eClass)

Specified by:
create in interface org.eclipse.emf.ecore.EFactory
Overrides:
create in class org.eclipse.emf.ecore.impl.EFactoryImpl

createFromString

public java.lang.Object createFromString(org.eclipse.emf.ecore.EDataType eDataType,
                                         java.lang.String initialValue)

Specified by:
createFromString in interface org.eclipse.emf.ecore.EFactory
Overrides:
createFromString in class org.eclipse.emf.ecore.impl.EFactoryImpl

convertToString

public java.lang.String convertToString(org.eclipse.emf.ecore.EDataType eDataType,
                                        java.lang.Object instanceValue)

Specified by:
convertToString in interface org.eclipse.emf.ecore.EFactory
Overrides:
convertToString in class org.eclipse.emf.ecore.impl.EFactoryImpl

createTransformationRule

public TransformationRule createTransformationRule()

Specified by:
createTransformationRule in interface MOFScriptModelFactory
Returns:
a new object of class 'Transformation Rule'.

createVariableDeclaration

public VariableDeclaration createVariableDeclaration()

Specified by:
createVariableDeclaration in interface MOFScriptModelFactory
Returns:
a new object of class 'Variable Declaration'.

createValueExpression

public ValueExpression createValueExpression()

Specified by:
createValueExpression in interface MOFScriptModelFactory
Returns:
a new object of class 'Value Expression'.

createMOFScriptTransformation

public MOFScriptTransformation createMOFScriptTransformation()

Specified by:
createMOFScriptTransformation in interface MOFScriptModelFactory
Returns:
a new object of class 'MOF Script Transformation'.

createMOFScriptImport

public MOFScriptImport createMOFScriptImport()

Specified by:
createMOFScriptImport in interface MOFScriptModelFactory
Returns:
a new object of class 'MOF Script Import'.

createMOFScriptParameter

public MOFScriptParameter createMOFScriptParameter()

Specified by:
createMOFScriptParameter in interface MOFScriptModelFactory
Returns:
a new object of class 'MOF Script Parameter'.

createIteratorStatement

public IteratorStatement createIteratorStatement()

Specified by:
createIteratorStatement in interface MOFScriptModelFactory
Returns:
a new object of class 'Iterator Statement'.

createLogicalExpression

public LogicalExpression createLogicalExpression()

Specified by:
createLogicalExpression in interface MOFScriptModelFactory
Returns:
a new object of class 'Logical Expression'.

createSimpleExpression

public SimpleExpression createSimpleExpression()

Specified by:
createSimpleExpression in interface MOFScriptModelFactory
Returns:
a new object of class 'Simple Expression'.

createFunctionCall

public FunctionCall createFunctionCall()

Specified by:
createFunctionCall in interface MOFScriptModelFactory
Returns:
a new object of class 'Function Call'.

createCreateStatement

public CreateStatement createCreateStatement()

Specified by:
createCreateStatement in interface MOFScriptModelFactory
Returns:
a new object of class 'Create Statement'.

createResultAssignment

public ResultAssignment createResultAssignment()

Specified by:
createResultAssignment in interface MOFScriptModelFactory
Returns:
a new object of class 'Result Assignment'.

createGeneralAssignment

public GeneralAssignment createGeneralAssignment()

Specified by:
createGeneralAssignment in interface MOFScriptModelFactory
Returns:
a new object of class 'General Assignment'.

createLiteral

public Literal createLiteral()

Specified by:
createLiteral in interface MOFScriptModelFactory
Returns:
a new object of class 'Literal'.

createReference

public Reference createReference()

Specified by:
createReference in interface MOFScriptModelFactory
Returns:
a new object of class 'Reference'.

createFunctionCallStatement

public FunctionCallStatement createFunctionCallStatement()

Specified by:
createFunctionCallStatement in interface MOFScriptModelFactory
Returns:
a new object of class 'Function Call Statement'.

createPrintStatement

public PrintStatement createPrintStatement()

Specified by:
createPrintStatement in interface MOFScriptModelFactory
Returns:
a new object of class 'Print Statement'.

createArithmeticExpression

public ArithmeticExpression createArithmeticExpression()

Specified by:
createArithmeticExpression in interface MOFScriptModelFactory
Returns:
a new object of class 'Arithmetic Expression'.

createFileStatement

public FileStatement createFileStatement()

Specified by:
createFileStatement in interface MOFScriptModelFactory
Returns:
a new object of class 'File Statement'.

createComparisonExpression

public ComparisonExpression createComparisonExpression()

Specified by:
createComparisonExpression in interface MOFScriptModelFactory
Returns:
a new object of class 'Comparison Expression'.

createIfStatement

public IfStatement createIfStatement()

Specified by:
createIfStatement in interface MOFScriptModelFactory
Returns:
a new object of class 'If Statement'.

createMOFScriptSpecification

public MOFScriptSpecification createMOFScriptSpecification()

Specified by:
createMOFScriptSpecification in interface MOFScriptModelFactory
Returns:
a new object of class 'MOF Script Specification'.

createMOFScriptComment

public MOFScriptComment createMOFScriptComment()

Specified by:
createMOFScriptComment in interface MOFScriptModelFactory
Returns:
a new object of class 'MOF Script Comment'.

getMOFScriptModelPackage

public MOFScriptModelPackage getMOFScriptModelPackage()

Specified by:
getMOFScriptModelPackage in interface MOFScriptModelFactory
Returns:
the package supported by this factory.

getPackage

public static MOFScriptModelPackage getPackage()
Deprecated.