Ignore:
Timestamp:
10/12/16 14:34:24 (8 years ago)
Author:
phdmakk
Message:

+ generated resources

File:
1 edited

Legend:

Unmodified
Added
Removed
  • v2/trunk/de.ugoe.cs.swe.bnftools.ebnf/src-gen/de/ugoe/cs/swe/bnftools/ebnf/EbnfPackage.java

    r88 r95  
    926926 
    927927  /** 
     928   * The feature id for the '<em><b>Range</b></em>' containment reference. 
     929   * <!-- begin-user-doc --> 
     930   * <!-- end-user-doc --> 
     931   * @generated 
     932   * @ordered 
     933   */ 
     934  int REPEATED_SEQUENCE__RANGE = 2; 
     935 
     936  /** 
    928937   * The number of structural features of the '<em>Repeated Sequence</em>' class. 
    929938   * <!-- begin-user-doc --> 
     
    932941   * @ordered 
    933942   */ 
    934   int REPEATED_SEQUENCE_FEATURE_COUNT = 2; 
     943  int REPEATED_SEQUENCE_FEATURE_COUNT = 3; 
     944 
     945  /** 
     946   * The meta object id for the '{@link de.ugoe.cs.swe.bnftools.ebnf.impl.RepeatRangeImpl <em>Repeat Range</em>}' class. 
     947   * <!-- begin-user-doc --> 
     948   * <!-- end-user-doc --> 
     949   * @see de.ugoe.cs.swe.bnftools.ebnf.impl.RepeatRangeImpl 
     950   * @see de.ugoe.cs.swe.bnftools.ebnf.impl.EbnfPackageImpl#getRepeatRange() 
     951   * @generated 
     952   */ 
     953  int REPEAT_RANGE = 22; 
     954 
     955  /** 
     956   * The feature id for the '<em><b>From</b></em>' attribute. 
     957   * <!-- begin-user-doc --> 
     958   * <!-- end-user-doc --> 
     959   * @generated 
     960   * @ordered 
     961   */ 
     962  int REPEAT_RANGE__FROM = 0; 
     963 
     964  /** 
     965   * The feature id for the '<em><b>To</b></em>' attribute. 
     966   * <!-- begin-user-doc --> 
     967   * <!-- end-user-doc --> 
     968   * @generated 
     969   * @ordered 
     970   */ 
     971  int REPEAT_RANGE__TO = 1; 
     972 
     973  /** 
     974   * The number of structural features of the '<em>Repeat Range</em>' class. 
     975   * <!-- begin-user-doc --> 
     976   * <!-- end-user-doc --> 
     977   * @generated 
     978   * @ordered 
     979   */ 
     980  int REPEAT_RANGE_FEATURE_COUNT = 2; 
    935981 
    936982 
     
    16821728   */ 
    16831729  EAttribute getRepeatedSequence_Morethanonce(); 
     1730 
     1731  /** 
     1732   * Returns the meta object for the containment reference '{@link de.ugoe.cs.swe.bnftools.ebnf.RepeatedSequence#getRange <em>Range</em>}'. 
     1733   * <!-- begin-user-doc --> 
     1734   * <!-- end-user-doc --> 
     1735   * @return the meta object for the containment reference '<em>Range</em>'. 
     1736   * @see de.ugoe.cs.swe.bnftools.ebnf.RepeatedSequence#getRange() 
     1737   * @see #getRepeatedSequence() 
     1738   * @generated 
     1739   */ 
     1740  EReference getRepeatedSequence_Range(); 
     1741 
     1742  /** 
     1743   * Returns the meta object for class '{@link de.ugoe.cs.swe.bnftools.ebnf.RepeatRange <em>Repeat Range</em>}'. 
     1744   * <!-- begin-user-doc --> 
     1745   * <!-- end-user-doc --> 
     1746   * @return the meta object for class '<em>Repeat Range</em>'. 
     1747   * @see de.ugoe.cs.swe.bnftools.ebnf.RepeatRange 
     1748   * @generated 
     1749   */ 
     1750  EClass getRepeatRange(); 
     1751 
     1752  /** 
     1753   * Returns the meta object for the attribute '{@link de.ugoe.cs.swe.bnftools.ebnf.RepeatRange#getFrom <em>From</em>}'. 
     1754   * <!-- begin-user-doc --> 
     1755   * <!-- end-user-doc --> 
     1756   * @return the meta object for the attribute '<em>From</em>'. 
     1757   * @see de.ugoe.cs.swe.bnftools.ebnf.RepeatRange#getFrom() 
     1758   * @see #getRepeatRange() 
     1759   * @generated 
     1760   */ 
     1761  EAttribute getRepeatRange_From(); 
     1762 
     1763  /** 
     1764   * Returns the meta object for the attribute '{@link de.ugoe.cs.swe.bnftools.ebnf.RepeatRange#getTo <em>To</em>}'. 
     1765   * <!-- begin-user-doc --> 
     1766   * <!-- end-user-doc --> 
     1767   * @return the meta object for the attribute '<em>To</em>'. 
     1768   * @see de.ugoe.cs.swe.bnftools.ebnf.RepeatRange#getTo() 
     1769   * @see #getRepeatRange() 
     1770   * @generated 
     1771   */ 
     1772  EAttribute getRepeatRange_To(); 
    16841773 
    16851774  /** 
     
    23102399    EAttribute REPEATED_SEQUENCE__MORETHANONCE = eINSTANCE.getRepeatedSequence_Morethanonce(); 
    23112400 
     2401    /** 
     2402     * The meta object literal for the '<em><b>Range</b></em>' containment reference feature. 
     2403     * <!-- begin-user-doc --> 
     2404     * <!-- end-user-doc --> 
     2405     * @generated 
     2406     */ 
     2407    EReference REPEATED_SEQUENCE__RANGE = eINSTANCE.getRepeatedSequence_Range(); 
     2408 
     2409    /** 
     2410     * The meta object literal for the '{@link de.ugoe.cs.swe.bnftools.ebnf.impl.RepeatRangeImpl <em>Repeat Range</em>}' class. 
     2411     * <!-- begin-user-doc --> 
     2412     * <!-- end-user-doc --> 
     2413     * @see de.ugoe.cs.swe.bnftools.ebnf.impl.RepeatRangeImpl 
     2414     * @see de.ugoe.cs.swe.bnftools.ebnf.impl.EbnfPackageImpl#getRepeatRange() 
     2415     * @generated 
     2416     */ 
     2417    EClass REPEAT_RANGE = eINSTANCE.getRepeatRange(); 
     2418 
     2419    /** 
     2420     * The meta object literal for the '<em><b>From</b></em>' attribute feature. 
     2421     * <!-- begin-user-doc --> 
     2422     * <!-- end-user-doc --> 
     2423     * @generated 
     2424     */ 
     2425    EAttribute REPEAT_RANGE__FROM = eINSTANCE.getRepeatRange_From(); 
     2426 
     2427    /** 
     2428     * The meta object literal for the '<em><b>To</b></em>' attribute feature. 
     2429     * <!-- begin-user-doc --> 
     2430     * <!-- end-user-doc --> 
     2431     * @generated 
     2432     */ 
     2433    EAttribute REPEAT_RANGE__TO = eINSTANCE.getRepeatRange_To(); 
     2434 
    23122435  } 
    23132436 
Note: See TracChangeset for help on using the changeset viewer.