/** */ package edu.ufc.femtost.disc.sysml4modelica.profile.classes; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; import org.eclipse.uml2.uml.Dependency; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Modelica Der</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link edu.ufc.femtost.disc.sysml4modelica.profile.classes.ModelicaDer#getVariable <em>Variable</em>}</li> * <li>{@link edu.ufc.femtost.disc.sysml4modelica.profile.classes.ModelicaDer#getBase_Dependency <em>Base Dependency</em>}</li> * </ul> * </p> * * @see edu.ufc.femtost.disc.sysml4modelica.profile.classes.ClassesPackage#getModelicaDer() * @model * @generated */ public interface ModelicaDer extends EObject { /** * Returns the value of the '<em><b>Variable</b></em>' attribute list. * The list contents are of type {@link java.lang.String}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Variable</em>' attribute list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Variable</em>' attribute list. * @see edu.ufc.femtost.disc.sysml4modelica.profile.classes.ClassesPackage#getModelicaDer_Variable() * @model dataType="org.eclipse.uml2.types.String" required="true" ordered="false" * @generated */ EList<String> getVariable(); /** * Returns the value of the '<em><b>Base Dependency</b></em>' reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Base Dependency</em>' reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Base Dependency</em>' reference. * @see #setBase_Dependency(Dependency) * @see edu.ufc.femtost.disc.sysml4modelica.profile.classes.ClassesPackage#getModelicaDer_Base_Dependency() * @model required="true" ordered="false" * @generated */ Dependency getBase_Dependency(); /** * Sets the value of the '{@link edu.ufc.femtost.disc.sysml4modelica.profile.classes.ModelicaDer#getBase_Dependency <em>Base Dependency</em>}' reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Base Dependency</em>' reference. * @see #getBase_Dependency() * @generated */ void setBase_Dependency(Dependency value); } // ModelicaDer