/** */ package edu.ufc.femtost.disc.sysml4modelica.modelicametamodel.modelica; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Connector</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link edu.ufc.femtost.disc.sysml4modelica.modelicametamodel.modelica.Connector#isIsExpandable <em>Is Expandable</em>}</li> * </ul> * </p> * * @see edu.ufc.femtost.disc.sysml4modelica.modelicametamodel.modelica.modelicaPackage#getConnector() * @model * @generated */ public interface Connector extends ModelicaClassDefinition { /** * Returns the value of the '<em><b>Is Expandable</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Is Expandable</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Is Expandable</em>' attribute. * @see #setIsExpandable(boolean) * @see edu.ufc.femtost.disc.sysml4modelica.modelicametamodel.modelica.modelicaPackage#getConnector_IsExpandable() * @model required="true" * @generated */ boolean isIsExpandable(); /** * Sets the value of the '{@link edu.ufc.femtost.disc.sysml4modelica.modelicametamodel.modelica.Connector#isIsExpandable <em>Is Expandable</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Is Expandable</em>' attribute. * @see #isIsExpandable() * @generated */ void setIsExpandable(boolean value); } // Connector