Class MdModelNavigatorAdapterBase<M extends MdObject>

    • Field Detail

      • MD_MODEL_NAVIGATOR_ADAPTERS

        public static final String MD_MODEL_NAVIGATOR_ADAPTERS
        Special key. Used for naming injection of registered initializers implementation providers
        See Also:
        Constant Field Values
    • Constructor Detail

      • MdModelNavigatorAdapterBase

        public MdModelNavigatorAdapterBase​(org.eclipse.emf.ecore.EClass eClass,
                                           IConfigurationProvider configurationProvider,
                                           ISymbolicNameService symbolicNameService)
        Constructs the instance.
        Parameters:
        eClass - the EClass of the model to create adapter for, cannot be null
        configurationProvider - the configuration provider, cannot be null
        symbolicNameService - the symbolic name service, cannot be null