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 |
createCallableRelationAdapter()
Creates a new adapter for an object of class '
Callable Relation '. |
org.eclipse.emf.common.notify.Adapter |
createCheckConstraintAdapter()
Creates a new adapter for an object of class '
Check Constraint '. |
org.eclipse.emf.common.notify.Adapter |
createClassTypeAdapter()
Creates a new adapter for an object of class '
Class Type '. |
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 |
createEClassifierConstraintAdapter()
Creates a new adapter for an object of class '
EClassifier 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 |
createEnumValueAdapter()
Creates a new adapter for an object of class '
Enum Value '. |
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 |
createPackageImportAdapter()
Creates a new adapter for an object of class '
Package Import '. |
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 |
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 |
createPatternImportAdapter()
Creates a new adapter for an object of class '
Pattern Import '. |
org.eclipse.emf.common.notify.Adapter |
createPatternModelAdapter()
Creates a new adapter for an object of class '
Pattern Model '. |
org.eclipse.emf.common.notify.Adapter |
createReferenceTypeAdapter()
Creates a new adapter for an object of class '
Reference Type '. |
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 |
createUnaryTypeConstraintAdapter()
Creates a new adapter for an object of class '
Unary Type 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 |
createVQLImportSectionAdapter()
Creates a new adapter for an object of class '
VQL Import Section '. |
org.eclipse.emf.common.notify.Adapter |
createXImportSectionAdapter()
Creates a new adapter for an object of class '
XImport Section '. |
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.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 createVQLImportSectionAdapter()
VQL Import Section
'.
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.
VQLImportSection
public org.eclipse.emf.common.notify.Adapter createPackageImportAdapter()
Package 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.
PackageImport
public org.eclipse.emf.common.notify.Adapter createPatternImportAdapter()
Pattern 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.
PatternImport
public org.eclipse.emf.common.notify.Adapter createEClassifierConstraintAdapter()
EClassifier 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.
EClassifierConstraint
public org.eclipse.emf.common.notify.Adapter createEnumValueAdapter()
Enum 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.
EnumValue
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.
PatternModel
public org.eclipse.emf.common.notify.Adapter createClassTypeAdapter()
Class 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.
ClassType
public org.eclipse.emf.common.notify.Adapter createReferenceTypeAdapter()
Reference 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.
ReferenceType
public 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.
Pattern
public 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.
Annotation
public 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.
AnnotationParameter
public 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.
Modifiers
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 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.
Variable
public 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.
VariableReference
public 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.
Type
public 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.
EntityType
public 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.
PatternBody
public 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.
Constraint
public 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.
PatternCall
public 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.
ValueReference
public 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.
LiteralValueReference
public 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.
ComputationValue
public 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.
ParameterRef
public 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.
Parameter
public 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.
LocalVariable
public 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.
JavaType
public 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.
RelationType
public 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.
TypeCheckConstraint
public 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.
PatternCompositionConstraint
public 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.
CompareConstraint
public 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.
CheckConstraint
public 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.
PathExpressionConstraint
public 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.
StringValue
public 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.
NumberValue
public 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.
BoolValue
public 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.
ListValue
public 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.
FunctionEvaluationValue
public 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.
AggregatedValue
public org.eclipse.emf.common.notify.Adapter createCallableRelationAdapter()
Callable Relation
'.
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.
CallableRelation
public org.eclipse.emf.common.notify.Adapter createUnaryTypeConstraintAdapter()
Unary Type 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.
UnaryTypeConstraint
public org.eclipse.emf.common.notify.Adapter createXImportSectionAdapter()
XImport Section
'.
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.
XImportSection
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()