public class PatternLanguageAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX method for each class of the model.
PatternLanguagePackage| 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 |
createAggregatorExpressionAdapter()
Creates a new adapter for an object of class '
Aggregator Expression'. |
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 |
createCountAggregatorAdapter()
Creates a new adapter for an object of class '
Count Aggregator'. |
org.eclipse.emf.common.notify.Adapter |
createDoubleValueAdapter()
Creates a new adapter for an object of class '
Double Value'. |
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 |
createFunctionEvaluationValueAdapter()
Creates a new adapter for an object of class '
Function Evaluation Value'. |
org.eclipse.emf.common.notify.Adapter |
createIntValueAdapter()
Creates a new adapter for an object of class '
Int Value'. |
org.eclipse.emf.common.notify.Adapter |
createJvmIdentifiableElementAdapter()
Creates a new adapter for an object of class '
Jvm Identifiable Element'. |
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 |
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 |
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'. |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object.
|
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 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 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 createAggregatorExpressionAdapter()
Aggregator 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.
AggregatorExpressionpublic 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 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 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 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 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 createIntValueAdapter()
Int 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.
IntValuepublic 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 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 createDoubleValueAdapter()
Double 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.
DoubleValuepublic 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 createCountAggregatorAdapter()
Count Aggregator'.
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.
CountAggregatorpublic org.eclipse.emf.common.notify.Adapter createJvmIdentifiableElementAdapter()
Jvm Identifiable 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.
JvmIdentifiableElementpublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()