public class PatternLanguageAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX method for each class of the model.
PatternLanguagePackage| Modifier and Type | Field and Description |
|---|---|
protected static PatternLanguagePackage |
modelPackage
The cached model package.
|
protected PatternLanguageSwitch<org.eclipse.emf.common.notify.Adapter> |
modelSwitch
The switch that delegates to the
createXXX methods. |
| Constructor and Description |
|---|
PatternLanguageAdapterFactory()
Creates an instance of the adapter factory.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
createAggregatedValueAdapter()
Creates a new adapter for an object of class '
Aggregated Value'. |
org.eclipse.emf.common.notify.Adapter |
createAnnotationAdapter()
Creates a new adapter for an object of class '
Annotation'. |
org.eclipse.emf.common.notify.Adapter |
createAnnotationParameterAdapter()
Creates a new adapter for an object of class '
Annotation Parameter'. |
org.eclipse.emf.common.notify.Adapter |
createBoolValueAdapter()
Creates a new adapter for an object of class '
Bool Value'. |
org.eclipse.emf.common.notify.Adapter |
createCheckConstraintAdapter()
Creates a new adapter for an object of class '
Check Constraint'. |
org.eclipse.emf.common.notify.Adapter |
createCompareConstraintAdapter()
Creates a new adapter for an object of class '
Compare Constraint'. |
org.eclipse.emf.common.notify.Adapter |
createComputationValueAdapter()
Creates a new adapter for an object of class '
Computation Value'. |
org.eclipse.emf.common.notify.Adapter |
createConstraintAdapter()
Creates a new adapter for an object of class '
Constraint'. |
org.eclipse.emf.common.notify.Adapter |
createEntityTypeAdapter()
Creates a new adapter for an object of class '
Entity Type'. |
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 |
createFunctionEvaluationValueAdapter()
Creates a new adapter for an object of class '
Function Evaluation Value'. |
org.eclipse.emf.common.notify.Adapter |
createJavaTypeAdapter()
Creates a new adapter for an object of class '
Java Type'. |
org.eclipse.emf.common.notify.Adapter |
createListValueAdapter()
Creates a new adapter for an object of class '
List Value'. |
org.eclipse.emf.common.notify.Adapter |
createLiteralValueReferenceAdapter()
Creates a new adapter for an object of class '
Literal Value Reference'. |
org.eclipse.emf.common.notify.Adapter |
createLocalVariableAdapter()
Creates a new adapter for an object of class '
Local Variable'. |
org.eclipse.emf.common.notify.Adapter |
createModifiersAdapter()
Creates a new adapter for an object of class '
Modifiers'. |
org.eclipse.emf.common.notify.Adapter |
createNumberValueAdapter()
Creates a new adapter for an object of class '
Number Value'. |
org.eclipse.emf.common.notify.Adapter |
createParameterAdapter()
Creates a new adapter for an object of class '
Parameter'. |
org.eclipse.emf.common.notify.Adapter |
createParameterRefAdapter()
Creates a new adapter for an object of class '
Parameter Ref'. |
org.eclipse.emf.common.notify.Adapter |
createPathExpressionConstraintAdapter()
Creates a new adapter for an object of class '
Path Expression Constraint'. |
org.eclipse.emf.common.notify.Adapter |
createPathExpressionElementAdapter()
Creates a new adapter for an object of class '
Path Expression Element'. |
org.eclipse.emf.common.notify.Adapter |
createPathExpressionHeadAdapter()
Creates a new adapter for an object of class '
Path Expression Head'. |
org.eclipse.emf.common.notify.Adapter |
createPathExpressionTailAdapter()
Creates a new adapter for an object of class '
Path Expression Tail'. |
org.eclipse.emf.common.notify.Adapter |
createPatternAdapter()
Creates a new adapter for an object of class '
Pattern'. |
org.eclipse.emf.common.notify.Adapter |
createPatternBodyAdapter()
Creates a new adapter for an object of class '
Pattern Body'. |
org.eclipse.emf.common.notify.Adapter |
createPatternCallAdapter()
Creates a new adapter for an object of class '
Pattern Call'. |
org.eclipse.emf.common.notify.Adapter |
createPatternCompositionConstraintAdapter()
Creates a new adapter for an object of class '
Pattern Composition Constraint'. |
org.eclipse.emf.common.notify.Adapter |
createPatternModelAdapter()
Creates a new adapter for an object of class '
Pattern Model'. |
org.eclipse.emf.common.notify.Adapter |
createRelationTypeAdapter()
Creates a new adapter for an object of class '
Relation Type'. |
org.eclipse.emf.common.notify.Adapter |
createStringValueAdapter()
Creates a new adapter for an object of class '
String Value'. |
org.eclipse.emf.common.notify.Adapter |
createTypeAdapter()
Creates a new adapter for an object of class '
Type'. |
org.eclipse.emf.common.notify.Adapter |
createTypeCheckConstraintAdapter()
Creates a new adapter for an object of class '
Type Check Constraint'. |
org.eclipse.emf.common.notify.Adapter |
createValueReferenceAdapter()
Creates a new adapter for an object of class '
Value Reference'. |
org.eclipse.emf.common.notify.Adapter |
createVariableAdapter()
Creates a new adapter for an object of class '
Variable'. |
org.eclipse.emf.common.notify.Adapter |
createVariableReferenceAdapter()
Creates a new adapter for an object of class '
Variable Reference'. |
org.eclipse.emf.common.notify.Adapter |
createVariableValueAdapter()
Creates a new adapter for an object of class '
Variable Value'. |
org.eclipse.emf.common.notify.Adapter |
createXbase_XBooleanLiteralAdapter()
Creates a new adapter for an object of class '
XBoolean Literal'. |
org.eclipse.emf.common.notify.Adapter |
createXbase_XNumberLiteralAdapter()
Creates a new adapter for an object of class '
XNumber Literal'. |
org.eclipse.emf.common.notify.Adapter |
createXBooleanLiteralAdapter()
Creates a new adapter for an object of class '
XBoolean Literal'. |
org.eclipse.emf.common.notify.Adapter |
createXExpressionAdapter()
Creates a new adapter for an object of class '
XExpression'. |
org.eclipse.emf.common.notify.Adapter |
createXNumberLiteralAdapter()
Creates a new adapter for an object of class '
XNumber Literal'. |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object.
|
protected static PatternLanguagePackage modelPackage
protected PatternLanguageSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
createXXX methods.
public PatternLanguageAdapterFactory()
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.AdapterFactoryisFactoryForType in class org.eclipse.emf.common.notify.impl.AdapterFactoryImplpublic org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target.
createAdapter in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpltarget - the object to adapt.target.public org.eclipse.emf.common.notify.Adapter createPatternModelAdapter()
Pattern Model'.
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.
PatternModelpublic org.eclipse.emf.common.notify.Adapter createPatternAdapter()
Pattern'.
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.
Patternpublic org.eclipse.emf.common.notify.Adapter createAnnotationAdapter()
Annotation'.
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.
Annotationpublic org.eclipse.emf.common.notify.Adapter createAnnotationParameterAdapter()
Annotation 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.
AnnotationParameterpublic org.eclipse.emf.common.notify.Adapter createModifiersAdapter()
Modifiers'.
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.
Modifierspublic 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.
Expressionpublic org.eclipse.emf.common.notify.Adapter createVariableAdapter()
Variable'.
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.
Variablepublic org.eclipse.emf.common.notify.Adapter createVariableReferenceAdapter()
Variable 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.
VariableReferencepublic org.eclipse.emf.common.notify.Adapter createTypeAdapter()
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.
Typepublic org.eclipse.emf.common.notify.Adapter createEntityTypeAdapter()
Entity 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.
EntityTypepublic org.eclipse.emf.common.notify.Adapter createPatternBodyAdapter()
Pattern Body'.
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.
PatternBodypublic org.eclipse.emf.common.notify.Adapter createConstraintAdapter()
Constraint'.
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.
Constraintpublic org.eclipse.emf.common.notify.Adapter createPatternCallAdapter()
Pattern 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.
PatternCallpublic org.eclipse.emf.common.notify.Adapter createPathExpressionElementAdapter()
Path Expression 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.
PathExpressionElementpublic org.eclipse.emf.common.notify.Adapter createValueReferenceAdapter()
Value 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.
ValueReferencepublic org.eclipse.emf.common.notify.Adapter createLiteralValueReferenceAdapter()
Literal Value 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.
LiteralValueReferencepublic org.eclipse.emf.common.notify.Adapter createComputationValueAdapter()
Computation Value'.
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.
ComputationValuepublic org.eclipse.emf.common.notify.Adapter createParameterRefAdapter()
Parameter Ref'.
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.
ParameterRefpublic org.eclipse.emf.common.notify.Adapter createParameterAdapter()
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.
Parameterpublic org.eclipse.emf.common.notify.Adapter createLocalVariableAdapter()
Local Variable'.
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.
LocalVariablepublic org.eclipse.emf.common.notify.Adapter createJavaTypeAdapter()
Java 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.
JavaTypepublic org.eclipse.emf.common.notify.Adapter createRelationTypeAdapter()
Relation 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.
RelationTypepublic org.eclipse.emf.common.notify.Adapter createTypeCheckConstraintAdapter()
Type Check Constraint'.
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.
TypeCheckConstraintpublic org.eclipse.emf.common.notify.Adapter createPatternCompositionConstraintAdapter()
Pattern Composition Constraint'.
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.
PatternCompositionConstraintpublic org.eclipse.emf.common.notify.Adapter createCompareConstraintAdapter()
Compare Constraint'.
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.
CompareConstraintpublic org.eclipse.emf.common.notify.Adapter createCheckConstraintAdapter()
Check Constraint'.
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.
CheckConstraintpublic org.eclipse.emf.common.notify.Adapter createPathExpressionConstraintAdapter()
Path Expression Constraint'.
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.
PathExpressionConstraintpublic org.eclipse.emf.common.notify.Adapter createPathExpressionHeadAdapter()
Path Expression Head'.
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.
PathExpressionHeadpublic org.eclipse.emf.common.notify.Adapter createPathExpressionTailAdapter()
Path Expression Tail'.
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.
PathExpressionTailpublic org.eclipse.emf.common.notify.Adapter createStringValueAdapter()
String Value'.
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.
StringValuepublic org.eclipse.emf.common.notify.Adapter createNumberValueAdapter()
Number Value'.
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.
NumberValuepublic org.eclipse.emf.common.notify.Adapter createXNumberLiteralAdapter()
XNumber 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.
XNumberLiteralpublic org.eclipse.emf.common.notify.Adapter createBoolValueAdapter()
Bool Value'.
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.
BoolValuepublic org.eclipse.emf.common.notify.Adapter createXBooleanLiteralAdapter()
XBoolean 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.
XBooleanLiteralpublic org.eclipse.emf.common.notify.Adapter createVariableValueAdapter()
Variable Value'.
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.
VariableValuepublic org.eclipse.emf.common.notify.Adapter createListValueAdapter()
List Value'.
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.
ListValuepublic org.eclipse.emf.common.notify.Adapter createFunctionEvaluationValueAdapter()
Function Evaluation Value'.
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.
FunctionEvaluationValuepublic org.eclipse.emf.common.notify.Adapter createAggregatedValueAdapter()
Aggregated Value'.
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.
AggregatedValuepublic org.eclipse.emf.common.notify.Adapter createXExpressionAdapter()
XExpression'.
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.
XExpressionpublic org.eclipse.emf.common.notify.Adapter createXbase_XNumberLiteralAdapter()
XNumber 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.
XNumberLiteralpublic org.eclipse.emf.common.notify.Adapter createXbase_XBooleanLiteralAdapter()
XBoolean 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.
XBooleanLiteralpublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()