/** */ package fr.inria.diverse.iot2.iot2.iot2; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Sketch</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * </p> * <ul> * <li>{@link fr.inria.diverse.iot2.iot2.iot2.Sketch#getActivity <em>Activity</em>}</li> * </ul> * * @see fr.inria.diverse.iot2.iot2.iot2.Iot2Package#getSketch() * @model * @generated */ public interface Sketch extends EObject { /** * Returns the value of the '<em><b>Activity</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Activity</em>' containment reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Activity</em>' containment reference. * @see #setActivity(Activity) * @see fr.inria.diverse.iot2.iot2.iot2.Iot2Package#getSketch_Activity() * @model containment="true" * @generated */ Activity getActivity(); /** * Sets the value of the '{@link fr.inria.diverse.iot2.iot2.iot2.Sketch#getActivity <em>Activity</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Activity</em>' containment reference. * @see #getActivity() * @generated */ void setActivity(Activity value); } // Sketch