|
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.ecore.EObject; |
|---|
| 6 | |
|---|
| 7 | /** |
|---|
| 8 | * <!-- begin-user-doc --> |
|---|
| 9 | * A representation of the model object '<em><b>Merge Rule</b></em>'. |
|---|
| 10 | * <!-- end-user-doc --> |
|---|
| 11 | * |
|---|
| 12 | * <p> |
|---|
| 13 | * The following features are supported: |
|---|
| 14 | * <ul> |
|---|
| 15 | * <li>{@link de.ugoe.cs.swe.bnftools.ebnf.MergeRule#getLogic <em>Logic</em>}</li> |
|---|
| 16 | * </ul> |
|---|
| 17 | * </p> |
|---|
| 18 | * |
|---|
| 19 | * @see de.ugoe.cs.swe.bnftools.ebnf.EbnfPackage#getMergeRule() |
|---|
| 20 | * @model |
|---|
| 21 | * @generated |
|---|
| 22 | */ |
|---|
| 23 | public interface MergeRule extends EObject |
|---|
| 24 | { |
|---|
| 25 | /** |
|---|
| 26 | * Returns the value of the '<em><b>Logic</b></em>' attribute. |
|---|
| 27 | * <!-- begin-user-doc --> |
|---|
| 28 | * <p> |
|---|
| 29 | * If the meaning of the '<em>Logic</em>' attribute isn't clear, |
|---|
| 30 | * there really should be more of a description here... |
|---|
| 31 | * </p> |
|---|
| 32 | * <!-- end-user-doc --> |
|---|
| 33 | * @return the value of the '<em>Logic</em>' attribute. |
|---|
| 34 | * @see #setLogic(String) |
|---|
| 35 | * @see de.ugoe.cs.swe.bnftools.ebnf.EbnfPackage#getMergeRule_Logic() |
|---|
| 36 | * @model |
|---|
| 37 | * @generated |
|---|
| 38 | */ |
|---|
| 39 | String getLogic(); |
|---|
| 40 | |
|---|
| 41 | /** |
|---|
| 42 | * Sets the value of the '{@link de.ugoe.cs.swe.bnftools.ebnf.MergeRule#getLogic <em>Logic</em>}' attribute. |
|---|
| 43 | * <!-- begin-user-doc --> |
|---|
| 44 | * <!-- end-user-doc --> |
|---|
| 45 | * @param value the new value of the '<em>Logic</em>' attribute. |
|---|
| 46 | * @see #getLogic() |
|---|
| 47 | * @generated |
|---|
| 48 | */ |
|---|
| 49 | void setLogic(String value); |
|---|
| 50 | |
|---|
| 51 | } // MergeRule |
|---|
Note: See
TracBrowser
for help on using the repository browser.