/** */ package de.ugoe.cs.swe.bnftools.ebnf; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Merge Rule'. * * *

* The following features are supported: *

*

* * @see de.ugoe.cs.swe.bnftools.ebnf.EbnfPackage#getMergeRule() * @model * @generated */ public interface MergeRule extends EObject { /** * Returns the value of the 'Logic' attribute. * *

* If the meaning of the 'Logic' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Logic' attribute. * @see #setLogic(String) * @see de.ugoe.cs.swe.bnftools.ebnf.EbnfPackage#getMergeRule_Logic() * @model * @generated */ String getLogic(); /** * Sets the value of the '{@link de.ugoe.cs.swe.bnftools.ebnf.MergeRule#getLogic Logic}' attribute. * * * @param value the new value of the 'Logic' attribute. * @see #getLogic() * @generated */ void setLogic(String value); } // MergeRule