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.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 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 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 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 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 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.
PathExpressionElement
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 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.
AggregatorExpression
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 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 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 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 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 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.
PathExpressionHead
public 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.
PathExpressionTail
public 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.
IntValue
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 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 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.
DoubleValue
public 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.
VariableValue
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 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.
CountAggregator
public 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.
JvmIdentifiableElement
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()