|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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.eclipse.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.MinimalEObjectImpl.Container |
---|
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic |
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl |
---|
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container |
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.EPropertiesHolderBaseImpl, 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<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
org.eclipse.emf.ecore.InternalEObject.EStore |
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Fields inherited from class org.eclipse.emf.ecore.impl.EFactoryImpl |
---|
EDATE_FORMATS, ePackage |
Fields inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl |
---|
eAnnotations, eFlags, EFROZEN, ELAST_EMODEL_ELEMENT_FLAG |
Fields inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container |
---|
eContainer |
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET |
Fields inherited from interface org.eclipse.mofscript.MOFScriptModel.MOFScriptModelFactory |
---|
eINSTANCE |
Fields inherited from interface org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder |
---|
NIL |
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 |
convertAccessLevelToString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.Object instanceValue)
|
java.lang.String |
convertAdviceOperatorToString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.Object instanceValue)
|
java.lang.String |
convertArithmeticOperatorToString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.Object instanceValue)
|
java.lang.String |
convertAssignmentOperatorToString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.Object instanceValue)
|
java.lang.String |
convertComparisonOperatorToString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.Object instanceValue)
|
java.lang.String |
convertImportSemanticsToString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.Object instanceValue)
|
java.lang.String |
convertImportTypeToString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.Object instanceValue)
|
java.lang.String |
convertLiteralTypeToString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.Object instanceValue)
|
java.lang.String |
convertLogicalOperatorToString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.Object instanceValue)
|
java.lang.String |
convertParameterDirectionToString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.Object instanceValue)
|
java.lang.String |
convertPointCutCombinationOperatorToString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.Object instanceValue)
|
java.lang.String |
convertPointCutOperatorToString(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)
|
AccessLevel |
createAccessLevelFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
Advice |
createAdvice()
|
AdviceOperator |
createAdviceOperatorFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
ArithmeticExpression |
createArithmeticExpression()
|
ArithmeticOperator |
createArithmeticOperatorFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
AssignmentOperator |
createAssignmentOperatorFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
BreakStatement |
createBreakStatement()
|
ComparisonExpression |
createComparisonExpression()
|
ComparisonOperator |
createComparisonOperatorFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
CreateExpression |
createCreateExpression()
|
CreateExpressionParameter |
createCreateExpressionParameter()
|
CreateStatement |
createCreateStatement()
|
DebugStatement |
createDebugStatement()
|
FileStatement |
createFileStatement()
|
java.lang.Object |
createFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
FunctionCall |
createFunctionCall()
|
FunctionCallStatement |
createFunctionCallStatement()
|
GeneralAssignment |
createGeneralAssignment()
|
IfStatement |
createIfStatement()
|
ImportSemantics |
createImportSemanticsFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
ImportType |
createImportTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
IteratorStatement |
createIteratorStatement()
|
Literal |
createLiteral()
|
LiteralType |
createLiteralTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
LogicalExpression |
createLogicalExpression()
|
LogicalOperator |
createLogicalOperatorFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
M2MTrace |
createM2MTrace()
|
MOFScriptAspect |
createMOFScriptAspect()
|
MOFScriptComment |
createMOFScriptComment()
|
MOFScriptImport |
createMOFScriptImport()
|
MOFScriptParameter |
createMOFScriptParameter()
|
MOFScriptSpecification |
createMOFScriptSpecification()
|
MOFScriptTransformation |
createMOFScriptTransformation()
|
ParameterDirection |
createParameterDirectionFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
PointCut |
createPointCut()
|
PointCutCombinationOperator |
createPointCutCombinationOperatorFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
PointCutExpression |
createPointCutExpression()
|
PointCutOperator |
createPointCutOperatorFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
PrintStatement |
createPrintStatement()
|
Reference |
createReference()
|
ResultAssignment |
createResultAssignment()
|
ReturnStatement |
createReturnStatement()
|
SelectExpression |
createSelectExpression()
|
SimpleExpression |
createSimpleExpression()
|
StatementBlock |
createStatementBlock()
|
TransformationRule |
createTransformationRule()
|
ValueExpression |
createValueExpression()
|
VariableDeclaration |
createVariableDeclaration()
|
VariableDeclarationStatement |
createVariableDeclarationStatement()
|
WhileStatement |
createWhileStatement()
|
MOFScriptModelPackage |
getMOFScriptModelPackage()
|
static MOFScriptModelPackage |
getPackage()
Deprecated. |
static MOFScriptModelFactory |
init()
Creates the default factory implementation |
Methods inherited from class org.eclipse.emf.ecore.impl.EFactoryImpl |
---|
basicCreate, basicSetEPackage, collapseWhiteSpace, convertToString, createFromString, eGet, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eSet, eStaticClass, eUnset, getEPackage, replaceWhiteSpace, setEPackage, split |
Methods inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl |
---|
eObjectForURIFragmentSegment, eSetDirectResource, eURIFragmentSegment, freeze, freeze, getEAnnotation, getEAnnotations, isFrozen, setFrozen |
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container |
---|
eBasicSetContainer, eInternalContainer |
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl |
---|
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetProxyURI, eSettings |
Methods 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, 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, eInvoke, 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 |
Field Detail |
---|
public static final java.lang.String copyright
Constructor Detail |
---|
public MOFScriptModelFactoryImpl()
Method Detail |
---|
public static MOFScriptModelFactory init()
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 MOFScriptComment createMOFScriptComment()
createMOFScriptComment
in interface MOFScriptModelFactory
public VariableDeclaration createVariableDeclaration()
createVariableDeclaration
in interface MOFScriptModelFactory
public ValueExpression createValueExpression()
createValueExpression
in interface MOFScriptModelFactory
public StatementBlock createStatementBlock()
createStatementBlock
in interface MOFScriptModelFactory
public MOFScriptTransformation createMOFScriptTransformation()
createMOFScriptTransformation
in interface MOFScriptModelFactory
public MOFScriptParameter createMOFScriptParameter()
createMOFScriptParameter
in interface MOFScriptModelFactory
public MOFScriptImport createMOFScriptImport()
createMOFScriptImport
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 BreakStatement createBreakStatement()
createBreakStatement
in interface MOFScriptModelFactory
public WhileStatement createWhileStatement()
createWhileStatement
in interface MOFScriptModelFactory
public MOFScriptAspect createMOFScriptAspect()
createMOFScriptAspect
in interface MOFScriptModelFactory
public Advice createAdvice()
createAdvice
in interface MOFScriptModelFactory
public PointCut createPointCut()
createPointCut
in interface MOFScriptModelFactory
public PointCutExpression createPointCutExpression()
createPointCutExpression
in interface MOFScriptModelFactory
public SelectExpression createSelectExpression()
createSelectExpression
in interface MOFScriptModelFactory
public CreateExpression createCreateExpression()
createCreateExpression
in interface MOFScriptModelFactory
public CreateExpressionParameter createCreateExpressionParameter()
createCreateExpressionParameter
in interface MOFScriptModelFactory
public ReturnStatement createReturnStatement()
createReturnStatement
in interface MOFScriptModelFactory
public VariableDeclarationStatement createVariableDeclarationStatement()
createVariableDeclarationStatement
in interface MOFScriptModelFactory
public DebugStatement createDebugStatement()
createDebugStatement
in interface MOFScriptModelFactory
public M2MTrace createM2MTrace()
createM2MTrace
in interface MOFScriptModelFactory
public ParameterDirection createParameterDirectionFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
public java.lang.String convertParameterDirectionToString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.Object instanceValue)
public AccessLevel createAccessLevelFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
public java.lang.String convertAccessLevelToString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.Object instanceValue)
public ImportType createImportTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
public java.lang.String convertImportTypeToString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.Object instanceValue)
public ImportSemantics createImportSemanticsFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
public java.lang.String convertImportSemanticsToString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.Object instanceValue)
public AssignmentOperator createAssignmentOperatorFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
public java.lang.String convertAssignmentOperatorToString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.Object instanceValue)
public LogicalOperator createLogicalOperatorFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
public java.lang.String convertLogicalOperatorToString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.Object instanceValue)
public LiteralType createLiteralTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
public java.lang.String convertLiteralTypeToString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.Object instanceValue)
public ArithmeticOperator createArithmeticOperatorFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
public java.lang.String convertArithmeticOperatorToString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.Object instanceValue)
public ComparisonOperator createComparisonOperatorFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
public java.lang.String convertComparisonOperatorToString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.Object instanceValue)
public AdviceOperator createAdviceOperatorFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
public java.lang.String convertAdviceOperatorToString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.Object instanceValue)
public PointCutOperator createPointCutOperatorFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
public java.lang.String convertPointCutOperatorToString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.Object instanceValue)
public PointCutCombinationOperator createPointCutCombinationOperatorFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
public java.lang.String convertPointCutCombinationOperatorToString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.Object instanceValue)
public MOFScriptModelPackage getMOFScriptModelPackage()
getMOFScriptModelPackage
in interface MOFScriptModelFactory
@Deprecated public static MOFScriptModelPackage getPackage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |