* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetBlackBoardInternal(Blackboard newBlackBoardInternal,
NotificationChain msgs) {
Blackboard oldBlackBoardInternal = blackBoardInternal;
blackBoardInternal = newBlackBoardInternal;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET,
ProjectPackage.MAP__BLACK_BOARD_INTERNAL, oldBlackBoardInternal,
newBlackBoardInternal);