|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.AdapterImpl
org.eclipse.emf.ecp.view.spi.categorization.model.DerivedAttributeAdapter
public class DerivedAttributeAdapter
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter |
---|
org.eclipse.emf.common.notify.Adapter.Internal |
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
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)
|
Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl |
---|
getTarget, isAdapterForType, setTarget, unsetTarget |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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 EObject
derivedFeature
- the derived EStructuralFeature
navigationFeature
- 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 EObject
derivedFeature
- the derived EStructuralFeature
navigationFeature
- 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 EObject
derivedFeature
- the derived EStructuralFeature
localFeature
- the local EStructuralFeature
being derivedpublic DerivedAttributeAdapter(org.eclipse.emf.ecore.EObject source, org.eclipse.emf.ecore.EStructuralFeature derivedFeature)
source
- the source EObject
derivedFeature
- the derived EStructuralFeature
Method Detail |
---|
public 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.Adapter
notifyChanged
in class org.eclipse.emf.common.notify.impl.AdapterImpl
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |