1 | @Override↵ | | 1 | @Override↵
|
2 | public Adapter createAdapter(Notifier target)↵ | | 2 | public Adapter createAdapter(Notifier target)↵
|
3 | {↵ | | 3 | {↵
|
4 | return modelSwitch.doSwitch((EObject)target);↵ | | 4 | return modelSwitch.doSwitch((EObject)target);↵
|
5 | }↵ | | 5 | }↵
|
|
|
6 | /**↵ | | 6 | /**↵
|
7 | * Creates a new adapter for an object of class '{@link org.eclipse.emf.ecore.change.ChangeDescription <em>Description</em>}'.↵ | | 7 | * Creates a new adapter for an object of class '{@link org.eclipse.emf.mapping.MappingHelper <em>Helper</em>}'.↵
|
8 | * <!-- begin-user-doc -->↵ | | 8 | * <!-- begin-user-doc -->↵
|
9 | * This default implementation returns null so that we can easily ignore cases;↵ | | 9 | * This default implementation returns null so that we can easily ignore cases;↵
|
10 | * it's useful to ignore a case when inheritance will catch all the cases anyway.↵ | | 10 | * it's useful to ignore a case when inheritance will catch all the cases anyway.↵
|
11 | * <!-- end-user-doc -->↵ | | 11 | * <!-- end-user-doc -->↵
|
12 | * @return the new adapter.↵ | | 12 | * @return the new adapter.↵
|
13 | * @see org.eclipse.emf.ecore.change.ChangeDescription↵ | | 13 | * @see org.eclipse.emf.mapping.MappingHelper↵
|
14 | * @generated↵ | | 14 | * @generated↵
|
15 | */↵ | | 15 | */↵
|
16 | public Adapter createChangeDescriptionAdapter()↵ | | 16 | public Adapter createMappingHelperAdapter()↵
|
17 | {↵ | | 17 | {↵
|
18 | return null;↵ | | 18 | return null;↵
|
19 | }↵ | | 19 | }↵
|
|
20 | /**↵ | | 20 | /**↵
|
21 | * Creates a new adapter for an object of class '{@link java.util.Map.Entry <em>EObject To Changes Map Entry</em>}'.↵ | | 21 | * Creates a new adapter for an object of class '{@link org.eclipse.emf.mapping.Mapping <em>Mapping</em>}'.↵
|
22 | * <!-- begin-user-doc -->↵ | | 22 | * <!-- begin-user-doc -->↵
|
23 | * This default implementation returns null so that we can easily ignore cases;↵ | | 23 | * This default implementation returns null so that we can easily ignore cases;↵
|
24 | * it's useful to ignore a case when inheritance will catch all the cases anyway.↵ | | 24 | * it's useful to ignore a case when inheritance will catch all the cases anyway.↵
|
25 | * <!-- end-user-doc -->↵ | | 25 | * <!-- end-user-doc -->↵
|
26 | * @return the new adapter.↵ | | 26 | * @return the new adapter.↵
|
27 | * @see java.util.Map.Entry↵ | | 27 | * @see org.eclipse.emf.mapping.Mapping↵
|
28 | * @generated↵ | | 28 | * @generated↵
|
29 | */↵ | | 29 | */↵
|
30 | public Adapter createEObjectToChangesMapEntryAdapter()↵ | | 30 | public Adapter createMappingAdapter()↵
|
31 | {↵ | | 31 | {↵
|
32 | return null;↵ | | 32 | return null;↵
|
33 | }↵ | | 33 | }↵
|
|
34 | /**↵ | | 34 | /**↵
|
35 | * Creates a new adapter for an object of class '{@link org.eclipse.emf.ecore.change.FeatureChange <em>Feature Change</em>}'.↵ | | 35 | * Creates a new adapter for an object of class '{@link org.eclipse.emf.mapping.TypeConverter <em>Type Converter</em>}'.↵
|
36 | * <!-- begin-user-doc -->↵ | | 36 | * <!-- begin-user-doc -->↵
|
37 | * This default implementation returns null so that we can easily ignore cases;↵ | | 37 | * This default implementation returns null so that we can easily ignore cases;↵
|
38 | * it's useful to ignore a case when inheritance will catch all the cases anyway.↵ | | 38 | * it's useful to ignore a case when inheritance will catch all the cases anyway.↵
|
39 | * <!-- end-user-doc -->↵ | | 39 | * <!-- end-user-doc -->↵
|
40 | * @return the new adapter.↵ | | 40 | * @return the new adapter.↵
|
41 | * @see org.eclipse.emf.ecore.change.FeatureChange↵ | | 41 | * @see org.eclipse.emf.mapping.TypeConverter↵
|
42 | * @generated↵ | | 42 | * @generated↵
|
43 | */↵ | | 43 | */↵
|
44 | public Adapter createFeatureChangeAdapter()↵ | | 44 | public Adapter createTypeConverterAdapter()↵
|
45 | {↵ | | 45 | {↵
|
46 | return null; | | 46 | return null;
|