Ignore:
Timestamp:
10/12/16 15:29:26 (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/impl/EbnfPackageImpl.java

    r95 r100  
    55import de.ugoe.cs.swe.bnftools.ebnf.Atom; 
    66import de.ugoe.cs.swe.bnftools.ebnf.BnfEntry; 
     7import de.ugoe.cs.swe.bnftools.ebnf.Comment; 
    78import de.ugoe.cs.swe.bnftools.ebnf.DefinitionList; 
    89import de.ugoe.cs.swe.bnftools.ebnf.DeltaEntry; 
     
    9192   * @generated 
    9293   */ 
     94  private EClass commentEClass = null; 
     95 
     96  /** 
     97   * <!-- begin-user-doc --> 
     98   * <!-- end-user-doc --> 
     99   * @generated 
     100   */ 
    93101  private EClass importEClass = null; 
    94102 
     
    393401   * @generated 
    394402   */ 
     403  public EReference getBnfEntry_Comment() 
     404  { 
     405    return (EReference)bnfEntryEClass.getEStructuralFeatures().get(2); 
     406  } 
     407 
     408  /** 
     409   * <!-- begin-user-doc --> 
     410   * <!-- end-user-doc --> 
     411   * @generated 
     412   */ 
    395413  public EClass getDeltaEntry() 
    396414  { 
     
    476494  { 
    477495    return (EAttribute)sectionHeadingEClass.getEStructuralFeatures().get(0); 
     496  } 
     497 
     498  /** 
     499   * <!-- begin-user-doc --> 
     500   * <!-- end-user-doc --> 
     501   * @generated 
     502   */ 
     503  public EClass getComment() 
     504  { 
     505    return commentEClass; 
     506  } 
     507 
     508  /** 
     509   * <!-- begin-user-doc --> 
     510   * <!-- end-user-doc --> 
     511   * @generated 
     512   */ 
     513  public EAttribute getComment_Content() 
     514  { 
     515    return (EAttribute)commentEClass.getEStructuralFeatures().get(0); 
    478516  } 
    479517 
     
    10521090    createEReference(bnfEntryEClass, BNF_ENTRY__SECTIONHEADER); 
    10531091    createEReference(bnfEntryEClass, BNF_ENTRY__RULE); 
     1092    createEReference(bnfEntryEClass, BNF_ENTRY__COMMENT); 
    10541093 
    10551094    deltaEntryEClass = createEClass(DELTA_ENTRY); 
     
    10641103    sectionHeadingEClass = createEClass(SECTION_HEADING); 
    10651104    createEAttribute(sectionHeadingEClass, SECTION_HEADING__SECTION_HEADER); 
     1105 
     1106    commentEClass = createEClass(COMMENT); 
     1107    createEAttribute(commentEClass, COMMENT__CONTENT); 
    10661108 
    10671109    importEClass = createEClass(IMPORT); 
     
    11841226    initEReference(getBnfEntry_Sectionheader(), this.getSectionHeading(), null, "sectionheader", null, 0, 1, BnfEntry.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); 
    11851227    initEReference(getBnfEntry_Rule(), this.getRule(), null, "rule", null, 0, 1, BnfEntry.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); 
     1228    initEReference(getBnfEntry_Comment(), this.getComment(), null, "comment", null, 0, 1, BnfEntry.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); 
    11861229 
    11871230    initEClass(deltaEntryEClass, DeltaEntry.class, "DeltaEntry", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); 
     
    11961239    initEClass(sectionHeadingEClass, SectionHeading.class, "SectionHeading", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); 
    11971240    initEAttribute(getSectionHeading_SectionHeader(), ecorePackage.getEString(), "sectionHeader", null, 0, 1, SectionHeading.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); 
     1241 
     1242    initEClass(commentEClass, Comment.class, "Comment", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); 
     1243    initEAttribute(getComment_Content(), ecorePackage.getEString(), "content", null, 0, 1, Comment.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); 
    11981244 
    11991245    initEClass(importEClass, Import.class, "Import", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); 
Note: See TracChangeset for help on using the changeset viewer.