|
||||||||||
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.
AltExp
public 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.
AssertExp
public 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.
AssignExp
public 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.
BlockExp
public 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.
BreakExp
public 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.
CatchExp
public 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.
ComputeExp
public 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.
ContinueExp
public 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.
DictLiteralExp
public 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.
DictLiteralPart
public 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.
DictionaryType
public 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.
ForExp
public 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.
ImperativeExpression
public 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.
ImperativeIterateExp
public 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.
ImperativeLoopExp
public 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.
InstantiationExp
public 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.
ListLiteralExp
public 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.
ListType
public 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.
LogExp
public 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.
OrderedTupleLiteralExp
public 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.
OrderedTupleLiteralPart
public 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.
OrderedTupleType
public 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.
RaiseExp
public 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.
ReturnExp
public 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.
SwitchExp
public 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.
TryExp
public 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.
Typedef
public 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.
UnlinkExp
public 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.
UnpackExp
public 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.
VariableInitExp
public 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.
WhileExp
public 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.EModelElement
public 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.ENamedElement
public 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.ETypedElement
public 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.TypedElement
public 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.Visitable
public 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.ASTNode
public 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.OCLExpression
public 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.OCLExpression
public 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.LiteralExp
public 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.LiteralExp
public 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.EClassifier
public 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.EDataType
public 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.PredefinedType
public 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.TypedASTNode
public 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.CollectionType
public 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.CollectionType
public 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.CallingASTNode
public 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.CallExp
public 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.CallExp
public 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.LoopExp
public 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.LoopExp
public 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.FeatureCallExp
public 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.FeatureCallExp
public 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.OperationCallExp
public 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.OperationCallExp
public 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.EClass
public 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 |