java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
org.eclipse.emf.ecore.impl.EModelElementImpl
org.eclipse.emf.ecore.impl.EFactoryImpl
org.sintef.mofscript.MOFScriptModel.impl.MOFScriptModelFactoryImpl
public class MOFScriptModelFactoryImpl
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 |
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 |
---|
public MOFScriptModelFactoryImpl()
Method Detail |
---|
public org.eclipse.emf.ecore.EObject create(org.eclipse.emf.ecore.EClass eClass)
create
in interface org.eclipse.emf.ecore.EFactory
create
in class org.eclipse.emf.ecore.impl.EFactoryImpl
public java.lang.Object createFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
createFromString
in interface org.eclipse.emf.ecore.EFactory
createFromString
in class org.eclipse.emf.ecore.impl.EFactoryImpl
public java.lang.String convertToString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.Object instanceValue)
convertToString
in interface org.eclipse.emf.ecore.EFactory
convertToString
in class org.eclipse.emf.ecore.impl.EFactoryImpl
public TransformationRule createTransformationRule()
createTransformationRule
in interface MOFScriptModelFactory
public VariableDeclaration createVariableDeclaration()
createVariableDeclaration
in interface MOFScriptModelFactory
public ValueExpression createValueExpression()
createValueExpression
in interface MOFScriptModelFactory
public MOFScriptTransformation createMOFScriptTransformation()
createMOFScriptTransformation
in interface MOFScriptModelFactory
public MOFScriptImport createMOFScriptImport()
createMOFScriptImport
in interface MOFScriptModelFactory
public MOFScriptParameter createMOFScriptParameter()
createMOFScriptParameter
in interface MOFScriptModelFactory
public IteratorStatement createIteratorStatement()
createIteratorStatement
in interface MOFScriptModelFactory
public LogicalExpression createLogicalExpression()
createLogicalExpression
in interface MOFScriptModelFactory
public SimpleExpression createSimpleExpression()
createSimpleExpression
in interface MOFScriptModelFactory
public FunctionCall createFunctionCall()
createFunctionCall
in interface MOFScriptModelFactory
public CreateStatement createCreateStatement()
createCreateStatement
in interface MOFScriptModelFactory
public ResultAssignment createResultAssignment()
createResultAssignment
in interface MOFScriptModelFactory
public GeneralAssignment createGeneralAssignment()
createGeneralAssignment
in interface MOFScriptModelFactory
public Literal createLiteral()
createLiteral
in interface MOFScriptModelFactory
public Reference createReference()
createReference
in interface MOFScriptModelFactory
public FunctionCallStatement createFunctionCallStatement()
createFunctionCallStatement
in interface MOFScriptModelFactory
public PrintStatement createPrintStatement()
createPrintStatement
in interface MOFScriptModelFactory
public ArithmeticExpression createArithmeticExpression()
createArithmeticExpression
in interface MOFScriptModelFactory
public FileStatement createFileStatement()
createFileStatement
in interface MOFScriptModelFactory
public ComparisonExpression createComparisonExpression()
createComparisonExpression
in interface MOFScriptModelFactory
public IfStatement createIfStatement()
createIfStatement
in interface MOFScriptModelFactory
public MOFScriptSpecification createMOFScriptSpecification()
createMOFScriptSpecification
in interface MOFScriptModelFactory
public MOFScriptComment createMOFScriptComment()
createMOFScriptComment
in interface MOFScriptModelFactory
public MOFScriptModelPackage getMOFScriptModelPackage()
getMOFScriptModelPackage
in interface MOFScriptModelFactory
public static MOFScriptModelPackage getPackage()