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