/** */ package de.ugoe.cs.swe.bnftools.ebnf; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Single Definition'. * * *

* The following features are supported: *

*

* * @see de.ugoe.cs.swe.bnftools.ebnf.EbnfPackage#getSingleDefinition() * @model * @generated */ public interface SingleDefinition extends EObject { /** * Returns the value of the 'Terms' containment reference list. * The list contents are of type {@link de.ugoe.cs.swe.bnftools.ebnf.Term}. * *

* If the meaning of the 'Terms' containment reference list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Terms' containment reference list. * @see de.ugoe.cs.swe.bnftools.ebnf.EbnfPackage#getSingleDefinition_Terms() * @model containment="true" * @generated */ EList getTerms(); } // SingleDefinition