|
Last change
on this file was
88,
checked in by phdmakk, 11 years ago
|
|
+ generated resources
|
-
Property svn:mime-type set to
text/plain
|
|
File size:
1.3 KB
|
| Line | |
|---|
| 1 | /** |
|---|
| 2 | */ |
|---|
| 3 | package de.ugoe.cs.swe.bnftools.ebnf; |
|---|
| 4 | |
|---|
| 5 | import org.eclipse.emf.common.util.EList; |
|---|
| 6 | |
|---|
| 7 | import org.eclipse.emf.ecore.EObject; |
|---|
| 8 | |
|---|
| 9 | /** |
|---|
| 10 | * <!-- begin-user-doc --> |
|---|
| 11 | * A representation of the model object '<em><b>Grouped Sequence</b></em>'. |
|---|
| 12 | * <!-- end-user-doc --> |
|---|
| 13 | * |
|---|
| 14 | * <p> |
|---|
| 15 | * The following features are supported: |
|---|
| 16 | * <ul> |
|---|
| 17 | * <li>{@link de.ugoe.cs.swe.bnftools.ebnf.GroupedSequence#getDefinitionList <em>Definition List</em>}</li> |
|---|
| 18 | * </ul> |
|---|
| 19 | * </p> |
|---|
| 20 | * |
|---|
| 21 | * @see de.ugoe.cs.swe.bnftools.ebnf.EbnfPackage#getGroupedSequence() |
|---|
| 22 | * @model |
|---|
| 23 | * @generated |
|---|
| 24 | */ |
|---|
| 25 | public interface GroupedSequence extends EObject |
|---|
| 26 | { |
|---|
| 27 | /** |
|---|
| 28 | * Returns the value of the '<em><b>Definition List</b></em>' containment reference list. |
|---|
| 29 | * The list contents are of type {@link de.ugoe.cs.swe.bnftools.ebnf.DefinitionList}. |
|---|
| 30 | * <!-- begin-user-doc --> |
|---|
| 31 | * <p> |
|---|
| 32 | * If the meaning of the '<em>Definition List</em>' containment reference list isn't clear, |
|---|
| 33 | * there really should be more of a description here... |
|---|
| 34 | * </p> |
|---|
| 35 | * <!-- end-user-doc --> |
|---|
| 36 | * @return the value of the '<em>Definition List</em>' containment reference list. |
|---|
| 37 | * @see de.ugoe.cs.swe.bnftools.ebnf.EbnfPackage#getGroupedSequence_DefinitionList() |
|---|
| 38 | * @model containment="true" |
|---|
| 39 | * @generated |
|---|
| 40 | */ |
|---|
| 41 | EList<DefinitionList> getDefinitionList(); |
|---|
| 42 | |
|---|
| 43 | } // GroupedSequence |
|---|
Note: See
TracBrowser
for help on using the repository browser.