Implementation of the MSL's custom {@link org.eclipse.emf.edit.domain.EditingDomain}. This package is not intended to be used by clients of the MSL.

Package Specification

The {@link org.eclipse.gmf.runtime.emf.core.internal.domain.MSLEditingDomain} class implements the public {@link org.eclipse.gmf.runtime.emf.core.EditingDomain} API. MSL clients should use this public API class whenever possible.

The {@link org.eclipse.gmf.runtime.emf.core.internal.domain.MSLAdapterFactoryEditingDomain} class implements the EMF {@link org.eclipse.emf.edit.domain.EditingDomain} interface to provide MSL's custom resource set implementation.

@canBeSeenBy org.eclipse.gmf.runtime.emf.core.*