Package org.eclipse.emf.ecore

Examples of org.eclipse.emf.ecore.InternalEObject


   * <!-- end-user-doc -->
   * @generated
   */
  public Constant getConstant() {
    if (constant != null && constant.eIsProxy()) {
      InternalEObject oldConstant = (InternalEObject)constant;
      constant = (Constant)eResolveProxy(oldConstant);
      if (constant != oldConstant) {
        if (eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, IdlmmPackage.CONSTANT_DEF_REF__CONSTANT, oldConstant, constant));
      }
View Full Code Here


   * <!-- end-user-doc -->
   * @generated
   */
  public TranslationUnit getTranslationUnit() {
    if (translationUnit != null && translationUnit.eIsProxy()) {
      InternalEObject oldTranslationUnit = (InternalEObject)translationUnit;
      translationUnit = (TranslationUnit)eResolveProxy(oldTranslationUnit);
      if (translationUnit != oldTranslationUnit) {
        if (eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, IdlmmPackage.INCLUDE__TRANSLATION_UNIT, oldTranslationUnit, translationUnit));
      }
View Full Code Here

   * <!-- end-user-doc -->
   * @generated
   */
  public TypedefDef getSharedType() {
    if (sharedType != null && sharedType.eIsProxy()) {
      InternalEObject oldSharedType = (InternalEObject)sharedType;
      sharedType = (TypedefDef)eResolveProxy(oldSharedType);
      if (sharedType != oldSharedType) {
        if (eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, IdlmmPackage.TYPED__SHARED_TYPE, oldSharedType, sharedType));
      }
View Full Code Here

     * <!-- end-user-doc -->
     * @generated
     */
    public SetGenerator getSetGenerator() {
        if (setGenerator != null && setGenerator.eIsProxy()) {
            InternalEObject oldSetGenerator = (InternalEObject)setGenerator;
            setGenerator = (SetGenerator)eResolveProxy(oldSetGenerator);
            if (setGenerator != oldSetGenerator) {
                if (eNotificationRequired())
                    eNotify(new ENotificationImpl(this, Notification.RESOLVE, ConstraintsPackage.CONTAINS_TAG_CONSTRAINT__SET_GENERATOR, oldSetGenerator, setGenerator));
            }
View Full Code Here

     * <!-- end-user-doc -->
     * @generated
     */
    public TagSet getSatisfiesSet() {
        if (satisfiesSet != null && satisfiesSet.eIsProxy()) {
            InternalEObject oldSatisfiesSet = (InternalEObject)satisfiesSet;
            satisfiesSet = (TagSet)eResolveProxy(oldSatisfiesSet);
            if (satisfiesSet != oldSatisfiesSet) {
                if (eNotificationRequired())
                    eNotify(new ENotificationImpl(this, Notification.RESOLVE, ConstraintsPackage.CONTAINS_TAG_CONSTRAINT__SATISFIES_SET, oldSatisfiesSet, satisfiesSet));
            }
View Full Code Here

   */
  public Generator getGenerator()
  {
    if (generator != null && generator.eIsProxy())
    {
      InternalEObject oldGenerator = (InternalEObject)generator;
      generator = (Generator)eResolveProxy(oldGenerator);
      if (generator != oldGenerator)
      {
        if (eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, UrbanPackage.LAMBDA__GENERATOR, oldGenerator, generator));
View Full Code Here

   */
  public Shape getShape()
  {
    if (shape != null && shape.eIsProxy())
    {
      InternalEObject oldShape = (InternalEObject)shape;
      shape = (Shape)eResolveProxy(oldShape);
      if (shape != oldShape)
      {
        if (eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, UrbanPackage.LAMBDA__SHAPE, oldShape, shape));
View Full Code Here

   * <!-- end-user-doc -->
   * @generated
   */
  public AbstractTCGEdge getEdges() {
    if (edges != null && edges.eIsProxy()) {
      InternalEObject oldEdges = (InternalEObject)edges;
      edges = (AbstractTCGEdge)eResolveProxy(oldEdges);
      if (edges != oldEdges) {
        if (eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, TestCaseGraphRuntimePackage.AMPL_PATH__EDGES, oldEdges, edges));
      }
View Full Code Here

   * <!-- end-user-doc -->
   * @generated
   */
  public AbstractTCGNode getSource() {
    if (source != null && source.eIsProxy()) {
      InternalEObject oldSource = (InternalEObject)source;
      source = (AbstractTCGNode)eResolveProxy(oldSource);
      if (source != oldSource) {
        if (eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, AbstractTestCaseGraphPackage.ABSTRACT_TCG_EDGE__SOURCE, oldSource, source));
      }
View Full Code Here

   * <!-- end-user-doc -->
   * @generated
   */
  public AbstractTCGNode getTarget() {
    if (target != null && target.eIsProxy()) {
      InternalEObject oldTarget = (InternalEObject)target;
      target = (AbstractTCGNode)eResolveProxy(oldTarget);
      if (target != oldTarget) {
        if (eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, AbstractTestCaseGraphPackage.ABSTRACT_TCG_EDGE__TARGET, oldTarget, target));
      }
View Full Code Here

TOP

Related Classes of org.eclipse.emf.ecore.InternalEObject

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.