/** * <copyright> * </copyright> * * $Id$ */ package com.hundsun.ares.studio.jres.model.chouse; import com.hundsun.ares.studio.core.model.ExtensibleModel; import com.hundsun.ares.studio.core.model.IReferenceProvider; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Modification</b></em>'. * <!-- end-user-doc --> * * * @see com.hundsun.ares.studio.jres.model.chouse.ChousePackage#getModification() * @model * @generated */ public interface Modification extends ExtensibleModel, IReferenceProvider { } // Modification