Modify pom file
[nemo.git] / nemo-tools / eclipse-plugin-project / nemo-editor / org.opendaylight.nemo.tool.eclipse.plugin.editor / src-gen / org / opendaylight / nemo / tool / eclipse / plugin / editor / Model.java
1 /**
2  */
3 package org.opendaylight.nemo.tool.eclipse.plugin.editor;
4
5 import org.eclipse.emf.common.util.EList;
6
7 import org.eclipse.emf.ecore.EObject;
8
9 /**
10  * <!-- begin-user-doc -->
11  * A representation of the model object '<em><b>Model</b></em>'.
12  * <!-- end-user-doc -->
13  *
14  * <p>
15  * The following features are supported:
16  * </p>
17  * <ul>
18  *   <li>{@link org.opendaylight.nemo.tool.eclipse.plugin.editor.Model#getSentences <em>Sentences</em>}</li>
19  * </ul>
20  *
21  * @see org.opendaylight.nemo.tool.eclipse.plugin.editor.EditorPackage#getModel()
22  * @model
23  * @generated
24  */
25 public interface Model extends EObject
26 {
27   /**
28    * Returns the value of the '<em><b>Sentences</b></em>' containment reference list.
29    * The list contents are of type {@link org.opendaylight.nemo.tool.eclipse.plugin.editor.Sentence}.
30    * <!-- begin-user-doc -->
31    * <p>
32    * If the meaning of the '<em>Sentences</em>' containment reference list isn't clear,
33    * there really should be more of a description here...
34    * </p>
35    * <!-- end-user-doc -->
36    * @return the value of the '<em>Sentences</em>' containment reference list.
37    * @see org.opendaylight.nemo.tool.eclipse.plugin.editor.EditorPackage#getModel_Sentences()
38    * @model containment="true"
39    * @generated
40    */
41   EList<Sentence> getSentences();
42
43 } // Model