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

* The following features are supported: *

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

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

* * @return the value of the 'Nodename' reference list. * @see org.opendaylight.nemo.tool.eclipse.plugin.editor.EditorPackage#getNodeOperating_Nodename() * @model * @generated */ EList getNodename(); /** * Returns the value of the 'Nodes' reference list. * The list contents are of type {@link org.opendaylight.nemo.tool.eclipse.plugin.editor.Node}. * *

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

* * @return the value of the 'Nodes' reference list. * @see org.opendaylight.nemo.tool.eclipse.plugin.editor.EditorPackage#getNodeOperating_Nodes() * @model * @generated */ EList getNodes(); } // NodeOperating