|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectAdapterFactoryImpl
org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.util.ImperativeOCLAdapterFactory
public class ImperativeOCLAdapterFactory
The Adapter Factory for the model.
It provides an adapter createXXX method for each class of the model.
ImperativeOCLPackage| Field Summary | |
|---|---|
protected static ImperativeOCLPackage |
modelPackage
The cached model package |
protected ImperativeOCLSwitch<Adapter> |
modelSwitch
The switch that delegates to the createXXX methods |
| Constructor Summary | |
|---|---|
ImperativeOCLAdapterFactory()
Creates an instance of the adapter factory |
|
| Method Summary | |
|---|---|
Adapter |
createAdapter(Notifier target)
Creates an adapter for the target |
Adapter |
createAltExpAdapter()
Creates a new adapter for an object of class ' Alt Exp' |
Adapter |
createAssertExpAdapter()
Creates a new adapter for an object of class ' Assert Exp' |
Adapter |
createAssignExpAdapter()
Creates a new adapter for an object of class ' Assign Exp' |
Adapter |
createASTNodeAdapter()
Creates a new adapter for an object of class ' AST Node' |
Adapter |
createBlockExpAdapter()
Creates a new adapter for an object of class ' Block Exp' |
Adapter |
createBreakExpAdapter()
Creates a new adapter for an object of class ' Break Exp' |
Adapter |
createCallExpAdapter()
Creates a new adapter for an object of class ' Call Exp' |
Adapter |
createCallingASTNodeAdapter()
Creates a new adapter for an object of class ' Calling AST Node' |
Adapter |
createCatchExpAdapter()
Creates a new adapter for an object of class ' Catch Exp' |
Adapter |
createCollectionTypeAdapter()
Creates a new adapter for an object of class ' Collection Type' |
Adapter |
createComputeExpAdapter()
Creates a new adapter for an object of class ' Compute Exp' |
Adapter |
createContinueExpAdapter()
Creates a new adapter for an object of class ' Continue Exp' |
Adapter |
createDictionaryTypeAdapter()
Creates a new adapter for an object of class ' Dictionary Type' |
Adapter |
createDictLiteralExpAdapter()
Creates a new adapter for an object of class ' Dict Literal Exp' |
Adapter |
createDictLiteralPartAdapter()
Creates a new adapter for an object of class ' Dict Literal Part' |
Adapter |
createEClassAdapter()
Creates a new adapter for an object of class ' EClass' |
Adapter |
createEClassifierAdapter()
Creates a new adapter for an object of class ' EClassifier' |
Adapter |
createEcore_CallExpAdapter()
Creates a new adapter for an object of class ' Call Exp' |
Adapter |
createEcore_CollectionTypeAdapter()
Creates a new adapter for an object of class ' Collection Type' |
Adapter |
createEcore_FeatureCallExpAdapter()
Creates a new adapter for an object of class ' Feature Call Exp' |
Adapter |
createEcore_LiteralExpAdapter()
Creates a new adapter for an object of class ' Literal Exp' |
Adapter |
createEcore_LoopExpAdapter()
Creates a new adapter for an object of class ' Loop Exp' |
Adapter |
createEcore_OCLExpressionAdapter()
Creates a new adapter for an object of class ' OCL Expression' |
Adapter |
createEcore_OperationCallExpAdapter()
Creates a new adapter for an object of class ' Operation Call Exp' |
Adapter |
createEDataTypeAdapter()
Creates a new adapter for an object of class ' EData Type' |
Adapter |
createEModelElementAdapter()
Creates a new adapter for an object of class ' EModel Element' |
Adapter |
createENamedElementAdapter()
Creates a new adapter for an object of class ' ENamed Element' |
Adapter |
createEObjectAdapter()
Creates a new adapter for the default case |
Adapter |
createETypedElementAdapter()
Creates a new adapter for an object of class ' ETyped Element' |
Adapter |
createFeatureCallExpAdapter()
Creates a new adapter for an object of class ' Feature Call Exp' |
Adapter |
createForExpAdapter()
Creates a new adapter for an object of class ' For Exp' |
Adapter |
createImperativeExpressionAdapter()
Creates a new adapter for an object of class ' Imperative Expression' |
Adapter |
createImperativeIterateExpAdapter()
Creates a new adapter for an object of class ' Imperative Iterate Exp' |
Adapter |
createImperativeLoopExpAdapter()
Creates a new adapter for an object of class ' Imperative Loop Exp' |
Adapter |
createInstantiationExpAdapter()
Creates a new adapter for an object of class ' Instantiation Exp' |
Adapter |
createListLiteralExpAdapter()
Creates a new adapter for an object of class ' List Literal Exp' |
Adapter |
createListTypeAdapter()
Creates a new adapter for an object of class ' List Type' |
Adapter |
createLiteralExpAdapter()
Creates a new adapter for an object of class ' Literal Exp' |
Adapter |
createLogExpAdapter()
Creates a new adapter for an object of class ' Log Exp' |
Adapter |
createLoopExpAdapter()
Creates a new adapter for an object of class ' Loop Exp' |
Adapter |
createOCLExpressionAdapter()
Creates a new adapter for an object of class ' OCL Expression' |
Adapter |
createOperationCallExpAdapter()
Creates a new adapter for an object of class ' Operation Call Exp' |
Adapter |
createOrderedTupleLiteralExpAdapter()
Creates a new adapter for an object of class ' Ordered Tuple Literal Exp' |
Adapter |
createOrderedTupleLiteralPartAdapter()
Creates a new adapter for an object of class ' Ordered Tuple Literal Part' |
Adapter |
createOrderedTupleTypeAdapter()
Creates a new adapter for an object of class ' Ordered Tuple Type' |
Adapter |
createPredefinedTypeAdapter()
Creates a new adapter for an object of class ' Predefined Type' |
Adapter |
createRaiseExpAdapter()
Creates a new adapter for an object of class ' Raise Exp' |
Adapter |
createReturnExpAdapter()
Creates a new adapter for an object of class ' Return Exp' |
Adapter |
createSwitchExpAdapter()
Creates a new adapter for an object of class ' Switch Exp' |
Adapter |
createTryExpAdapter()
Creates a new adapter for an object of class ' Try Exp' |
Adapter |
createTypedASTNodeAdapter()
Creates a new adapter for an object of class ' Typed AST Node' |
Adapter |
createTypedefAdapter()
Creates a new adapter for an object of class ' Typedef' |
Adapter |
createTypedElementAdapter()
Creates a new adapter for an object of class ' Typed Element' |
Adapter |
createUnlinkExpAdapter()
Creates a new adapter for an object of class ' Unlink Exp' |
Adapter |
createUnpackExpAdapter()
Creates a new adapter for an object of class ' Unpack Exp' |
Adapter |
createVariableInitExpAdapter()
Creates a new adapter for an object of class ' Variable Init Exp' |
Adapter |
createVisitableAdapter()
Creates a new adapter for an object of class ' Visitable' |
Adapter |
createWhileExpAdapter()
Creates a new adapter for an object of class ' While Exp' |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static ImperativeOCLPackage modelPackage
protected ImperativeOCLSwitch<Adapter> modelSwitch
createXXX methods.
| Constructor Detail |
|---|
public ImperativeOCLAdapterFactory()
| 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.
public Adapter createAdapter(Notifier target)
target.
target - the object to adapt.
target.public Adapter createAltExpAdapter()
Alt Exp'.
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.
AltExppublic Adapter createAssertExpAdapter()
Assert Exp'.
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.
AssertExppublic Adapter createAssignExpAdapter()
Assign Exp'.
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.
AssignExppublic Adapter createBlockExpAdapter()
Block Exp'.
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.
BlockExppublic Adapter createBreakExpAdapter()
Break Exp'.
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.
BreakExppublic Adapter createCatchExpAdapter()
Catch Exp'.
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.
CatchExppublic Adapter createComputeExpAdapter()
Compute Exp'.
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.
ComputeExppublic Adapter createContinueExpAdapter()
Continue Exp'.
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.
ContinueExppublic Adapter createDictLiteralExpAdapter()
Dict Literal Exp'.
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.
DictLiteralExppublic Adapter createDictLiteralPartAdapter()
Dict Literal Part'.
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.
DictLiteralPartpublic Adapter createDictionaryTypeAdapter()
Dictionary Type'.
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.
DictionaryTypepublic Adapter createForExpAdapter()
For Exp'.
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.
ForExppublic Adapter createImperativeExpressionAdapter()
Imperative 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.
ImperativeExpressionpublic Adapter createImperativeIterateExpAdapter()
Imperative Iterate Exp'.
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.
ImperativeIterateExppublic Adapter createImperativeLoopExpAdapter()
Imperative Loop Exp'.
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.
ImperativeLoopExppublic Adapter createInstantiationExpAdapter()
Instantiation Exp'.
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.
InstantiationExppublic Adapter createListLiteralExpAdapter()
List Literal Exp'.
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.
ListLiteralExppublic Adapter createListTypeAdapter()
List Type'.
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.
ListTypepublic Adapter createLogExpAdapter()
Log Exp'.
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.
LogExppublic Adapter createOrderedTupleLiteralExpAdapter()
Ordered Tuple Literal Exp'.
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.
OrderedTupleLiteralExppublic Adapter createOrderedTupleLiteralPartAdapter()
Ordered Tuple Literal Part'.
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.
OrderedTupleLiteralPartpublic Adapter createOrderedTupleTypeAdapter()
Ordered Tuple Type'.
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.
OrderedTupleTypepublic Adapter createRaiseExpAdapter()
Raise Exp'.
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.
RaiseExppublic Adapter createReturnExpAdapter()
Return Exp'.
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.
ReturnExppublic Adapter createSwitchExpAdapter()
Switch Exp'.
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.
SwitchExppublic Adapter createTryExpAdapter()
Try Exp'.
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.
TryExppublic Adapter createTypedefAdapter()
Typedef'.
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.
Typedefpublic Adapter createUnlinkExpAdapter()
Unlink Exp'.
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.
UnlinkExppublic Adapter createUnpackExpAdapter()
Unpack Exp'.
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.
UnpackExppublic Adapter createVariableInitExpAdapter()
Variable Init Exp'.
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.
VariableInitExppublic Adapter createWhileExpAdapter()
While Exp'.
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.
WhileExppublic Adapter createEModelElementAdapter()
EModel Element'.
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.
org.eclipse.emf.ecore.EModelElementpublic Adapter createENamedElementAdapter()
ENamed Element'.
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.
org.eclipse.emf.ecore.ENamedElementpublic Adapter createETypedElementAdapter()
ETyped Element'.
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.
org.eclipse.emf.ecore.ETypedElementpublic Adapter createTypedElementAdapter()
Typed Element'.
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.
org.eclipse.ocl.utilities.TypedElementpublic Adapter createVisitableAdapter()
Visitable'.
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.
org.eclipse.ocl.utilities.Visitablepublic Adapter createASTNodeAdapter()
AST Node'.
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.
org.eclipse.ocl.utilities.ASTNodepublic Adapter createOCLExpressionAdapter()
OCL 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.
org.eclipse.ocl.expressions.OCLExpressionpublic Adapter createEcore_OCLExpressionAdapter()
OCL 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.
org.eclipse.ocl.ecore.OCLExpressionpublic Adapter createLiteralExpAdapter()
Literal Exp'.
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.
org.eclipse.ocl.expressions.LiteralExppublic Adapter createEcore_LiteralExpAdapter()
Literal Exp'.
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.
org.eclipse.ocl.ecore.LiteralExppublic Adapter createEClassifierAdapter()
EClassifier'.
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.
org.eclipse.emf.ecore.EClassifierpublic Adapter createEDataTypeAdapter()
EData Type'.
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.
org.eclipse.emf.ecore.EDataTypepublic Adapter createPredefinedTypeAdapter()
Predefined Type'.
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.
org.eclipse.ocl.utilities.PredefinedTypepublic Adapter createTypedASTNodeAdapter()
Typed AST Node'.
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.
org.eclipse.ocl.utilities.TypedASTNodepublic Adapter createCollectionTypeAdapter()
Collection Type'.
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.
org.eclipse.ocl.types.CollectionTypepublic Adapter createEcore_CollectionTypeAdapter()
Collection Type'.
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.
org.eclipse.ocl.ecore.CollectionTypepublic Adapter createCallingASTNodeAdapter()
Calling AST Node'.
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.
org.eclipse.ocl.utilities.CallingASTNodepublic Adapter createCallExpAdapter()
Call Exp'.
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.
org.eclipse.ocl.expressions.CallExppublic Adapter createEcore_CallExpAdapter()
Call Exp'.
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.
org.eclipse.ocl.ecore.CallExppublic Adapter createLoopExpAdapter()
Loop Exp'.
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.
org.eclipse.ocl.expressions.LoopExppublic Adapter createEcore_LoopExpAdapter()
Loop Exp'.
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.
org.eclipse.ocl.ecore.LoopExppublic Adapter createFeatureCallExpAdapter()
Feature Call Exp'.
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.
org.eclipse.ocl.expressions.FeatureCallExppublic Adapter createEcore_FeatureCallExpAdapter()
Feature Call Exp'.
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.
org.eclipse.ocl.ecore.FeatureCallExppublic Adapter createOperationCallExpAdapter()
Operation Call Exp'.
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.
org.eclipse.ocl.expressions.OperationCallExppublic Adapter createEcore_OperationCallExpAdapter()
Operation Call Exp'.
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.
org.eclipse.ocl.ecore.OperationCallExppublic Adapter createEClassAdapter()
EClass'.
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.
org.eclipse.emf.ecore.EClasspublic Adapter createEObjectAdapter()
|
Copyright 2008 Borland Software Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||