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/RepeatedSequence.java

    r88 r95  
    1717 *   <li>{@link de.ugoe.cs.swe.bnftools.ebnf.RepeatedSequence#getDefinitions <em>Definitions</em>}</li> 
    1818 *   <li>{@link de.ugoe.cs.swe.bnftools.ebnf.RepeatedSequence#isMorethanonce <em>Morethanonce</em>}</li> 
     19 *   <li>{@link de.ugoe.cs.swe.bnftools.ebnf.RepeatedSequence#getRange <em>Range</em>}</li> 
    1920 * </ul> 
    2021 * </p> 
     
    6869  void setMorethanonce(boolean value); 
    6970 
     71  /** 
     72   * Returns the value of the '<em><b>Range</b></em>' containment reference. 
     73   * <!-- begin-user-doc --> 
     74   * <p> 
     75   * If the meaning of the '<em>Range</em>' containment reference isn't clear, 
     76   * there really should be more of a description here... 
     77   * </p> 
     78   * <!-- end-user-doc --> 
     79   * @return the value of the '<em>Range</em>' containment reference. 
     80   * @see #setRange(RepeatRange) 
     81   * @see de.ugoe.cs.swe.bnftools.ebnf.EbnfPackage#getRepeatedSequence_Range() 
     82   * @model containment="true" 
     83   * @generated 
     84   */ 
     85  RepeatRange getRange(); 
     86 
     87  /** 
     88   * Sets the value of the '{@link de.ugoe.cs.swe.bnftools.ebnf.RepeatedSequence#getRange <em>Range</em>}' containment reference. 
     89   * <!-- begin-user-doc --> 
     90   * <!-- end-user-doc --> 
     91   * @param value the new value of the '<em>Range</em>' containment reference. 
     92   * @see #getRange() 
     93   * @generated 
     94   */ 
     95  void setRange(RepeatRange value); 
     96 
    7097} // RepeatedSequence 
Note: See TracChangeset for help on using the changeset viewer.