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 / NodeOperating.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>Node Operating</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.NodeOperating#getNodename <em>Nodename</em>}</li>
17  *   <li>{@link org.opendaylight.nemo.tool.eclipse.plugin.editor.NodeOperating#getNodes <em>Nodes</em>}</li>
18  * </ul>
19  *
20  * @see org.opendaylight.nemo.tool.eclipse.plugin.editor.EditorPackage#getNodeOperating()
21  * @model
22  * @generated
23  */
24 public interface NodeOperating extends Sentence
25 {
26   /**
27    * Returns the value of the '<em><b>Nodename</b></em>' reference list.
28    * The list contents are of type {@link org.opendaylight.nemo.tool.eclipse.plugin.editor.Node}.
29    * <!-- begin-user-doc -->
30    * <p>
31    * If the meaning of the '<em>Nodename</em>' reference list isn't clear,
32    * there really should be more of a description here...
33    * </p>
34    * <!-- end-user-doc -->
35    * @return the value of the '<em>Nodename</em>' reference list.
36    * @see org.opendaylight.nemo.tool.eclipse.plugin.editor.EditorPackage#getNodeOperating_Nodename()
37    * @model
38    * @generated
39    */
40   EList<Node> getNodename();
41
42   /**
43    * Returns the value of the '<em><b>Nodes</b></em>' reference list.
44    * The list contents are of type {@link org.opendaylight.nemo.tool.eclipse.plugin.editor.Node}.
45    * <!-- begin-user-doc -->
46    * <p>
47    * If the meaning of the '<em>Nodes</em>' reference list isn't clear,
48    * there really should be more of a description here...
49    * </p>
50    * <!-- end-user-doc -->
51    * @return the value of the '<em>Nodes</em>' reference list.
52    * @see org.opendaylight.nemo.tool.eclipse.plugin.editor.EditorPackage#getNodeOperating_Nodes()
53    * @model
54    * @generated
55    */
56   EList<Node> getNodes();
57
58 } // NodeOperating