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

* The following features are supported: *

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

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

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

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

* * @return the value of the 'Endnode' reference list. * @see org.opendaylight.nemo.tool.eclipse.plugin.editor.EditorPackage#getConnectionUpdate_Endnode() * @model * @generated */ EList getEndnode(); } // ConnectionUpdate