|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.AdapterFactoryImpl
org.sintef.mofscript.MOFScriptModel.util.MOFScriptModelAdapterFactory
public class MOFScriptModelAdapterFactory
The Adapter Factory for the model.
It provides an adapter createXXX
method for each class of the model.
MOFScriptModelPackage
Field Summary | |
---|---|
protected static MOFScriptModelPackage |
modelPackage
The cached model package |
protected MOFScriptModelSwitch |
modelSwitch
The switch the delegates to the createXXX methods |
Constructor Summary | |
---|---|
MOFScriptModelAdapterFactory()
Creates an instance of the adapter factory |
Method Summary | |
---|---|
org.eclipse.emf.common.notify.Adapter |
createAdapter(org.eclipse.emf.common.notify.Notifier target)
Creates an adapter for the target |
org.eclipse.emf.common.notify.Adapter |
createAdviceAdapter()
Creates a new adapter for an object of class ' Advice ' |
org.eclipse.emf.common.notify.Adapter |
createArithmeticExpressionAdapter()
Creates a new adapter for an object of class ' Arithmetic Expression ' |
org.eclipse.emf.common.notify.Adapter |
createBreakStatementAdapter()
Creates a new adapter for an object of class ' Break Statement ' |
org.eclipse.emf.common.notify.Adapter |
createComparisonExpressionAdapter()
Creates a new adapter for an object of class ' Comparison Expression ' |
org.eclipse.emf.common.notify.Adapter |
createCreateStatementAdapter()
Creates a new adapter for an object of class ' Create Statement ' |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case |
org.eclipse.emf.common.notify.Adapter |
createExpressionAdapter()
Creates a new adapter for an object of class ' Expression ' |
org.eclipse.emf.common.notify.Adapter |
createFileStatementAdapter()
Creates a new adapter for an object of class ' File Statement ' |
org.eclipse.emf.common.notify.Adapter |
createFunctionCallAdapter()
Creates a new adapter for an object of class ' Function Call ' |
org.eclipse.emf.common.notify.Adapter |
createFunctionCallStatementAdapter()
Creates a new adapter for an object of class ' Function Call Statement ' |
org.eclipse.emf.common.notify.Adapter |
createGeneralAssignmentAdapter()
Creates a new adapter for an object of class ' General Assignment ' |
org.eclipse.emf.common.notify.Adapter |
createIfStatementAdapter()
Creates a new adapter for an object of class ' If Statement ' |
org.eclipse.emf.common.notify.Adapter |
createIteratorStatementAdapter()
Creates a new adapter for an object of class ' Iterator Statement ' |
org.eclipse.emf.common.notify.Adapter |
createLiteralAdapter()
Creates a new adapter for an object of class ' Literal ' |
org.eclipse.emf.common.notify.Adapter |
createLogicalExpressionAdapter()
Creates a new adapter for an object of class ' Logical Expression ' |
org.eclipse.emf.common.notify.Adapter |
createMOFScriptAspectAdapter()
Creates a new adapter for an object of class ' MOF Script Aspect ' |
org.eclipse.emf.common.notify.Adapter |
createMOFScriptCommentAdapter()
Creates a new adapter for an object of class ' MOF Script Comment ' |
org.eclipse.emf.common.notify.Adapter |
createMOFScriptImportAdapter()
Creates a new adapter for an object of class ' MOF Script Import ' |
org.eclipse.emf.common.notify.Adapter |
createMOFScriptObjectAdapter()
Creates a new adapter for an object of class ' MOF Script Object ' |
org.eclipse.emf.common.notify.Adapter |
createMOFScriptParameterAdapter()
Creates a new adapter for an object of class ' MOF Script Parameter ' |
org.eclipse.emf.common.notify.Adapter |
createMOFScriptSpecificationAdapter()
Creates a new adapter for an object of class ' MOF Script Specification ' |
org.eclipse.emf.common.notify.Adapter |
createMOFScriptStatementAdapter()
Creates a new adapter for an object of class ' MOF Script Statement ' |
org.eclipse.emf.common.notify.Adapter |
createMOFScriptStatementOwnerAdapter()
Creates a new adapter for an object of class ' MOF Script Statement Owner ' |
org.eclipse.emf.common.notify.Adapter |
createMOFScriptTransformationAdapter()
Creates a new adapter for an object of class ' MOF Script Transformation ' |
org.eclipse.emf.common.notify.Adapter |
createPointCutAdapter()
Creates a new adapter for an object of class ' Point Cut ' |
org.eclipse.emf.common.notify.Adapter |
createPointCutExpressionAdapter()
Creates a new adapter for an object of class ' Point Cut Expression ' |
org.eclipse.emf.common.notify.Adapter |
createPrintStatementAdapter()
Creates a new adapter for an object of class ' Print Statement ' |
org.eclipse.emf.common.notify.Adapter |
createReferenceAdapter()
Creates a new adapter for an object of class ' Reference ' |
org.eclipse.emf.common.notify.Adapter |
createResultAssignmentAdapter()
Creates a new adapter for an object of class ' Result Assignment ' |
org.eclipse.emf.common.notify.Adapter |
createSelectExpressionAdapter()
Creates a new adapter for an object of class ' Select Expression ' |
org.eclipse.emf.common.notify.Adapter |
createSimpleExpressionAdapter()
Creates a new adapter for an object of class ' Simple Expression ' |
org.eclipse.emf.common.notify.Adapter |
createStatementBlockAdapter()
Creates a new adapter for an object of class ' Statement Block ' |
org.eclipse.emf.common.notify.Adapter |
createTransformationRuleAdapter()
Creates a new adapter for an object of class ' Transformation Rule ' |
org.eclipse.emf.common.notify.Adapter |
createValueExpressionAdapter()
Creates a new adapter for an object of class ' Value Expression ' |
org.eclipse.emf.common.notify.Adapter |
createVariableDeclarationAdapter()
Creates a new adapter for an object of class ' Variable Declaration ' |
org.eclipse.emf.common.notify.Adapter |
createWhileStatementAdapter()
Creates a new adapter for an object of class ' While Statement ' |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object |
Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl |
---|
adapt, adapt, adaptAllNew, adaptNew, associate, createAdapter, resolve |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static MOFScriptModelPackage modelPackage
protected MOFScriptModelSwitch modelSwitch
createXXX
methods.
Constructor Detail |
---|
public MOFScriptModelAdapterFactory()
Method Detail |
---|
public boolean isFactoryForType(java.lang.Object object)
true
if the object is either the model's package or is an instance object of the model.
isFactoryForType
in interface org.eclipse.emf.common.notify.AdapterFactory
isFactoryForType
in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
public org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target
.
createAdapter
in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
target
- the object to adapt.
target
.public org.eclipse.emf.common.notify.Adapter createTransformationRuleAdapter()
Transformation Rule
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
TransformationRule
public org.eclipse.emf.common.notify.Adapter createMOFScriptStatementOwnerAdapter()
MOF Script Statement Owner
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
MOFScriptStatementOwner
public org.eclipse.emf.common.notify.Adapter createMOFScriptObjectAdapter()
MOF Script Object
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
MOFScriptObject
public org.eclipse.emf.common.notify.Adapter createMOFScriptStatementAdapter()
MOF Script Statement
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
MOFScriptStatement
public org.eclipse.emf.common.notify.Adapter createVariableDeclarationAdapter()
Variable Declaration
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
VariableDeclaration
public org.eclipse.emf.common.notify.Adapter createValueExpressionAdapter()
Value Expression
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ValueExpression
public org.eclipse.emf.common.notify.Adapter createExpressionAdapter()
Expression
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Expression
public org.eclipse.emf.common.notify.Adapter createMOFScriptTransformationAdapter()
MOF Script Transformation
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
MOFScriptTransformation
public org.eclipse.emf.common.notify.Adapter createMOFScriptImportAdapter()
MOF Script Import
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
MOFScriptImport
public org.eclipse.emf.common.notify.Adapter createMOFScriptParameterAdapter()
MOF Script Parameter
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
MOFScriptParameter
public org.eclipse.emf.common.notify.Adapter createIteratorStatementAdapter()
Iterator Statement
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
IteratorStatement
public org.eclipse.emf.common.notify.Adapter createLogicalExpressionAdapter()
Logical Expression
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
LogicalExpression
public org.eclipse.emf.common.notify.Adapter createSimpleExpressionAdapter()
Simple Expression
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
SimpleExpression
public org.eclipse.emf.common.notify.Adapter createFunctionCallAdapter()
Function Call
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
FunctionCall
public org.eclipse.emf.common.notify.Adapter createCreateStatementAdapter()
Create Statement
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
CreateStatement
public org.eclipse.emf.common.notify.Adapter createResultAssignmentAdapter()
Result Assignment
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ResultAssignment
public org.eclipse.emf.common.notify.Adapter createGeneralAssignmentAdapter()
General Assignment
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GeneralAssignment
public org.eclipse.emf.common.notify.Adapter createLiteralAdapter()
Literal
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Literal
public org.eclipse.emf.common.notify.Adapter createReferenceAdapter()
Reference
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Reference
public org.eclipse.emf.common.notify.Adapter createFunctionCallStatementAdapter()
Function Call Statement
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
FunctionCallStatement
public org.eclipse.emf.common.notify.Adapter createPrintStatementAdapter()
Print Statement
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
PrintStatement
public org.eclipse.emf.common.notify.Adapter createArithmeticExpressionAdapter()
Arithmetic Expression
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ArithmeticExpression
public org.eclipse.emf.common.notify.Adapter createFileStatementAdapter()
File Statement
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
FileStatement
public org.eclipse.emf.common.notify.Adapter createComparisonExpressionAdapter()
Comparison Expression
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ComparisonExpression
public org.eclipse.emf.common.notify.Adapter createIfStatementAdapter()
If Statement
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
IfStatement
public org.eclipse.emf.common.notify.Adapter createMOFScriptCommentAdapter()
MOF Script Comment
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
MOFScriptComment
public org.eclipse.emf.common.notify.Adapter createStatementBlockAdapter()
Statement Block
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
StatementBlock
public org.eclipse.emf.common.notify.Adapter createMOFScriptSpecificationAdapter()
MOF Script Specification
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
MOFScriptSpecification
public org.eclipse.emf.common.notify.Adapter createBreakStatementAdapter()
Break Statement
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
BreakStatement
public org.eclipse.emf.common.notify.Adapter createWhileStatementAdapter()
While Statement
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
WhileStatement
public org.eclipse.emf.common.notify.Adapter createMOFScriptAspectAdapter()
MOF Script Aspect
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
MOFScriptAspect
public org.eclipse.emf.common.notify.Adapter createAdviceAdapter()
Advice
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Advice
public org.eclipse.emf.common.notify.Adapter createPointCutAdapter()
Point Cut
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
PointCut
public org.eclipse.emf.common.notify.Adapter createPointCutExpressionAdapter()
Point Cut Expression
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
PointCutExpression
public org.eclipse.emf.common.notify.Adapter createSelectExpressionAdapter()
Select Expression
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
SelectExpression
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |