Last change
on this file was
88,
checked in by phdmakk, 10 years ago
|
+ generated resources
|
-
Property svn:mime-type set to
text/plain
|
File size:
1.2 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>Single Definition</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.SingleDefinition#getTerms <em>Terms</em>}</li> |
---|
18 | * </ul> |
---|
19 | * </p> |
---|
20 | * |
---|
21 | * @see de.ugoe.cs.swe.bnftools.ebnf.EbnfPackage#getSingleDefinition() |
---|
22 | * @model |
---|
23 | * @generated |
---|
24 | */ |
---|
25 | public interface SingleDefinition extends EObject |
---|
26 | { |
---|
27 | /** |
---|
28 | * Returns the value of the '<em><b>Terms</b></em>' containment reference list. |
---|
29 | * The list contents are of type {@link de.ugoe.cs.swe.bnftools.ebnf.Term}. |
---|
30 | * <!-- begin-user-doc --> |
---|
31 | * <p> |
---|
32 | * If the meaning of the '<em>Terms</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>Terms</em>' containment reference list. |
---|
37 | * @see de.ugoe.cs.swe.bnftools.ebnf.EbnfPackage#getSingleDefinition_Terms() |
---|
38 | * @model containment="true" |
---|
39 | * @generated |
---|
40 | */ |
---|
41 | EList<Term> getTerms(); |
---|
42 | |
---|
43 | } // SingleDefinition |
---|
Note: See
TracBrowser
for help on using the repository browser.