Show
Ignore:
Timestamp:
06/28/09 23:36:50 (15 months ago)
Author:
mb0 <mb0@…>
Children:
69d1ca8cf4ab8b63f93d4467f3d504c0ffdfabb7
Parents:
82cecb85d4b9fff471d3eadd986735ad736c6c3f
git-author:
mb0 <mb0@…> (06/09/09 21:53:24)
git-committer:
mb0 <mb0@…> (06/28/09 23:36:50)
Message:

renamed axdoc preference option, root package serialization file name and axutil functions
rootLevel is not transient. a dirty flag was added to axroot.
pulled getReference up to axindexnode.
index0r got a package cache and some simple lookup methods.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • org.axdt.axdoc.model/src/org/axdt/axdoc/model/AXDocPackage.java

    r85b4650 r2d81bf0  
    592592 
    593593        /** 
     594         * The feature id for the '<em><b>Dirty</b></em>' attribute. 
     595         * <!-- begin-user-doc --> 
     596         * <!-- end-user-doc --> 
     597         * @generated 
     598         * @ordered 
     599         */ 
     600        int AX_ROOT__DIRTY = AX_INDEX_FEATURE_COUNT + 3; 
     601 
     602        /** 
    594603         * The number of structural features of the '<em>AX Root</em>' class. 
    595604         * <!-- begin-user-doc --> 
     
    598607         * @ordered 
    599608         */ 
    600         int AX_ROOT_FEATURE_COUNT = AX_INDEX_FEATURE_COUNT + 3; 
     609        int AX_ROOT_FEATURE_COUNT = AX_INDEX_FEATURE_COUNT + 4; 
    601610 
    602611        /** 
     
    947956         */ 
    948957        EAttribute getAXRoot_RootLevel(); 
     958 
     959        /** 
     960         * Returns the meta object for the attribute '{@link org.axdt.axdoc.model.AXRoot#isDirty <em>Dirty</em>}'. 
     961         * <!-- begin-user-doc --> 
     962         * <!-- end-user-doc --> 
     963         * @return the meta object for the attribute '<em>Dirty</em>'. 
     964         * @see org.axdt.axdoc.model.AXRoot#isDirty() 
     965         * @see #getAXRoot() 
     966         * @generated 
     967         */ 
     968        EAttribute getAXRoot_Dirty(); 
    949969 
    950970        /** 
     
    13071327 
    13081328                /** 
     1329                 * The meta object literal for the '<em><b>Dirty</b></em>' attribute feature. 
     1330                 * <!-- begin-user-doc --> 
     1331                 * <!-- end-user-doc --> 
     1332                 * @generated 
     1333                 */ 
     1334                EAttribute AX_ROOT__DIRTY = eINSTANCE.getAXRoot_Dirty(); 
     1335 
     1336                /** 
    13091337                 * The meta object literal for the '{@link org.axdt.axdoc.model.impl.AXEntryImpl <em>AX Entry</em>}' class. 
    13101338                 * <!-- begin-user-doc -->