/** */ 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 Constrained By</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link edu.ufc.femtost.disc.sysml4modelica.profile.classes.ModelicaConstrainedBy#getModification <em>Modification</em>}</li> * <li>{@link edu.ufc.femtost.disc.sysml4modelica.profile.classes.ModelicaConstrainedBy#getBase_Dependency <em>Base Dependency</em>}</li> * </ul> * </p> * * @see edu.ufc.femtost.disc.sysml4modelica.profile.classes.ClassesPackage#getModelicaConstrainedBy() * @model * @generated */ public interface ModelicaConstrainedBy extends EObject { /** * Returns the value of the '<em><b>Modification</b></em>' attribute list. * The list contents are of type {@link java.lang.String}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Modification</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>Modification</em>' attribute list. * @see edu.ufc.femtost.disc.sysml4modelica.profile.classes.ClassesPackage#getModelicaConstrainedBy_Modification() * @model dataType="org.eclipse.uml2.types.String" ordered="false" * @generated */ EList<String> getModification(); /** * 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#getModelicaConstrainedBy_Base_Dependency() * @model required="true" ordered="false" * @generated */ Dependency getBase_Dependency(); /** * Sets the value of the '{@link edu.ufc.femtost.disc.sysml4modelica.profile.classes.ModelicaConstrainedBy#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); } // ModelicaConstrainedBy