public class DerivedAttributeAdapter
extends org.eclipse.emf.common.notify.impl.AdapterImpl
| Constructor and Description |
|---|
DerivedAttributeAdapter(org.eclipse.emf.ecore.EObject source,
org.eclipse.emf.ecore.EStructuralFeature derivedFeature)
Constructor with source object and the derived feature.
|
DerivedAttributeAdapter(org.eclipse.emf.ecore.EObject source,
org.eclipse.emf.ecore.EStructuralFeature derivedFeature,
org.eclipse.emf.ecore.EStructuralFeature localFeature)
Convenience constructor for a local dependency.
|
DerivedAttributeAdapter(org.eclipse.emf.ecore.EObject source,
org.eclipse.emf.ecore.EStructuralFeature derivedFeature,
org.eclipse.emf.ecore.EStructuralFeature navigationFeature,
org.eclipse.emf.ecore.EStructuralFeature dependantFeature)
Convenience constructor for a navigated dependency.
|
DerivedAttributeAdapter(org.eclipse.emf.ecore.EObject source,
org.eclipse.emf.ecore.EStructuralFeature derivedFeature,
org.eclipse.emf.ecore.EStructuralFeature navigationFeature,
org.eclipse.emf.ecore.EStructuralFeature dependantFeature,
org.eclipse.emf.ecore.EStructuralFeature localFeature)
Convenience constructor for a local and navigated dependency.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addLocalDependency(org.eclipse.emf.ecore.EStructuralFeature localFeature)
Adds a local dependency for a derived feature.
|
void |
addNavigatedDependency(org.eclipse.emf.ecore.EStructuralFeature navigationFeature,
org.eclipse.emf.ecore.EStructuralFeature dependantFeature)
Adds a navigated dependency for a derived feature.
|
void |
notifyChanged(org.eclipse.emf.common.notify.Notification notification) |
public DerivedAttributeAdapter(org.eclipse.emf.ecore.EObject source,
org.eclipse.emf.ecore.EStructuralFeature derivedFeature,
org.eclipse.emf.ecore.EStructuralFeature navigationFeature,
org.eclipse.emf.ecore.EStructuralFeature dependantFeature,
org.eclipse.emf.ecore.EStructuralFeature localFeature)
source - the source EObjectderivedFeature - the derived EStructuralFeaturenavigationFeature - the feature used for navigationdependantFeature - the EStructuralFeature being derivedlocalFeature - the local EStructuralFeature being derivedpublic DerivedAttributeAdapter(org.eclipse.emf.ecore.EObject source,
org.eclipse.emf.ecore.EStructuralFeature derivedFeature,
org.eclipse.emf.ecore.EStructuralFeature navigationFeature,
org.eclipse.emf.ecore.EStructuralFeature dependantFeature)
source - the source EObjectderivedFeature - the derived EStructuralFeaturenavigationFeature - the feature used for navigationdependantFeature - the EStructuralFeature being derivedpublic DerivedAttributeAdapter(org.eclipse.emf.ecore.EObject source,
org.eclipse.emf.ecore.EStructuralFeature derivedFeature,
org.eclipse.emf.ecore.EStructuralFeature localFeature)
source - the source EObjectderivedFeature - the derived EStructuralFeaturelocalFeature - the local EStructuralFeature being derivedpublic DerivedAttributeAdapter(org.eclipse.emf.ecore.EObject source,
org.eclipse.emf.ecore.EStructuralFeature derivedFeature)
source - the source EObjectderivedFeature - the derived EStructuralFeaturepublic void addNavigatedDependency(org.eclipse.emf.ecore.EStructuralFeature navigationFeature,
org.eclipse.emf.ecore.EStructuralFeature dependantFeature)
navigationFeature - the feature used for navigationdependantFeature - the EStructuralFeature being derivedpublic void addLocalDependency(org.eclipse.emf.ecore.EStructuralFeature localFeature)
localFeature - the local EStructuralFeature being derivedpublic void notifyChanged(org.eclipse.emf.common.notify.Notification notification)
notifyChanged in interface org.eclipse.emf.common.notify.AdapternotifyChanged in class org.eclipse.emf.common.notify.impl.AdapterImplCopyright © 2016. All rights reserved.