/** */ package org.opendaylight.nemo.tool.eclipse.plugin.editor; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Model'. * * *

* The following features are supported: *

* * * @see org.opendaylight.nemo.tool.eclipse.plugin.editor.EditorPackage#getModel() * @model * @generated */ public interface Model extends EObject { /** * Returns the value of the 'Sentences' containment reference list. * The list contents are of type {@link org.opendaylight.nemo.tool.eclipse.plugin.editor.Sentence}. * *

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

* * @return the value of the 'Sentences' containment reference list. * @see org.opendaylight.nemo.tool.eclipse.plugin.editor.EditorPackage#getModel_Sentences() * @model containment="true" * @generated */ EList getSentences(); } // Model