Package tools.mdsd.somde.realm
Class DependencyResolvingAdapter
- java.lang.Object
-
- org.eclipse.emf.common.notify.impl.AdapterImpl
-
- org.eclipse.emf.ecore.util.EContentAdapter
-
- tools.mdsd.somde.realm.DependencyResolvingAdapter
-
- All Implemented Interfaces:
Adapter
,Adapter.Internal
- Direct Known Subclasses:
GuiceInjectorDependencyResolvingAdapter
public abstract class DependencyResolvingAdapter extends EContentAdapter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter
Adapter.Internal
-
-
Field Summary
-
Fields inherited from class org.eclipse.emf.ecore.util.EContentAdapter
iterating
-
Fields inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
target
-
-
Constructor Summary
Constructors Constructor Description DependencyResolvingAdapter()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected void
addAdapter(Notifier notifier)
protected abstract void
doInject(Notifier object)
-
Methods inherited from class org.eclipse.emf.ecore.util.EContentAdapter
basicSetTarget, basicUnsetTarget, handleContainment, notifyChanged, removeAdapter, removeAdapter, resolve, selfAdapt, setTarget, setTarget, setTarget, setTarget, unsetTarget, unsetTarget, unsetTarget, unsetTarget, unsetTarget, useRecursion
-
Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
getTarget, isAdapterForType
-
-
-
-
Method Detail
-
addAdapter
protected void addAdapter(Notifier notifier)
- Overrides:
addAdapter
in classEContentAdapter
-
doInject
protected abstract void doInject(Notifier object)
-
-