/** */ 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 'Optional Sequence'. * * *

* The following features are supported: *

*

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

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

* * @return the value of the 'Definition List' containment reference list. * @see de.ugoe.cs.swe.bnftools.ebnf.EbnfPackage#getOptionalSequence_DefinitionList() * @model containment="true" * @generated */ EList getDefinitionList(); } // OptionalSequence