All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.omg.dd.di.impl.DiagramImpl Maven / Gradle / Ivy

The newest version!
/*
 * Copyright (c) 2012 - 2024 Data In Motion and others.
 * All rights reserved. 
 * 
 * This program and the accompanying materials are made
 * available under the terms of the Eclipse Public License 2.0
 * which is available at https://www.eclipse.org/legal/epl-2.0/
 * 
 * SPDX-License-Identifier: EPL-2.0
 * 
 * Contributors:
 *      Mark Hoffmann - initial API and implementation
 */
package org.omg.dd.di.impl;

import org.eclipse.emf.common.notify.Notification;

import org.eclipse.emf.common.util.EList;

import org.eclipse.emf.ecore.EClass;

import org.eclipse.emf.ecore.impl.ENotificationImpl;
import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;

import org.eclipse.emf.ecore.util.EObjectResolvingEList;

import org.omg.dd.di.DiPackage;
import org.omg.dd.di.Diagram;
import org.omg.dd.di.DiagramElement;
import org.omg.dd.di.Style;

/**
 * 
 * An implementation of the model object 'Diagram'.
 * 
 * 

* The following features are implemented: *

*
    *
  • {@link org.omg.dd.di.impl.DiagramImpl#getDocumentation Documentation}
  • *
  • {@link org.omg.dd.di.impl.DiagramImpl#getOwnedStyle Owned Style}
  • *
  • {@link org.omg.dd.di.impl.DiagramImpl#getRootElement Root Element}
  • *
  • {@link org.omg.dd.di.impl.DiagramImpl#getId Id}
  • *
  • {@link org.omg.dd.di.impl.DiagramImpl#getName Name}
  • *
  • {@link org.omg.dd.di.impl.DiagramImpl#getResolution Resolution}
  • *
* * @generated */ public abstract class DiagramImpl extends MinimalEObjectImpl.Container implements Diagram { /** * The default value of the '{@link #getDocumentation() Documentation}' attribute. * * * @see #getDocumentation() * @generated * @ordered */ protected static final String DOCUMENTATION_EDEFAULT = null; /** * The cached value of the '{@link #getDocumentation() Documentation}' attribute. * * * @see #getDocumentation() * @generated * @ordered */ protected String documentation = DOCUMENTATION_EDEFAULT; /** * The cached value of the '{@link #getOwnedStyle() Owned Style}' reference list. * * * @see #getOwnedStyle() * @generated * @ordered */ protected EList